Status: Pass 193 Failure 20 Skip 9
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 1 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt1.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
VolumeRetypeWithoutMigrationTest) |
fail
ft1.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest)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_retype.py", line 172, in resource_setup cls.src_vol_type = cls.create_volume_type('volume-type-1') File "/opt/stack/tempest/tempest/api/volume/base.py", line 294, 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 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, 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 375, 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 785, 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.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft2.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume d6c16ac8-9bcf-4735-a637-a9eb8cf63d38 failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft3.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)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/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) 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 100, 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 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, 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 375, 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 785, 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
ft4.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: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume ffb60485-a0e7-41ed-a9ac-de2faacc615a within the required time (360 s). Timer started at 1645102613. Timer ended at 1645102974. Waited for 361 s., <traceback object at 0x7f96559ce940>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume a7061f59-6457-40b0-850e-8ed9b3ed14ef within the required time (360 s). Timer started at 1645103025. Timer ended at 1645103386. Waited for 361 s., <traceback object at 0x7f965595a4c0>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft5.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.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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fbc831c91c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume c46c969a-8fa3-424f-84aa-97887fffc0f8 within the required time (360 s). Timer started at 1645103992. Timer ended at 1645104353. Waited for 361 s., <traceback object at 0x7fbc831ba3c0>), (<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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fbc831bf200>)) |
||||||
AttachVolumeTestJSON) |
fail
ft5.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fb08440c440>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume 7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 within the required time (360 s). Timer started at 1645103872. Timer ended at 1645104232. Waited for 360 s., <traceback object at 0x7fb0843d3600>), (<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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fb0843fe780>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume 19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 within the required time (360 s). Timer started at 1645104302. Timer ended at 1645104662. Waited for 360 s., <traceback object at 0x7fb0843c1b40>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft6.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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f5c8e603c00>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 73e2414f-2fda-4233-a34c-6bdfe12301bb within the required time (360 s). Timer started at 1645103337. Timer ended at 1645103700. Waited for 363 s., <traceback object at 0x7f5c8e568e80>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: None, <traceback object at 0x7f5c8e66f640>), (<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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f5c8e6460c0>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_get | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesGetTest) |
fail
ft7.1: tearDownClass (tempest.api.volume.test_volumes_get.VolumesGetTest)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: (VolumesGetTest:tearDownClass) Failed to delete volume da1f2612-f8e5-4f29-9409-4c62f9dcbee1 within the required time (360 s). Timer started at 1645102612. Timer ended at 1645102974. Waited for 362 s., <traceback object at 0x7f9be2a3e040>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft8.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 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f1d09bdf380>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotNegativeTestJSON) |
fail
ft9.1: tearDownClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f9be318fc80>) |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft10.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 12:53:07,955 129468 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-17 12:53:07,955 129468 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-17 12:53:09,189 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67/compute/v2.1/os-keypairs 1.233s 2022-02-17 12:53:09,190 129468 DEBUG [tempest.lib.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-158887767"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57a7032c-f351-4034-b4be-eb6521d6967c', 'x-compute-request-id': 'req-57a7032c-f351-4034-b4be-eb6521d6967c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAydNtEoh6QTtjoGG4wpv3O2q3oyazcyaW3pCbXvowGx1vjUwC\\nyvwipwQHRbyVCxfbdA831qKV8AEG9KqXKphQFU6ooQ8mDiLCWj1ed7Y4NzToAsnF\\nK8gzueyxPYVZZ9IaxTB2cVIewxSa9M6iC4lU4yS7Izv7O0BtjKC/zd6kvQy21FB3\\nTZHSdl96hg09+Pi8LvUi/83jd09mRTuks6dgEI+bLaSjQJwzhnxyKWdUU27X9mZm\\nAXDMAUttHIgG3MJb0lba889V84edtgYcVLq3rTCWY6SUpJVvKtcHAYwwggfz7cVH\\nhk1cnZShz0UwpOC46WTiaJkUJAMDekPJY+oNOwIDAQABAoIBAH1z14u6m8uqf930\\ngGUvj3k2d5mJd+gu537HAl0CRR7FqE57Hg1QtrV8UoztkPOJS9cTkpDvFSZPbSRu\\nWXKXpMfp0fXzNaN5xbdUCEF/WegvEbyR8OarFkQOtYlZN17KgetqmWUNN6PpTfy3\\n6JAlOEfM0CoxoZOOE8pjLXZpW5tKjW5iOxjEh89BaRHStnNeSUV8+yNcbWOXXy5S\\nsRZ8q6sEcEbFBZva/qL9DolXX95CG9KgZeiBthTkOWzUlKcD9D7o6+YU0+hAbx2n\\n83NImFAmReR9RZaDsvU7CJxQbm5G+Jat3VJ1tGPfNNf88DMwixyxgsuHmNlvNa9q\\neTgsBTkCgYEA9goLkbMWREc/6a8+C/M08gFkwPoHozymYg/4+eg00QGBvPGCdv3Y\\nwtYTyptJ7+na1Vdmipc1kWjpBlNbEAV8qGI/BXlZM7EVN9tFkH2tPxthdlbZwBPs\\nB28afNS2GviMUCNf5QJfvrDoiiBNLRw6YXY2JS5++2DAz6M364ppxaUCgYEA0f8n\\nJPeZIa6kJEv0akJqV6/0HAOnMImPXZ8rR/FjBfVE9b/F9/ILktZuIygl0WuyMvea\\n/5ZmMlcdV6DDBzhY1BQ0S9qkn9/LjlSfGD8rT5q5AsLAK/xyXxL68wMyYckFJtzW\\nXMacHJEOpk1u0mv+0K1dO6VvEC2kyD57xzW20V8CgYB1QzZeW69aHWctthLpWSG7\\n0cQ2YTQwraBTDm/Ik85QatptteFLWxLrUWKfZsGncZqVoZFCrmyegBTHqgS1rxfJ\\nnQGSV1KXW2fUdlJCWlOuxxr9bslbTWNp658BLdQZKKqfKyzyFd6SIPjDlD+UJ2b/\\nunp14CIvJt7eV1k4joB47QKBgDjYtnMGZ7i7ewmsWgzNz9XO9ukCgCbehiXU6bV+\\n/cxmGfXgpSm6pzFnxMbVnm8zlTjA2H+p6h5kgLfw9/qjYUB/+6wxEvGIdqUf+TVq\\nHEJfYwgBSl5d52QfUjmouuHHthJQI+NXjHkbN3kDayWhQIii9aMo5IjfokTmzUEf\\nJE9HAoGBALpWW0humslpxzSxhBMdzBegwYDatMORwOvdtpby5Yu3y2XInXsX8Ksk\\n8PVVpJWMwZ7esqmlVPHe4ft/9aGcIBEmDLAGq3dIEbgh+tZRv6GXNKBrQTUvZjyp\\nwNFEAWJlMEaNYHR7WuJZtEVEmGlu/YHZzIcqeEOeuIQerzSBJwFw\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-158887767", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ020SiHpBO2OgYbjCm/c7arejJrNzJpbekJte+jAbHW+NTALK/CKnBAdFvJULF9t0DzfWopXwAQb0qpcqmFAVTqihDyYOIsJaPV53tjg3NOgCycUryDO57LE9hVln0hrFMHZxUh7DFJr0zqILiVTjJLsjO/s7QG2MoL/N3qS9DLbUUHdNkdJ2X3qGDT34+Lwu9SL/zeN3T2ZFO6Szp2AQj5stpKNAnDOGfHIpZ1RTbtf2ZmYBcMwBS20ciAbcwlvSVtrzz1Xzh522BhxUuretMJZjpJSklW8q1wcBjDCCB/PtxUeGTVydlKHPRTCk4LjpZOJomRQkAwN6Q8lj6g07 Generated-by-Nova", "fingerprint": "f0:de:da:29:47:7e:b2:7e:ec:72:16:14:83:6d:aa:aa", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc"}}' 2022-02-17 12:53:09,192 129468 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-158887767 created 2022-02-17 12:53:10,305 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 1.112s 2022-02-17 12:53:10,306 129468 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--400892925", "description": "tempest-description--867685563"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-9108ed62-e674-4ffd-b20c-0715c3c42177', 'date': 'Thu, 17 Feb 2022 12:53:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "name": "tempest-securitygroup--400892925", "stateful": true, "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "description": "tempest-description--867685563", "shared": false, "security_group_rules": [{"id": "f32909a4-bd00-42b5-b7d0-0355b1a6b71a", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "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": 112, "description": null, "tags": [], "created_at": "2022-02-17T12:53:09Z", "updated_at": "2022-02-17T12:53:09Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}, {"id": "fc34de81-a753-43b7-a7c1-5973d3aed8b6", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "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": 111, "description": null, "tags": [], "created_at": "2022-02-17T12:53:09Z", "updated_at": "2022-02-17T12:53:09Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}], "tags": [], "created_at": "2022-02-17T12:53:09Z", "updated_at": "2022-02-17T12:53:09Z", "revision_number": 1, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:53:11,517 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 1.209s 2022-02-17 12:53:11,518 129468 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": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "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-f4f7ac44-56d2-4e06-99b1-ddca116c6246', 'date': 'Thu, 17 Feb 2022 12:53: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": "fb8f4209-258b-452d-aefe-4e199a655df2", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "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-02-17T12:53:10Z", "updated_at": "2022-02-17T12:53:10Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:53:12,786 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 1.266s 2022-02-17 12:53:12,787 129468 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": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ed89a21f-8608-4e88-9bd0-c2e8e9d09168', 'date': 'Thu, 17 Feb 2022 12:53: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": "1d890ca9-9461-4c84-b7d7-d123d98d1a00", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "f7561c35-f172-4771-8e1d-fcd0e1a30e7a", "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-02-17T12:53:12Z", "updated_at": "2022-02-17T12:53:12Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:53:12,787 129468 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--400892925 created 2022-02-17 12:53:17,430 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 4.642s 2022-02-17 12:53:17,430 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-b5536a11-eb2d-4f87-9009-1ace3301c5f9', 'date': 'Thu, 17 Feb 2022 12:53:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16a53b70-45ce-4bc4-8295-f28e0ce85585", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "floating_ip_address": "172.27.3.155", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "63e256b4326946f5a3e93afd97ed1035", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-17T12:53:16Z", "updated_at": "2022-02-17T12:53:16Z", "revision_number": 0}}' 2022-02-17 12:53:17,431 129468 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16a53b70-45ce-4bc4-8295-f28e0ce85585', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'floating_ip_address': '172.27.3.155', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T12:53:16Z', 'updated_at': '2022-02-17T12:53:16Z', 'revision_number': 0, 'ip': '172.27.3.155'} created 2022-02-17 12:53:17,612 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.175s 2022-02-17 12:53:17,612 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-38178b4c-08a3-4778-9ca1-5bd2b2493ff0', '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": "a9c1e2b459c4448aa5d6d0cb210716cc", "name": "tempest-AttachVolumeShelveTestJSON-818001804-project", "password_expires_at": null}, "audit_ids": ["oOxXxGJmSwucAQm7VkTMUg"], "expires_at": "2022-02-17T13:53:17.000000Z", "issued_at": "2022-02-17T12:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63e256b4326946f5a3e93afd97ed1035", "name": "tempest-AttachVolumeShelveTestJSON-818001804"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 12:53:17,613 129468 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '58e70a43-919f-48a4-8ce1-f4e6c11e166f', 'name': 'tempest-AttachVolumeShelveTestJSON-1518902955-network', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:52:47Z', 'updated_at': '2022-02-17T12:52:48Z', 'revision_number': 1} available for tenant 2022-02-17 12:53:17,615 129468 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAydNtEoh6QTtjoGG4wpv3O2q3oyazcyaW3pCbXvowGx1vjUwC\nyvwipwQHRbyVCxfbdA831qKV8AEG9KqXKphQFU6ooQ8mDiLCWj1ed7Y4NzToAsnF\nK8gzueyxPYVZZ9IaxTB2cVIewxSa9M6iC4lU4yS7Izv7O0BtjKC/zd6kvQy21FB3\nTZHSdl96hg09+Pi8LvUi/83jd09mRTuks6dgEI+bLaSjQJwzhnxyKWdUU27X9mZm\nAXDMAUttHIgG3MJb0lba889V84edtgYcVLq3rTCWY6SUpJVvKtcHAYwwggfz7cVH\nhk1cnZShz0UwpOC46WTiaJkUJAMDekPJY+oNOwIDAQABAoIBAH1z14u6m8uqf930\ngGUvj3k2d5mJd+gu537HAl0CRR7FqE57Hg1QtrV8UoztkPOJS9cTkpDvFSZPbSRu\nWXKXpMfp0fXzNaN5xbdUCEF/WegvEbyR8OarFkQOtYlZN17KgetqmWUNN6PpTfy3\n6JAlOEfM0CoxoZOOE8pjLXZpW5tKjW5iOxjEh89BaRHStnNeSUV8+yNcbWOXXy5S\nsRZ8q6sEcEbFBZva/qL9DolXX95CG9KgZeiBthTkOWzUlKcD9D7o6+YU0+hAbx2n\n83NImFAmReR9RZaDsvU7CJxQbm5G+Jat3VJ1tGPfNNf88DMwixyxgsuHmNlvNa9q\neTgsBTkCgYEA9goLkbMWREc/6a8+C/M08gFkwPoHozymYg/4+eg00QGBvPGCdv3Y\nwtYTyptJ7+na1Vdmipc1kWjpBlNbEAV8qGI/BXlZM7EVN9tFkH2tPxthdlbZwBPs\nB28afNS2GviMUCNf5QJfvrDoiiBNLRw6YXY2JS5++2DAz6M364ppxaUCgYEA0f8n\nJPeZIa6kJEv0akJqV6/0HAOnMImPXZ8rR/FjBfVE9b/F9/ILktZuIygl0WuyMvea\n/5ZmMlcdV6DDBzhY1BQ0S9qkn9/LjlSfGD8rT5q5AsLAK/xyXxL68wMyYckFJtzW\nXMacHJEOpk1u0mv+0K1dO6VvEC2kyD57xzW20V8CgYB1QzZeW69aHWctthLpWSG7\n0cQ2YTQwraBTDm/Ik85QatptteFLWxLrUWKfZsGncZqVoZFCrmyegBTHqgS1rxfJ\nnQGSV1KXW2fUdlJCWlOuxxr9bslbTWNp658BLdQZKKqfKyzyFd6SIPjDlD+UJ2b/\nunp14CIvJt7eV1k4joB47QKBgDjYtnMGZ7i7ewmsWgzNz9XO9ukCgCbehiXU6bV+\n/cxmGfXgpSm6pzFnxMbVnm8zlTjA2H+p6h5kgLfw9/qjYUB/+6wxEvGIdqUf+TVq\nHEJfYwgBSl5d52QfUjmouuHHthJQI+NXjHkbN3kDayWhQIii9aMo5IjfokTmzUEf\nJE9HAoGBALpWW0humslpxzSxhBMdzBegwYDatMORwOvdtpby5Yu3y2XInXsX8Ksk\n8PVVpJWMwZ7esqmlVPHe4ft/9aGcIBEmDLAGq3dIEbgh+tZRv6GXNKBrQTUvZjyp\nwNFEAWJlMEaNYHR7WuJZtEVEmGlu/YHZzIcqeEOeuIQerzSBJwFw\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-158887767', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ020SiHpBO2OgYbjCm/c7arejJrNzJpbekJte+jAbHW+NTALK/CKnBAdFvJULF9t0DzfWopXwAQb0qpcqmFAVTqihDyYOIsJaPV53tjg3NOgCycUryDO57LE9hVln0hrFMHZxUh7DFJr0zqILiVTjJLsjO/s7QG2MoL/N3qS9DLbUUHdNkdJ2X3qGDT34+Lwu9SL/zeN3T2ZFO6Szp2AQj5stpKNAnDOGfHIpZ1RTbtf2ZmYBcMwBS20ciAbcwlvSVtrzz1Xzh522BhxUuretMJZjpJSklW8q1wcBjDCCB/PtxUeGTVydlKHPRTCk4LjpZOJomRQkAwN6Q8lj6g07 Generated-by-Nova', 'fingerprint': 'f0:de:da:29:47:7e:b2:7e:ec:72:16:14:83:6d:aa:aa', 'user_id': 'a9c1e2b459c4448aa5d6d0cb210716cc'}, 'security_group': {'id': 'f7561c35-f172-4771-8e1d-fcd0e1a30e7a', 'name': 'tempest-securitygroup--400892925', 'stateful': True, 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'description': 'tempest-description--867685563', 'shared': False, 'security_group_rules': [{'id': 'f32909a4-bd00-42b5-b7d0-0355b1a6b71a', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'security_group_id': 'f7561c35-f172-4771-8e1d-fcd0e1a30e7a', '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': 112, 'description': None, 'tags': [], 'created_at': '2022-02-17T12:53:09Z', 'updated_at': '2022-02-17T12:53:09Z', 'revision_number': 0, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}, {'id': 'fc34de81-a753-43b7-a7c1-5973d3aed8b6', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'security_group_id': 'f7561c35-f172-4771-8e1d-fcd0e1a30e7a', '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': 111, 'description': None, 'tags': [], 'created_at': '2022-02-17T12:53:09Z', 'updated_at': '2022-02-17T12:53:09Z', 'revision_number': 0, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}], 'tags': [], 'created_at': '2022-02-17T12:53:09Z', 'updated_at': '2022-02-17T12:53:09Z', 'revision_number': 1, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}, 'floating_ip': {'id': '16a53b70-45ce-4bc4-8295-f28e0ce85585', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'floating_ip_address': '172.27.3.155', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T12:53:16Z', 'updated_at': '2022-02-17T12:53:16Z', 'revision_number': 0, 'ip': '172.27.3.155'}} 2022-02-17 12:53:18,962 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/compute/v2.1/servers 1.346s 2022-02-17 12:53:18,963 129468 DEBUG [tempest.lib.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-363313207", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "58e70a43-919f-48a4-8ce1-f4e6c11e166f"}], "security_groups": [{"name": "tempest-securitygroup--400892925"}], "key_name": "tempest-keypair-158887767", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c318b9a-0109-4fcc-a5be-08db00c193c0', 'x-compute-request-id': 'req-2c318b9a-0109-4fcc-a5be-08db00c193c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--400892925"}], "adminPass": "password"}}' 2022-02-17 12:53:19,112 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.143s 2022-02-17 12:53:19,112 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9af39822-7ed0-4dc7-9ce5-bd0fb0ecbd30', 'x-compute-request-id': 'req-9af39822-7ed0-4dc7-9ce5-bd0fb0ecbd30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:19Z", "updated": "2022-02-17T12:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:20,927 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.795s 2022-02-17 12:53:20,928 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af418129-d104-40fc-bcbd-bd005a1dbe2d', 'x-compute-request-id': 'req-af418129-d104-40fc-bcbd-bd005a1dbe2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:19Z", "updated": "2022-02-17T12:53:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:22,940 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.985s 2022-02-17 12:53:22,940 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76f3080e-b290-4093-a479-ea788a0549a4', 'x-compute-request-id': 'req-76f3080e-b290-4093-a479-ea788a0549a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:22,949 129468 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-02-17 12:53:24,826 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.876s 2022-02-17 12:53:24,827 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eba36fd-40da-4066-b5da-d4b677325bd5', 'x-compute-request-id': 'req-7eba36fd-40da-4066-b5da-d4b677325bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:24,837 129468 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2022-02-17 12:53:26,013 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:53:26,013 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d63c75d0-d16c-4189-966a-8c96e25b6d9e', 'x-compute-request-id': 'req-d63c75d0-d16c-4189-966a-8c96e25b6d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:26,028 129468 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-02-17 12:53:27,174 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.143s 2022-02-17 12:53:27,183 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-204b384f-9b34-4ef7-8ef4-005f3434df22', 'x-compute-request-id': 'req-204b384f-9b34-4ef7-8ef4-005f3434df22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:28,352 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.151s 2022-02-17 12:53:28,352 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1227c850-5747-469b-895a-269e9778a22b', 'x-compute-request-id': 'req-1227c850-5747-469b-895a-269e9778a22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:29,519 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.155s 2022-02-17 12:53:29,520 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cd91611-62e2-420c-b01c-8650b7c373ed', 'x-compute-request-id': 'req-7cd91611-62e2-420c-b01c-8650b7c373ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:30,834 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.300s 2022-02-17 12:53:30,835 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868ca14c-a06a-4e2d-8a45-1ccd8ec0cb9d', 'x-compute-request-id': 'req-868ca14c-a06a-4e2d-8a45-1ccd8ec0cb9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "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-02-17 12:53:33,199 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 1.344s 2022-02-17 12:53:33,199 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ed2182e-b825-463e-a194-751c2c61372d', 'x-compute-request-id': 'req-1ed2182e-b825-463e-a194-751c2c61372d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:34,569 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.359s 2022-02-17 12:53:34,569 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b04e1c7c-22c8-46c9-8fea-d559d714d0ed', 'x-compute-request-id': 'req-b04e1c7c-22c8-46c9-8fea-d559d714d0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:35,827 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.243s 2022-02-17 12:53:35,827 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf7ea47e-dd21-4327-b1ca-d6b4d84db707', 'x-compute-request-id': 'req-bf7ea47e-dd21-4327-b1ca-d6b4d84db707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:37,085 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.247s 2022-02-17 12:53:37,085 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88be9802-ea1f-43f6-b26f-2250a3b436fe', 'x-compute-request-id': 'req-88be9802-ea1f-43f6-b26f-2250a3b436fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:38,460 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.365s 2022-02-17 12:53:38,461 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e91fa450-411e-48c8-922f-da20dbbc9b46', 'x-compute-request-id': 'req-e91fa450-411e-48c8-922f-da20dbbc9b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:39,677 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.206s 2022-02-17 12:53:39,678 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c26cb703-019c-4e8b-8c11-4e1de29564f7', 'x-compute-request-id': 'req-c26cb703-019c-4e8b-8c11-4e1de29564f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:40,948 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.257s 2022-02-17 12:53:40,949 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0131f2b-265a-4654-aeef-dfb17428740e', 'x-compute-request-id': 'req-c0131f2b-265a-4654-aeef-dfb17428740e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:42,198 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.240s 2022-02-17 12:53:42,199 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf47f87-c21c-4018-915c-6dca626de403', 'x-compute-request-id': 'req-bbf47f87-c21c-4018-915c-6dca626de403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:43,391 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.183s 2022-02-17 12:53:43,391 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb24757-d897-47c4-b2c5-db12dc2b2ca8', 'x-compute-request-id': 'req-beb24757-d897-47c4-b2c5-db12dc2b2ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:44,592 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.191s 2022-02-17 12:53:44,593 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d19dcab5-004a-4ce4-8908-a74bd77ac25f', 'x-compute-request-id': 'req-d19dcab5-004a-4ce4-8908-a74bd77ac25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:45,817 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.214s 2022-02-17 12:53:45,818 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca90a3f-099f-4a2f-aac6-e39d5231a036', 'x-compute-request-id': 'req-cca90a3f-099f-4a2f-aac6-e39d5231a036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:47,031 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.195s 2022-02-17 12:53:47,032 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9409034-dc09-484d-aeec-226b67e1ff94', 'x-compute-request-id': 'req-a9409034-dc09-484d-aeec-226b67e1ff94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:48,260 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.218s 2022-02-17 12:53:48,261 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed777199-707a-4817-9752-e9fb29667429', 'x-compute-request-id': 'req-ed777199-707a-4817-9752-e9fb29667429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:49,512 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.236s 2022-02-17 12:53:49,513 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9edff057-ce07-4e5b-834d-4e7a52da80b2', 'x-compute-request-id': 'req-9edff057-ce07-4e5b-834d-4e7a52da80b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:50,784 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.253s 2022-02-17 12:53:50,784 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae020be-aa9c-4ed5-8a53-8839275c8da0', 'x-compute-request-id': 'req-1ae020be-aa9c-4ed5-8a53-8839275c8da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:51,998 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.203s 2022-02-17 12:53:51,999 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80c70380-70b9-4257-83a0-395c3b41c8d7', 'x-compute-request-id': 'req-80c70380-70b9-4257-83a0-395c3b41c8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:53,313 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.305s 2022-02-17 12:53:53,314 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4bfcfdf-0632-4945-9ab4-4a0eb2faf964', 'x-compute-request-id': 'req-a4bfcfdf-0632-4945-9ab4-4a0eb2faf964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:54,708 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.364s 2022-02-17 12:53:54,708 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac23f99a-ca48-47ad-821b-90eea5857501', 'x-compute-request-id': 'req-ac23f99a-ca48-47ad-821b-90eea5857501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:55,945 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.226s 2022-02-17 12:53:55,945 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad8211b-96f3-4f85-9d93-db0b9d219866', 'x-compute-request-id': 'req-1ad8211b-96f3-4f85-9d93-db0b9d219866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:57,155 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.199s 2022-02-17 12:53:57,156 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3350c312-cd9e-4de8-8692-09b3bf625ff9', 'x-compute-request-id': 'req-3350c312-cd9e-4de8-8692-09b3bf625ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:58,363 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.197s 2022-02-17 12:53:58,363 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfdd53d7-fc56-41c5-85d1-392f8bea859d', 'x-compute-request-id': 'req-cfdd53d7-fc56-41c5-85d1-392f8bea859d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:53:59,790 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.417s 2022-02-17 12:53:59,790 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b87874-0306-4cc5-bb9e-cc3afb23e1eb', 'x-compute-request-id': 'req-46b87874-0306-4cc5-bb9e-cc3afb23e1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:54:01,165 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.365s 2022-02-17 12:54:01,166 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa91c5a-add4-4540-b449-0ed801d29914', 'x-compute-request-id': 'req-cfa91c5a-add4-4540-b449-0ed801d29914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:54:02,458 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.272s 2022-02-17 12:54:02,459 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b45674e-1060-4826-b8c6-6ffb5ea6d1ac', 'x-compute-request-id': 'req-7b45674e-1060-4826-b8c6-6ffb5ea6d1ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:54:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:54:04,175 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.705s 2022-02-17 12:54:04,175 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f811fd-abb9-4156-bcf1-a481219bc89f', 'x-compute-request-id': 'req-22f811fd-abb9-4156-bcf1-a481219bc89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:54:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:54:05,701 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.506s 2022-02-17 12:54:05,701 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:05 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-277db1b6-d84a-4c23-9789-f0c0189791bb', 'x-compute-request-id': 'req-277db1b6-d84a-4c23-9789-f0c0189791bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:54:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "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-02-17 12:54:05,710 129468 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 46 second wait 2022-02-17 12:54:05,980 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-interface 0.269s 2022-02-17 12:54:05,981 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d062efbd-33c8-49c2-932e-9945db93e379', 'x-compute-request-id': 'req-d062efbd-33c8-49c2-932e-9945db93e379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "58e70a43-919f-48a4-8ce1-f4e6c11e166f", "port_id": "d043ac5d-a531-4576-bb78-21540ed4dd9a", "mac_addr": "fa:16:3e:a1:80:1c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aa3e93e3-b989-4dbe-ad9f-1a4756fe9ae8", "ip_address": "172.20.0.14"}]}]}' 2022-02-17 12:54:08,706 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/16a53b70-45ce-4bc4-8295-f28e0ce85585 2.722s 2022-02-17 12:54:08,706 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "d043ac5d-a531-4576-bb78-21540ed4dd9a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-9bd66f3a-2da6-45a0-972f-e252be9a6dcc', 'date': 'Thu, 17 Feb 2022 12:54:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/16a53b70-45ce-4bc4-8295-f28e0ce85585'} Body: b'{"floatingip": {"id": "16a53b70-45ce-4bc4-8295-f28e0ce85585", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "floating_ip_address": "172.27.3.155", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": "015a9628-6599-4d9b-9e04-303fcadeaccb", "port_id": "d043ac5d-a531-4576-bb78-21540ed4dd9a", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "58e70a43-919f-48a4-8ce1-f4e6c11e166f", "mac_address": "fa:16:3e:a1:80:1c", "admin_state_up": true, "status": "ACTIVE", "device_id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-17T12:53:16Z", "updated_at": "2022-02-17T12:54:06Z", "revision_number": 1, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:54:08,881 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/ips 0.174s 2022-02-17 12:54:08,881 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '113', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6018b45-767d-4546-9fde-ccc8213ee5ba', 'x-compute-request-id': 'req-e6018b45-767d-4546-9fde-ccc8213ee5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14"}]}}' 2022-02-17 12:54:10,042 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes 1.159s 2022-02-17 12:54:10,043 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-90862913"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a63a732-567b-4632-ab6f-bb717ac31cf0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a63a732-567b-4632-ab6f-bb717ac31cf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.443446", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 12:54:10,123 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.073s 2022-02-17 12:54:10,123 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779d730b-f7ee-4fa9-9c30-21aba8e9ee26', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779d730b-f7ee-4fa9-9c30-21aba8e9ee26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:54:11,177 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.042s 2022-02-17 12:54:11,178 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76c7381-96df-49dd-8537-57c79b7bc69c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76c7381-96df-49dd-8537-57c79b7bc69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T12:54:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:54:12,254 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.068s 2022-02-17 12:54:12,255 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dea1bca-1d28-49e4-a683-a5756442f1db', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dea1bca-1d28-49e4-a683-a5756442f1db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T12:54:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:54:12,262 129468 INFO [tempest.common.waiters] volume f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 reached available after waiting for 2.262100 seconds 2022-02-17 12:54:12,274 129468 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2022-02-17 12:54:12,275 129468 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.155:22' as 'ubuntu' with public key authentication 2022-02-17 12:54:15,339 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 1. Retry after 2 seconds. 2022-02-17 12:54:20,911 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 2. Retry after 3 seconds. 2022-02-17 12:54:27,467 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 3. Retry after 4 seconds. 2022-02-17 12:54:35,051 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 4. Retry after 5 seconds. 2022-02-17 12:54:43,631 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 5. Retry after 6 seconds. 2022-02-17 12:54:53,195 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 6. Retry after 7 seconds. 2022-02-17 12:55:03,756 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 7. Retry after 8 seconds. 2022-02-17 12:55:12,268 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 8. Retry after 9 seconds. 2022-02-17 12:55:21,778 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 9. Retry after 10 seconds. 2022-02-17 12:55:32,288 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 10. Retry after 11 seconds. 2022-02-17 12:55:43,799 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 11. Retry after 12 seconds. 2022-02-17 12:55:56,313 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 12. Retry after 13 seconds. 2022-02-17 12:56:09,830 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 13. Retry after 14 seconds. 2022-02-17 12:56:24,351 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 ([Errno None] Unable to connect to port 22 on 172.27.3.155). Number attempts: 14. Retry after 15 seconds. 2022-02-17 12:56:40,031 129468 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:56:40,513 129468 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-02-17 12:56:40,519 129468 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.155 (No existing session). Number attempts: 15. Retry after 16 seconds. 2022-02-17 12:56:57,046 129468 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:56:57,116 129468 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:56:57,117 129468 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.155 successfully created 2022-02-17 12:56:57,787 129468 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.155:22' as 'ubuntu' with public key authentication 2022-02-17 12:56:57,798 129468 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:56:57,870 129468 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:56:57,870 129468 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.155 successfully created 2022-02-17 12:56:58,505 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/action 0.634s 2022-02-17 12:56:58,506 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c4a90f3-119c-4ee8-b256-e40f2107e92d', 'x-compute-request-id': 'req-0c4a90f3-119c-4ee8-b256-e40f2107e92d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/action'} Body: b'' 2022-02-17 12:56:58,689 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.182s 2022-02-17 12:56:58,689 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aee18a75-d46d-4a78-aabe-6071c2a8d8ab', 'x-compute-request-id': 'req-aee18a75-d46d-4a78-aabe-6071c2a8d8ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:56:59,888 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.189s 2022-02-17 12:56:59,888 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a78eeffd-f186-4d4d-825f-fc2ee0eba92a', 'x-compute-request-id': 'req-a78eeffd-f186-4d4d-825f-fc2ee0eba92a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:01,089 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.190s 2022-02-17 12:57:01,089 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bc488f1-0586-4e97-9dc3-bfa347ac9b4c', 'x-compute-request-id': 'req-4bc488f1-0586-4e97-9dc3-bfa347ac9b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:02,281 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.182s 2022-02-17 12:57:02,281 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bfeb6d4-d3a9-4cf8-9e56-50781adc9b56', 'x-compute-request-id': 'req-4bfeb6d4-d3a9-4cf8-9e56-50781adc9b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:03,472 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:57:03,472 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1660b320-68f9-4bc5-8934-2d941291fe6d', 'x-compute-request-id': 'req-1660b320-68f9-4bc5-8934-2d941291fe6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:04,661 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 12:57:04,661 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb0ce8c4-8fe5-481d-a7f6-0bd39d929743', 'x-compute-request-id': 'req-bb0ce8c4-8fe5-481d-a7f6-0bd39d929743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:05,855 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.184s 2022-02-17 12:57:05,856 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5507fd1-6c3b-427c-b067-6f7fbe281007', 'x-compute-request-id': 'req-a5507fd1-6c3b-427c-b067-6f7fbe281007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:07,058 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.192s 2022-02-17 12:57:07,058 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3252864b-8caa-4734-ac1d-239a9581554a', 'x-compute-request-id': 'req-3252864b-8caa-4734-ac1d-239a9581554a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:08,251 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.183s 2022-02-17 12:57:08,252 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9954d350-9e14-40df-9bc3-b3627035397d', 'x-compute-request-id': 'req-9954d350-9e14-40df-9bc3-b3627035397d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:09,439 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 12:57:09,440 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cff6930b-761d-4cc0-9136-5cf1b62201bf', 'x-compute-request-id': 'req-cff6930b-761d-4cc0-9136-5cf1b62201bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:10,624 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:57:10,624 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44b79182-82cb-4971-820d-5b99f740dee3', 'x-compute-request-id': 'req-44b79182-82cb-4971-820d-5b99f740dee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:11,819 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.184s 2022-02-17 12:57:11,819 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b799abc-a496-4bdb-81d1-3b77239ec8ff', 'x-compute-request-id': 'req-5b799abc-a496-4bdb-81d1-3b77239ec8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:13,028 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.198s 2022-02-17 12:57:13,028 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0204b3-0c4b-4120-93c0-54fe8c147167', 'x-compute-request-id': 'req-1c0204b3-0c4b-4120-93c0-54fe8c147167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:14,236 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.197s 2022-02-17 12:57:14,236 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d6ebb8-4ce1-45b3-9788-446bd3c4f214', 'x-compute-request-id': 'req-e7d6ebb8-4ce1-45b3-9788-446bd3c4f214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:15,413 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:57:15,414 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76f80e1f-8cd1-424a-92d0-73e02e3b4e69', 'x-compute-request-id': 'req-76f80e1f-8cd1-424a-92d0-73e02e3b4e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:56:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:16,613 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.189s 2022-02-17 12:57:16,613 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-185aa38f-a713-4358-b655-b0b5ff2a68f3', 'x-compute-request-id': 'req-185aa38f-a713-4358-b655-b0b5ff2a68f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:16,622 129468 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 18 second wait 2022-02-17 12:57:17,799 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 12:57:17,799 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcbe3c18-b4dd-4f67-9fa4-fa98e8f6eb61', 'x-compute-request-id': 'req-fcbe3c18-b4dd-4f67-9fa4-fa98e8f6eb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:18,977 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:57:18,977 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0833490-8c5b-4b60-b36f-aef8e5733c11', 'x-compute-request-id': 'req-c0833490-8c5b-4b60-b36f-aef8e5733c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:20,164 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 12:57:20,175 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb6606c-0ae9-48d7-80d5-1583c44c3dad', 'x-compute-request-id': 'req-efb6606c-0ae9-48d7-80d5-1583c44c3dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:21,376 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.190s 2022-02-17 12:57:21,377 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0f4ea5b-43b8-4806-90ce-ad1e9555bf96', 'x-compute-request-id': 'req-f0f4ea5b-43b8-4806-90ce-ad1e9555bf96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:22,569 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.180s 2022-02-17 12:57:22,569 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d7c7d5-1b99-430d-9542-73fffecab4d1', 'x-compute-request-id': 'req-93d7c7d5-1b99-430d-9542-73fffecab4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:23,768 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.188s 2022-02-17 12:57:23,769 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a68aa5-2b49-4b1e-a0b7-e73cf4e02767', 'x-compute-request-id': 'req-44a68aa5-2b49-4b1e-a0b7-e73cf4e02767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:25,031 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.250s 2022-02-17 12:57:25,032 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2167be65-47df-4c7d-8f14-290e92f8040b', 'x-compute-request-id': 'req-2167be65-47df-4c7d-8f14-290e92f8040b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:25,048 129468 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 27 second wait 2022-02-17 12:57:26,331 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.281s 2022-02-17 12:57:26,332 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30f4315c-ed0d-4858-994d-3fd246dc5557', 'x-compute-request-id': 'req-30f4315c-ed0d-4858-994d-3fd246dc5557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:27,523 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:57:27,523 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59c7d5b5-67e6-4648-9681-2852f0fd988f', 'x-compute-request-id': 'req-59c7d5b5-67e6-4648-9681-2852f0fd988f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:28,736 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.202s 2022-02-17 12:57:28,737 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65f41f23-388f-4af1-a18f-c2428eb05917', 'x-compute-request-id': 'req-65f41f23-388f-4af1-a18f-c2428eb05917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:29,970 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.222s 2022-02-17 12:57:29,971 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd977ee6-b6da-45e7-be5d-bf014cad0a85', 'x-compute-request-id': 'req-cd977ee6-b6da-45e7-be5d-bf014cad0a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:31,189 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.209s 2022-02-17 12:57:31,190 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-302c21e8-fbde-4903-898c-1d54d7ebfac8', 'x-compute-request-id': 'req-302c21e8-fbde-4903-898c-1d54d7ebfac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:32,383 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:57:32,383 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c555869e-ad00-47fd-b5e3-9b157f2980d3', 'x-compute-request-id': 'req-c555869e-ad00-47fd-b5e3-9b157f2980d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:33,626 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.233s 2022-02-17 12:57:33,626 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82a17f67-2fe8-4183-9267-3d18d9784f86', 'x-compute-request-id': 'req-82a17f67-2fe8-4183-9267-3d18d9784f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:34,866 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.220s 2022-02-17 12:57:34,867 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c576769-2add-4d05-968f-f2473ee8e420', 'x-compute-request-id': 'req-6c576769-2add-4d05-968f-f2473ee8e420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:36,076 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.198s 2022-02-17 12:57:36,076 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a36656a-3cd3-47c4-864e-12995fee440e', 'x-compute-request-id': 'req-8a36656a-3cd3-47c4-864e-12995fee440e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:37,265 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:57:37,266 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd508ab2-57c1-47c9-b7bd-70d75d2bc773', 'x-compute-request-id': 'req-cd508ab2-57c1-47c9-b7bd-70d75d2bc773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:38,453 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:57:38,454 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c29751e-f194-43a0-a279-059256f01744', 'x-compute-request-id': 'req-0c29751e-f194-43a0-a279-059256f01744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:39,630 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:57:39,630 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562d12a6-7188-4adc-ad63-e6890dc7b391', 'x-compute-request-id': 'req-562d12a6-7188-4adc-ad63-e6890dc7b391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:40,818 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 12:57:40,818 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6c34670-cc61-439c-896a-a25667fad021', 'x-compute-request-id': 'req-d6c34670-cc61-439c-896a-a25667fad021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:42,008 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.179s 2022-02-17 12:57:42,008 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15cbae3c-943c-414d-a737-1c4f080573da', 'x-compute-request-id': 'req-15cbae3c-943c-414d-a737-1c4f080573da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:43,208 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.190s 2022-02-17 12:57:43,209 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad1518f2-c6ab-4b28-b38c-a565e3a5d1cc', 'x-compute-request-id': 'req-ad1518f2-c6ab-4b28-b38c-a565e3a5d1cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:43,218 129468 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 45 second wait 2022-02-17 12:57:44,382 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 12:57:44,382 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a2419c-0045-4ab1-94e5-09f6d8b2e120', 'x-compute-request-id': 'req-68a2419c-0045-4ab1-94e5-09f6d8b2e120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:45,567 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:57:45,568 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f57794a-085b-4c12-b427-ceae4ac2ba11', 'x-compute-request-id': 'req-0f57794a-085b-4c12-b427-ceae4ac2ba11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 12:57:45,576 129468 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 47 second wait 2022-02-17 12:57:46,672 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments 1.090s 2022-02-17 12:57:46,672 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8af7e6ff-abf0-4820-b1f0-9af8a8935e63', 'x-compute-request-id': 'req-8af7e6ff-abf0-4820-b1f0-9af8a8935e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "serverId": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "volumeId": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "device": null}}' 2022-02-17 12:57:46,723 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.049s 2022-02-17 12:57:46,724 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c83d8d-2d2d-4ff1-915e-5385bbac1d48', 'content-length': '1179', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c83d8d-2d2d-4ff1-915e-5385bbac1d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T12:57:46.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "attachment_id": "b7816c56-cf13-4b56-970d-51c10bf6e870", "volume_id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "server_id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:57:46,731 129468 INFO [tempest.common.waiters] Attachment b7816c56-cf13-4b56-970d-51c10bf6e870 created for volume f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 to server 8ddf11e8-1cb1-4637-b6af-a9a8f5122272 after waiting for 0.731287 seconds 2022-02-17 12:57:46,775 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.044s 2022-02-17 12:57:46,775 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c660a9a5-a3d4-4440-952b-b72c1e33638a', 'content-length': '1179', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c660a9a5-a3d4-4440-952b-b72c1e33638a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T12:57:46.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "attachment_id": "b7816c56-cf13-4b56-970d-51c10bf6e870", "volume_id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "server_id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 12:57:46,783 129468 INFO [tempest.common.waiters] volume f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 reached in-use after waiting for 0.783828 seconds 2022-02-17 12:57:47,038 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/action 0.254s 2022-02-17 12:57:47,038 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": null} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9dc2c59-3a5c-4b00-b4ca-e4f07c2c5c94', 'x-compute-request-id': 'req-a9dc2c59-3a5c-4b00-b4ca-e4f07c2c5c94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/action'} Body: b'' 2022-02-17 12:57:47,213 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:57:47,214 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1750', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c6bd360-d256-45e3-95a0-647552c0acfd', 'x-compute-request-id': 'req-2c6bd360-d256-45e3-95a0-647552c0acfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:48,477 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.254s 2022-02-17 12:57:48,477 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1750', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee032ff9-4685-4b7d-aac6-10539fbe9216', 'x-compute-request-id': 'req-ee032ff9-4685-4b7d-aac6-10539fbe9216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:49,648 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.161s 2022-02-17 12:57:49,649 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef02728f-6be1-420e-a17f-3e6210179cc1', 'x-compute-request-id': 'req-ef02728f-6be1-420e-a17f-3e6210179cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:49,658 129468 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/unshelving" ==> "SHELVED_OFFLOADED/spawning" after 2 second wait 2022-02-17 12:57:50,829 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:57:50,830 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ba537a-56f2-4df0-84ce-f9015cb4bd3d', 'x-compute-request-id': 'req-e1ba537a-56f2-4df0-84ce-f9015cb4bd3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:52,009 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:57:52,009 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c2ef1ed-0c5d-4f6b-b7a3-60054693af73', 'x-compute-request-id': 'req-5c2ef1ed-0c5d-4f6b-b7a3-60054693af73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:53,435 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.417s 2022-02-17 12:57:53,436 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a95600-a1bb-471d-b1c8-f162f97fa9cc', 'x-compute-request-id': 'req-c0a95600-a1bb-471d-b1c8-f162f97fa9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:54,614 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:57:54,615 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dcbcb79-471f-420a-a12a-3b36706d88e0', 'x-compute-request-id': 'req-7dcbcb79-471f-420a-a12a-3b36706d88e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:55,810 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 12:57:55,810 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb342e5-d7b3-4a02-b77e-5d13e40933c0', 'x-compute-request-id': 'req-9fb342e5-d7b3-4a02-b77e-5d13e40933c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:56,985 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:57:56,986 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d712ba73-64d2-47df-8ed6-cb06561055df', 'x-compute-request-id': 'req-d712ba73-64d2-47df-8ed6-cb06561055df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:58,177 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.182s 2022-02-17 12:57:58,178 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8917277-9581-4a63-9b7e-2179391b0712', 'x-compute-request-id': 'req-d8917277-9581-4a63-9b7e-2179391b0712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:57:59,353 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:57:59,353 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da4bc550-2bea-4af8-bb2e-5a21f25ebf6a', 'x-compute-request-id': 'req-da4bc550-2bea-4af8-bb2e-5a21f25ebf6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:00,530 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 12:58:00,530 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09b8cae5-9a31-411b-aaa4-74c59417f3ad', 'x-compute-request-id': 'req-09b8cae5-9a31-411b-aaa4-74c59417f3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:01,710 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:58:01,711 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acbd9bc3-d8a8-4dfc-bbbb-b687f4860fd6', 'x-compute-request-id': 'req-acbd9bc3-d8a8-4dfc-bbbb-b687f4860fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:02,885 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:58:02,886 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4e4abf1-f4c7-49fd-b4ec-c5333d3d4add', 'x-compute-request-id': 'req-b4e4abf1-f4c7-49fd-b4ec-c5333d3d4add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:04,067 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 12:58:04,067 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4c5e6ae-7870-4bee-8aa1-3708c1e6c437', 'x-compute-request-id': 'req-c4c5e6ae-7870-4bee-8aa1-3708c1e6c437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:05,245 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:58:05,245 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5365c71f-0942-4cb5-90b9-9a431d45abd0', 'x-compute-request-id': 'req-5365c71f-0942-4cb5-90b9-9a431d45abd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:06,424 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:58:06,424 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ae8f94-2337-4df1-99b8-a2e04c9d37bc', 'x-compute-request-id': 'req-35ae8f94-2337-4df1-99b8-a2e04c9d37bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:07,753 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.319s 2022-02-17 12:58:07,753 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5082232c-6ed2-4de0-92ec-2cde9076e565', 'x-compute-request-id': 'req-5082232c-6ed2-4de0-92ec-2cde9076e565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:08,982 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.219s 2022-02-17 12:58:08,983 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2e2d19-943c-413f-bca5-82edd242beec', 'x-compute-request-id': 'req-dd2e2d19-943c-413f-bca5-82edd242beec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:10,184 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:58:10,185 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78c0d16d-8ce1-44b9-8fbf-52a69a44cea8', 'x-compute-request-id': 'req-78c0d16d-8ce1-44b9-8fbf-52a69a44cea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:11,359 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:58:11,360 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328f3701-5535-4aa9-9a70-cb0fa3755908', 'x-compute-request-id': 'req-328f3701-5535-4aa9-9a70-cb0fa3755908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:12,560 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.191s 2022-02-17 12:58:12,561 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e0ddc0f-3814-4579-a73f-68a38a3673cd', 'x-compute-request-id': 'req-5e0ddc0f-3814-4579-a73f-68a38a3673cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:13,779 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.203s 2022-02-17 12:58:13,780 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6762b8-6470-43a1-ac53-53f8c95e6b21', 'x-compute-request-id': 'req-ab6762b8-6470-43a1-ac53-53f8c95e6b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:14,988 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.188s 2022-02-17 12:58:14,989 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0148f743-5e83-4d1d-982c-f7915e1ac373', 'x-compute-request-id': 'req-0148f743-5e83-4d1d-982c-f7915e1ac373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:16,213 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.214s 2022-02-17 12:58:16,214 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d011c21d-4c0f-45d6-849b-c0846eedcd8f', 'x-compute-request-id': 'req-d011c21d-4c0f-45d6-849b-c0846eedcd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:17,432 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.203s 2022-02-17 12:58:17,433 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0adc3ebc-eef0-42f5-ae7e-238779417982', 'x-compute-request-id': 'req-0adc3ebc-eef0-42f5-ae7e-238779417982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:18,688 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.238s 2022-02-17 12:58:18,689 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a02492d4-faea-4496-afaf-185ae4bbd3ef', 'x-compute-request-id': 'req-a02492d4-faea-4496-afaf-185ae4bbd3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:19,880 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:58:19,881 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd516c8e-7d1f-4f9c-8180-7d08e37f8d34', 'x-compute-request-id': 'req-bd516c8e-7d1f-4f9c-8180-7d08e37f8d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:21,111 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.220s 2022-02-17 12:58:21,112 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-300a78f3-7180-426a-a826-51ed1aea037b', 'x-compute-request-id': 'req-300a78f3-7180-426a-a826-51ed1aea037b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:22,298 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 12:58:22,298 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-696c630c-8801-4773-95bf-a76b2bb6e1db', 'x-compute-request-id': 'req-696c630c-8801-4773-95bf-a76b2bb6e1db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:23,493 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 12:58:23,494 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b31dfed8-3d4c-45ad-9208-86cbc2a9b3d7', 'x-compute-request-id': 'req-b31dfed8-3d4c-45ad-9208-86cbc2a9b3d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:24,678 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:58:24,679 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b70d6a96-1417-46c1-92ae-2c3f9accd729', 'x-compute-request-id': 'req-b70d6a96-1417-46c1-92ae-2c3f9accd729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:25,875 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.186s 2022-02-17 12:58:25,875 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a461f9c-8a12-459c-9fee-017e65a5911a', 'x-compute-request-id': 'req-2a461f9c-8a12-459c-9fee-017e65a5911a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:27,069 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.184s 2022-02-17 12:58:27,069 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4260b80-c888-406c-bf01-4e59d0b91b84', 'x-compute-request-id': 'req-a4260b80-c888-406c-bf01-4e59d0b91b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:28,271 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.182s 2022-02-17 12:58:28,272 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c34084f-2c7d-4a51-a538-1ce99354f8df', 'x-compute-request-id': 'req-6c34084f-2c7d-4a51-a538-1ce99354f8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:29,480 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.187s 2022-02-17 12:58:29,480 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9e9d0d3-d8e7-446f-b34b-6f8d9ea5fb3a', 'x-compute-request-id': 'req-d9e9d0d3-d8e7-446f-b34b-6f8d9ea5fb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:30,700 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.209s 2022-02-17 12:58:30,700 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c865fd2-0c71-46c8-b156-f06a10ee1907', 'x-compute-request-id': 'req-4c865fd2-0c71-46c8-b156-f06a10ee1907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:31,895 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 12:58:31,895 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1834cc-d7d1-4e6a-bfbf-25babbac7a82', 'x-compute-request-id': 'req-be1834cc-d7d1-4e6a-bfbf-25babbac7a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:33,087 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:58:33,087 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e8c458-ba64-4d85-acd8-9a92c22b8d94', 'x-compute-request-id': 'req-10e8c458-ba64-4d85-acd8-9a92c22b8d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:34,270 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.172s 2022-02-17 12:58:34,270 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-597d107c-0c27-4c06-8f45-03dfb302a9c5', 'x-compute-request-id': 'req-597d107c-0c27-4c06-8f45-03dfb302a9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:35,456 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 12:58:35,456 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea310d4-a4f0-4d10-9f68-f6b9cf5546b4', 'x-compute-request-id': 'req-3ea310d4-a4f0-4d10-9f68-f6b9cf5546b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:36,671 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.205s 2022-02-17 12:58:36,671 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72d343b-3c5b-4109-9c3e-081e76536d17', 'x-compute-request-id': 'req-e72d343b-3c5b-4109-9c3e-081e76536d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:37,868 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.187s 2022-02-17 12:58:37,869 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb111ab-b0a4-4e89-9dc8-acfd196fef6b', 'x-compute-request-id': 'req-ffb111ab-b0a4-4e89-9dc8-acfd196fef6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:39,055 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 12:58:39,056 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c747f89-2e5d-4604-891c-4446d0221911', 'x-compute-request-id': 'req-9c747f89-2e5d-4604-891c-4446d0221911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:40,234 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:58:40,234 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ad63cc-9557-42d2-be01-b41f73dfcabc', 'x-compute-request-id': 'req-a7ad63cc-9557-42d2-be01-b41f73dfcabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:41,411 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:58:41,412 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b8f7986-3a1e-43a0-bb48-88566f2b0e3b', 'x-compute-request-id': 'req-6b8f7986-3a1e-43a0-bb48-88566f2b0e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:42,585 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:58:42,586 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30b8761f-48e2-4eaf-b67c-2082c4423d37', 'x-compute-request-id': 'req-30b8761f-48e2-4eaf-b67c-2082c4423d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:43,766 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 12:58:43,767 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91b4c409-02f5-45f8-a764-49ac59f5e624', 'x-compute-request-id': 'req-91b4c409-02f5-45f8-a764-49ac59f5e624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:44,946 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:58:44,946 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f266c0e5-9f6f-41ef-9b7a-a5c923c8ffd3', 'x-compute-request-id': 'req-f266c0e5-9f6f-41ef-9b7a-a5c923c8ffd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:46,135 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.179s 2022-02-17 12:58:46,135 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c115ed6-17de-468e-b1dc-575c40d056cb', 'x-compute-request-id': 'req-8c115ed6-17de-468e-b1dc-575c40d056cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:47,313 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:58:47,313 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e7519d0-27cd-451e-a5d7-54d834014ac6', 'x-compute-request-id': 'req-3e7519d0-27cd-451e-a5d7-54d834014ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:48,492 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:58:48,493 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8db8d9a8-de0b-458c-80d3-50ca47dfbfe6', 'x-compute-request-id': 'req-8db8d9a8-de0b-458c-80d3-50ca47dfbfe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:49,685 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.182s 2022-02-17 12:58:49,686 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea719868-97a1-403c-88bb-11167572ea66', 'x-compute-request-id': 'req-ea719868-97a1-403c-88bb-11167572ea66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:50,871 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:58:50,871 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a477560-0b8d-445c-8c97-103972e06bfc', 'x-compute-request-id': 'req-8a477560-0b8d-445c-8c97-103972e06bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:52,047 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 12:58:52,048 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d923246-7698-4049-af51-7298b48d7aae', 'x-compute-request-id': 'req-3d923246-7698-4049-af51-7298b48d7aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:53,224 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:58:53,224 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e32db32f-17e0-4b2a-afbd-71d649a636e6', 'x-compute-request-id': 'req-e32db32f-17e0-4b2a-afbd-71d649a636e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:54,404 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:58:54,405 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b940f757-f577-4ed6-acf5-47b5e6e4298d', 'x-compute-request-id': 'req-b940f757-f577-4ed6-acf5-47b5e6e4298d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:55,591 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:58:55,591 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-339dc665-da18-4290-ac38-e8ad73b8e204', 'x-compute-request-id': 'req-339dc665-da18-4290-ac38-e8ad73b8e204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:56,772 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.172s 2022-02-17 12:58:56,773 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0c272bf-f264-475f-b186-59803e949650', 'x-compute-request-id': 'req-b0c272bf-f264-475f-b186-59803e949650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:57,945 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 12:58:57,945 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe13e0f6-126c-48d6-81ff-0adab3c78264', 'x-compute-request-id': 'req-fe13e0f6-126c-48d6-81ff-0adab3c78264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:58:59,156 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.201s 2022-02-17 12:58:59,157 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b1d3c0-f6f5-4c91-9828-b1c8b37399d6', 'x-compute-request-id': 'req-17b1d3c0-f6f5-4c91-9828-b1c8b37399d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:00,334 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:59:00,334 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da573c6a-cfa1-4bb1-bdbf-c4eb1e39cf11', 'x-compute-request-id': 'req-da573c6a-cfa1-4bb1-bdbf-c4eb1e39cf11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:01,519 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:59:01,519 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43d1222f-d4d5-4d1b-ad46-f76e81f8289a', 'x-compute-request-id': 'req-43d1222f-d4d5-4d1b-ad46-f76e81f8289a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:02,698 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:59:02,698 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17d5dc28-0a00-4681-956e-81a97af5fe08', 'x-compute-request-id': 'req-17d5dc28-0a00-4681-956e-81a97af5fe08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:03,875 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:59:03,876 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d790dab-0c30-4838-8f1d-f585033757b4', 'x-compute-request-id': 'req-8d790dab-0c30-4838-8f1d-f585033757b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:05,053 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:59:05,054 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd76d1a5-a4e3-4441-9254-76c9b91e6f6a', 'x-compute-request-id': 'req-cd76d1a5-a4e3-4441-9254-76c9b91e6f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:06,223 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 12:59:06,224 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aa49964-8bb0-4a01-a4fa-8e66f741b2b6', 'x-compute-request-id': 'req-8aa49964-8bb0-4a01-a4fa-8e66f741b2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:07,406 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 12:59:07,406 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40efacdf-5aa0-4053-b9bc-e8106174dbf9', 'x-compute-request-id': 'req-40efacdf-5aa0-4053-b9bc-e8106174dbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:08,594 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 12:59:08,595 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a82210b-ae86-46e6-8d6b-68fb50916ca0', 'x-compute-request-id': 'req-9a82210b-ae86-46e6-8d6b-68fb50916ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:09,792 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.187s 2022-02-17 12:59:09,792 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f49638-a3df-438f-a592-f06b66a73e3a', 'x-compute-request-id': 'req-f6f49638-a3df-438f-a592-f06b66a73e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:10,970 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:59:10,970 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28ede930-d9ad-482f-8097-e1158129379f', 'x-compute-request-id': 'req-28ede930-d9ad-482f-8097-e1158129379f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:12,147 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:59:12,147 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-175af37d-0acd-4236-899a-24dd4dec0cac', 'x-compute-request-id': 'req-175af37d-0acd-4236-899a-24dd4dec0cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:13,328 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 12:59:13,329 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d35961-61ca-4a8c-93af-8d131d167b97', 'x-compute-request-id': 'req-c4d35961-61ca-4a8c-93af-8d131d167b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:14,506 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:59:14,506 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-441c3f71-179c-4d44-91ba-674611bd5710', 'x-compute-request-id': 'req-441c3f71-179c-4d44-91ba-674611bd5710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:15,715 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.199s 2022-02-17 12:59:15,716 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721a26e3-108d-49e5-b437-c6632410e2c5', 'x-compute-request-id': 'req-721a26e3-108d-49e5-b437-c6632410e2c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:16,893 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 12:59:16,894 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76e2888-a4d3-43a5-9698-f9053e97936b', 'x-compute-request-id': 'req-f76e2888-a4d3-43a5-9698-f9053e97936b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:18,072 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:59:18,072 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af3279a-5aea-4eb9-96a8-d4efa49d833d', 'x-compute-request-id': 'req-4af3279a-5aea-4eb9-96a8-d4efa49d833d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:19,251 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:59:19,251 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e761869-f35b-44ca-80e9-c6c221d6ec0d', 'x-compute-request-id': 'req-8e761869-f35b-44ca-80e9-c6c221d6ec0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:20,426 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 12:59:20,426 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-116980a7-525e-4d66-be92-b9acf1a51281', 'x-compute-request-id': 'req-116980a7-525e-4d66-be92-b9acf1a51281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:21,607 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 12:59:21,607 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8826fe5e-4739-495b-92ff-74fee0cc115b', 'x-compute-request-id': 'req-8826fe5e-4739-495b-92ff-74fee0cc115b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:22,781 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 12:59:22,781 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fe34678-a490-4156-8d7e-8efb8772538d', 'x-compute-request-id': 'req-4fe34678-a490-4156-8d7e-8efb8772538d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:23,961 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 12:59:23,961 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f27a56f-da64-4bd1-9d37-79d8c8ffe7f4', 'x-compute-request-id': 'req-9f27a56f-da64-4bd1-9d37-79d8c8ffe7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:25,159 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.188s 2022-02-17 12:59:25,159 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d9fc517-0a37-425b-925e-849a288e8632', 'x-compute-request-id': 'req-2d9fc517-0a37-425b-925e-849a288e8632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:26,338 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:59:26,338 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-160863e8-0ae6-4f3e-add1-ab1fb8b26a47', 'x-compute-request-id': 'req-160863e8-0ae6-4f3e-add1-ab1fb8b26a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:27,521 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.172s 2022-02-17 12:59:27,521 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c11b4cf3-5007-443b-b544-50079c6dbf49', 'x-compute-request-id': 'req-c11b4cf3-5007-443b-b544-50079c6dbf49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:28,698 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 12:59:28,698 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a738e7c-a808-42ce-8d81-50d0f4e6d2af', 'x-compute-request-id': 'req-8a738e7c-a808-42ce-8d81-50d0f4e6d2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:29,878 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 12:59:29,878 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca0df03b-fe45-4e69-8b2a-7bc27f84c391', 'x-compute-request-id': 'req-ca0df03b-fe45-4e69-8b2a-7bc27f84c391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:31,062 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:59:31,062 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bac4efbe-e157-4dd3-be99-c1a0e866bd82', 'x-compute-request-id': 'req-bac4efbe-e157-4dd3-be99-c1a0e866bd82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:32,322 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.250s 2022-02-17 12:59:32,323 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ea8ea9-8e1a-436c-9491-112369a8d994', 'x-compute-request-id': 'req-71ea8ea9-8e1a-436c-9491-112369a8d994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:33,526 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 12:59:33,526 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf936b87-6314-46cd-8d25-d289dcb3318e', 'x-compute-request-id': 'req-bf936b87-6314-46cd-8d25-d289dcb3318e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:34,733 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.197s 2022-02-17 12:59:34,734 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-067876bf-654c-46c1-83e6-83b464a878d5', 'x-compute-request-id': 'req-067876bf-654c-46c1-83e6-83b464a878d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:35,917 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 12:59:35,918 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-688ddeb6-67e6-4ead-817b-00090b5d660a', 'x-compute-request-id': 'req-688ddeb6-67e6-4ead-817b-00090b5d660a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:37,101 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.172s 2022-02-17 12:59:37,101 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c47d0ced-6f84-4f91-a2bb-69a85766cbdf', 'x-compute-request-id': 'req-c47d0ced-6f84-4f91-a2bb-69a85766cbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:38,296 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 12:59:38,296 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-438eef43-145b-4de3-b086-7a1efb84a26c', 'x-compute-request-id': 'req-438eef43-145b-4de3-b086-7a1efb84a26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:39,479 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 12:59:39,480 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52fab8c9-ae18-46b6-be4b-a36b439787ed', 'x-compute-request-id': 'req-52fab8c9-ae18-46b6-be4b-a36b439787ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:40,658 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 12:59:40,658 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fddb5fc7-ed5f-4476-8d28-17944bbe6a26', 'x-compute-request-id': 'req-fddb5fc7-ed5f-4476-8d28-17944bbe6a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:41,844 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 12:59:41,845 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6170679-db08-4b4a-ac30-f3fea6127e11', 'x-compute-request-id': 'req-f6170679-db08-4b4a-ac30-f3fea6127e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:43,032 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 12:59:43,032 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e6b8b5-6d12-4dd3-ad49-1de55ef0c25c', 'x-compute-request-id': 'req-f8e6b8b5-6d12-4dd3-ad49-1de55ef0c25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:44,241 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.199s 2022-02-17 12:59:44,242 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fee668ec-2a22-4816-8829-eb3a55585640', 'x-compute-request-id': 'req-fee668ec-2a22-4816-8829-eb3a55585640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:45,445 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.193s 2022-02-17 12:59:45,445 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-583d5703-d8ba-4b6b-a5b4-0c10a31c3ebf', 'x-compute-request-id': 'req-583d5703-d8ba-4b6b-a5b4-0c10a31c3ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:46,676 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.221s 2022-02-17 12:59:46,676 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b52ca52-29b4-4ad1-a26f-b8b76904485c', 'x-compute-request-id': 'req-5b52ca52-29b4-4ad1-a26f-b8b76904485c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:47,865 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.178s 2022-02-17 12:59:47,865 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd2dd83-9fd1-457f-9bb5-cc178530714b', 'x-compute-request-id': 'req-ebd2dd83-9fd1-457f-9bb5-cc178530714b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:49,084 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.208s 2022-02-17 12:59:49,084 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b53177-1451-4731-b1b4-d331fa51f555', 'x-compute-request-id': 'req-18b53177-1451-4731-b1b4-d331fa51f555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:50,447 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.352s 2022-02-17 12:59:50,447 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd6d0f98-211d-4b54-b096-f5d37ac1527a', 'x-compute-request-id': 'req-dd6d0f98-211d-4b54-b096-f5d37ac1527a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:51,629 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 12:59:51,630 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b13b398-19fd-4bc7-a76e-ddeea11965ba', 'x-compute-request-id': 'req-0b13b398-19fd-4bc7-a76e-ddeea11965ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:52,840 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.199s 2022-02-17 12:59:52,840 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a97c66-1f69-4f01-975b-32205666d545', 'x-compute-request-id': 'req-b2a97c66-1f69-4f01-975b-32205666d545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:54,069 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.219s 2022-02-17 12:59:54,070 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca345c5a-31d0-4f06-bbca-ef3ab9363837', 'x-compute-request-id': 'req-ca345c5a-31d0-4f06-bbca-ef3ab9363837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:55,261 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 12:59:55,261 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-533c736c-5a46-42bd-af67-8234bb61ff36', 'x-compute-request-id': 'req-533c736c-5a46-42bd-af67-8234bb61ff36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:56,457 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 12:59:56,457 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31aff6ce-0546-43ce-aa32-f70ab454d9df', 'x-compute-request-id': 'req-31aff6ce-0546-43ce-aa32-f70ab454d9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:57,657 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.190s 2022-02-17 12:59:57,657 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1db7142-4740-430d-81a5-f25751fb3356', 'x-compute-request-id': 'req-d1db7142-4740-430d-81a5-f25751fb3356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 12:59:58,885 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.216s 2022-02-17 12:59:58,885 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcb7a3dc-8e2e-461c-87b8-15ae402ae32f', 'x-compute-request-id': 'req-dcb7a3dc-8e2e-461c-87b8-15ae402ae32f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:00,082 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.187s 2022-02-17 13:00:00,083 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 12:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb590980-7b56-4ef1-926e-012e85a8f730', 'x-compute-request-id': 'req-cb590980-7b56-4ef1-926e-012e85a8f730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:01,292 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.198s 2022-02-17 13:00:01,292 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2dcff3-2e18-47a6-ba93-010ea5e0ec2f', 'x-compute-request-id': 'req-ae2dcff3-2e18-47a6-ba93-010ea5e0ec2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:02,511 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.209s 2022-02-17 13:00:02,512 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c0eac01-8fee-4ad5-b2ec-daa66e8322d8', 'x-compute-request-id': 'req-5c0eac01-8fee-4ad5-b2ec-daa66e8322d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:03,703 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 13:00:03,704 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9aae778-2041-4925-86b6-7900ae7f0c24', 'x-compute-request-id': 'req-d9aae778-2041-4925-86b6-7900ae7f0c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:04,908 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.194s 2022-02-17 13:00:04,908 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a5636f-5dc6-4bcc-87f9-4b10fac9fefc', 'x-compute-request-id': 'req-42a5636f-5dc6-4bcc-87f9-4b10fac9fefc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:06,093 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:00:06,094 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46175204-654b-47cb-becc-723abdd1737c', 'x-compute-request-id': 'req-46175204-654b-47cb-becc-723abdd1737c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:07,269 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:00:07,269 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c40c1b-92c5-42ac-a29c-ab96b41bebd2', 'x-compute-request-id': 'req-47c40c1b-92c5-42ac-a29c-ab96b41bebd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:08,446 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:00:08,447 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c2c2bc3-2a55-4b89-a7b3-e89b9ac28b86', 'x-compute-request-id': 'req-4c2c2bc3-2a55-4b89-a7b3-e89b9ac28b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:09,632 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:00:09,639 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d025d24d-4e0e-47a1-b30d-3480a9d57581', 'x-compute-request-id': 'req-d025d24d-4e0e-47a1-b30d-3480a9d57581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:10,825 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:00:10,826 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e8515ad-3dd7-4d99-8f2f-1513d23db72d', 'x-compute-request-id': 'req-7e8515ad-3dd7-4d99-8f2f-1513d23db72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:12,001 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:00:12,001 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79bac3eb-3c0c-4b18-a065-c0734bd88fc3', 'x-compute-request-id': 'req-79bac3eb-3c0c-4b18-a065-c0734bd88fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:13,203 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.192s 2022-02-17 13:00:13,204 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a22f7dc-93db-4151-aa6b-0283836ed2a2', 'x-compute-request-id': 'req-6a22f7dc-93db-4151-aa6b-0283836ed2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:14,380 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:00:14,381 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e202329d-4d6b-4aad-84e6-809bfa270e4f', 'x-compute-request-id': 'req-e202329d-4d6b-4aad-84e6-809bfa270e4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:15,727 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.336s 2022-02-17 13:00:15,727 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c16530-5cee-47b0-a0ab-ffe68206a09c', 'x-compute-request-id': 'req-c8c16530-5cee-47b0-a0ab-ffe68206a09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:16,916 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.179s 2022-02-17 13:00:16,916 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edb951ba-16f5-488b-a0c6-7c646229a47a', 'x-compute-request-id': 'req-edb951ba-16f5-488b-a0c6-7c646229a47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:18,098 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:00:18,099 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9c01757-9ff4-49b6-85f2-d134fe66b339', 'x-compute-request-id': 'req-e9c01757-9ff4-49b6-85f2-d134fe66b339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:19,290 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 13:00:19,291 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4078e2e-b823-4050-a14c-f8e8100f69e3', 'x-compute-request-id': 'req-f4078e2e-b823-4050-a14c-f8e8100f69e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:20,502 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.199s 2022-02-17 13:00:20,503 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ffa52f9-92b8-4d63-9910-432ada24ccd0', 'x-compute-request-id': 'req-4ffa52f9-92b8-4d63-9910-432ada24ccd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:21,682 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:00:21,683 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef05b43-5ba0-4bef-aa96-635ec4f26078', 'x-compute-request-id': 'req-fef05b43-5ba0-4bef-aa96-635ec4f26078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:22,856 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:00:22,856 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57cb6765-378c-4734-8d44-142961c7189d', 'x-compute-request-id': 'req-57cb6765-378c-4734-8d44-142961c7189d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:24,029 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:00:24,030 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7a67986-147f-4871-9316-37b75c996ec7', 'x-compute-request-id': 'req-e7a67986-147f-4871-9316-37b75c996ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:25,207 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:00:25,207 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43645f3c-4f38-41d4-9da0-b1fe92dc2df3', 'x-compute-request-id': 'req-43645f3c-4f38-41d4-9da0-b1fe92dc2df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:26,388 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:00:26,388 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-930e5904-cdb9-457d-8081-d287dec038a7', 'x-compute-request-id': 'req-930e5904-cdb9-457d-8081-d287dec038a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:27,565 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:00:27,565 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4cb807a-97ba-46ef-b193-3c8a98f09958', 'x-compute-request-id': 'req-a4cb807a-97ba-46ef-b193-3c8a98f09958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:28,740 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:00:28,741 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5cef47a-7025-4e99-98c1-c2a8c469f3c5', 'x-compute-request-id': 'req-c5cef47a-7025-4e99-98c1-c2a8c469f3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:29,918 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:00:29,918 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1707afcc-023c-4d9e-8374-33d5089fefdd', 'x-compute-request-id': 'req-1707afcc-023c-4d9e-8374-33d5089fefdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:31,097 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:00:31,098 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af576589-372f-4e6d-803d-7b67930021e4', 'x-compute-request-id': 'req-af576589-372f-4e6d-803d-7b67930021e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:32,277 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:00:32,277 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7692265f-e8bd-409a-ba18-f20329d8143e', 'x-compute-request-id': 'req-7692265f-e8bd-409a-ba18-f20329d8143e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:33,452 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:00:33,453 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e7a107-2d83-4919-94b6-b0ba259a6568', 'x-compute-request-id': 'req-65e7a107-2d83-4919-94b6-b0ba259a6568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:34,629 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:00:34,629 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a19ecda-c351-4cb9-97ef-0c51c3427657', 'x-compute-request-id': 'req-5a19ecda-c351-4cb9-97ef-0c51c3427657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:35,810 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:00:35,811 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f6c55fb-3bbe-4058-bdfc-19c101647bb5', 'x-compute-request-id': 'req-7f6c55fb-3bbe-4058-bdfc-19c101647bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:36,984 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:00:36,985 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1ad7eb-ecef-43b0-ac69-49ea2d20fdd0', 'x-compute-request-id': 'req-3c1ad7eb-ecef-43b0-ac69-49ea2d20fdd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:38,164 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:00:38,164 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a022dbfa-1e88-4888-a7a2-2d8f92dfb8a5', 'x-compute-request-id': 'req-a022dbfa-1e88-4888-a7a2-2d8f92dfb8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:39,336 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:00:39,336 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d41e501d-a08c-46d6-9db4-1ba6d9b654fc', 'x-compute-request-id': 'req-d41e501d-a08c-46d6-9db4-1ba6d9b654fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:40,520 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.174s 2022-02-17 13:00:40,521 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58dbaf68-bd2e-4b3c-856b-cd59522f4b7a', 'x-compute-request-id': 'req-58dbaf68-bd2e-4b3c-856b-cd59522f4b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:41,727 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.196s 2022-02-17 13:00:41,727 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc55f8aa-a1d9-4ef4-a275-4b66fdd79f65', 'x-compute-request-id': 'req-fc55f8aa-a1d9-4ef4-a275-4b66fdd79f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:42,908 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:00:42,908 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04283e6e-f3f6-4b0d-8ac1-54e22322a8d0', 'x-compute-request-id': 'req-04283e6e-f3f6-4b0d-8ac1-54e22322a8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:44,095 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 13:00:44,095 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-276ef98b-4bcf-47cc-8cd3-0c0fcaa01075', 'x-compute-request-id': 'req-276ef98b-4bcf-47cc-8cd3-0c0fcaa01075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:45,294 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.188s 2022-02-17 13:00:45,295 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32d1de3-461b-4214-9ae9-6dbb9e01b67d', 'x-compute-request-id': 'req-a32d1de3-461b-4214-9ae9-6dbb9e01b67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:46,486 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 13:00:46,486 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49528b47-1601-4d3b-9dbb-2c18a92c7925', 'x-compute-request-id': 'req-49528b47-1601-4d3b-9dbb-2c18a92c7925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:47,704 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.209s 2022-02-17 13:00:47,705 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aca0d6c1-9e86-4f20-8f7e-e4eecf5e8feb', 'x-compute-request-id': 'req-aca0d6c1-9e86-4f20-8f7e-e4eecf5e8feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:48,892 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 13:00:48,892 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d905c65f-f072-481d-9c35-9f99b506098d', 'x-compute-request-id': 'req-d905c65f-f072-481d-9c35-9f99b506098d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:50,122 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.219s 2022-02-17 13:00:50,122 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e72cd6-cff3-430e-8b58-f7965656c1a7', 'x-compute-request-id': 'req-69e72cd6-cff3-430e-8b58-f7965656c1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:51,327 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.195s 2022-02-17 13:00:51,328 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d7a9960-abd9-4e2d-8a1a-f0a6579c59c2', 'x-compute-request-id': 'req-9d7a9960-abd9-4e2d-8a1a-f0a6579c59c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:52,553 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.214s 2022-02-17 13:00:52,553 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a65ce2d-dc6d-4c67-bb11-586eac294c77', 'x-compute-request-id': 'req-8a65ce2d-dc6d-4c67-bb11-586eac294c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:53,786 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.223s 2022-02-17 13:00:53,786 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55b10fe-fc18-4784-85e4-6a81327bfdfd', 'x-compute-request-id': 'req-e55b10fe-fc18-4784-85e4-6a81327bfdfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:54,991 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.193s 2022-02-17 13:00:54,992 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92c57eb6-3faf-40eb-9a97-07555fbf59d4', 'x-compute-request-id': 'req-92c57eb6-3faf-40eb-9a97-07555fbf59d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:56,180 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 13:00:56,181 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57664e2e-1cea-4c79-a520-7c2e8f9d1cab', 'x-compute-request-id': 'req-57664e2e-1cea-4c79-a520-7c2e8f9d1cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:57,360 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:00:57,361 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-005729e6-d08e-4c42-bf80-8a7f7f0860ca', 'x-compute-request-id': 'req-005729e6-d08e-4c42-bf80-8a7f7f0860ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:58,549 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.178s 2022-02-17 13:00:58,549 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c198c49b-901d-4921-8960-c1e1f1ec3c4b', 'x-compute-request-id': 'req-c198c49b-901d-4921-8960-c1e1f1ec3c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:00:59,734 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 13:00:59,735 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2be35b7-fa82-4c32-8596-d703626b86ec', 'x-compute-request-id': 'req-e2be35b7-fa82-4c32-8596-d703626b86ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:00,915 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:01:00,916 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-820759c2-2ed3-4912-84d8-2927fc61f5ae', 'x-compute-request-id': 'req-820759c2-2ed3-4912-84d8-2927fc61f5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:02,095 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:01:02,095 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f5543a4-dcf5-413f-b188-a80095fa2e18', 'x-compute-request-id': 'req-9f5543a4-dcf5-413f-b188-a80095fa2e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:03,281 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:01:03,281 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad055e68-d761-4be0-bcfb-29fdd8a778a2', 'x-compute-request-id': 'req-ad055e68-d761-4be0-bcfb-29fdd8a778a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:04,458 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:01:04,458 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bebe6934-5f44-433f-b139-b6b21526474e', 'x-compute-request-id': 'req-bebe6934-5f44-433f-b139-b6b21526474e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:05,635 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:05,635 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-505a5443-9796-4b8f-a5d2-20f0403f1386', 'x-compute-request-id': 'req-505a5443-9796-4b8f-a5d2-20f0403f1386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:06,830 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 13:01:06,830 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-589d30ff-0a29-44c3-a8a3-f73045032578', 'x-compute-request-id': 'req-589d30ff-0a29-44c3-a8a3-f73045032578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:08,052 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.212s 2022-02-17 13:01:08,052 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e1d8a1f-0678-479d-8c14-1e90dab6e7a8', 'x-compute-request-id': 'req-0e1d8a1f-0678-479d-8c14-1e90dab6e7a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:09,234 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 13:01:09,234 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8caf5524-5004-4585-97c2-abb80323fa6a', 'x-compute-request-id': 'req-8caf5524-5004-4585-97c2-abb80323fa6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:10,413 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:01:10,414 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a470795-0285-4fbb-a792-6178da3f9bed', 'x-compute-request-id': 'req-7a470795-0285-4fbb-a792-6178da3f9bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:11,599 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:01:11,599 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b49eee-65ee-405b-8381-02a7595e2ce9', 'x-compute-request-id': 'req-68b49eee-65ee-405b-8381-02a7595e2ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:12,779 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:01:12,779 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d833771a-78ed-4adf-8c72-28942fefd2b0', 'x-compute-request-id': 'req-d833771a-78ed-4adf-8c72-28942fefd2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:13,962 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 13:01:13,963 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bed4bb8-8932-4056-a950-87a792ec1d7b', 'x-compute-request-id': 'req-9bed4bb8-8932-4056-a950-87a792ec1d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:15,146 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 13:01:15,146 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-583b183d-8ac2-4d40-b05d-ad8a22365514', 'x-compute-request-id': 'req-583b183d-8ac2-4d40-b05d-ad8a22365514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:16,319 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:01:16,320 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-074b41dc-af87-4b16-8084-6aa7c6b8c68a', 'x-compute-request-id': 'req-074b41dc-af87-4b16-8084-6aa7c6b8c68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:17,508 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.179s 2022-02-17 13:01:17,509 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b750d9b-e641-4b55-a5bd-6316e9909df5', 'x-compute-request-id': 'req-5b750d9b-e641-4b55-a5bd-6316e9909df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:18,688 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:01:18,688 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf36a986-b08c-4683-b294-648fd4104005', 'x-compute-request-id': 'req-cf36a986-b08c-4683-b294-648fd4104005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:19,859 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.161s 2022-02-17 13:01:19,859 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5512e1bd-b679-4d13-878c-35084773ad90', 'x-compute-request-id': 'req-5512e1bd-b679-4d13-878c-35084773ad90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:21,032 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:21,032 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea4af72-cbc7-4b6f-ae0e-b5c5628d8b1a', 'x-compute-request-id': 'req-6ea4af72-cbc7-4b6f-ae0e-b5c5628d8b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:22,202 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:22,203 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce9fb0c8-14bf-4656-bbb3-802ae8af3f5e', 'x-compute-request-id': 'req-ce9fb0c8-14bf-4656-bbb3-802ae8af3f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:23,380 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:23,380 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59d92dc0-07dc-44ae-b16e-d56065ca800e', 'x-compute-request-id': 'req-59d92dc0-07dc-44ae-b16e-d56065ca800e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:24,559 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:01:24,559 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36af73fb-8bae-4e57-b2bc-b9966bb947ae', 'x-compute-request-id': 'req-36af73fb-8bae-4e57-b2bc-b9966bb947ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:25,739 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:01:25,739 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c44fba4-e3b1-4915-9c02-6c9a404461a0', 'x-compute-request-id': 'req-3c44fba4-e3b1-4915-9c02-6c9a404461a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:26,917 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:26,917 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bb910db-d59a-4ee0-828f-db43507c6421', 'x-compute-request-id': 'req-9bb910db-d59a-4ee0-828f-db43507c6421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:28,096 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:01:28,096 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5fa232-405a-48d1-8d49-26e4057e82b2', 'x-compute-request-id': 'req-ce5fa232-405a-48d1-8d49-26e4057e82b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:29,274 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:01:29,274 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f54e560c-d8e4-4ef4-a4af-c0a2f6044785', 'x-compute-request-id': 'req-f54e560c-d8e4-4ef4-a4af-c0a2f6044785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:30,461 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 13:01:30,461 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75155a28-1ecf-4407-ace2-8fe7663f797a', 'x-compute-request-id': 'req-75155a28-1ecf-4407-ace2-8fe7663f797a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:31,664 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.192s 2022-02-17 13:01:31,664 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86819d39-722d-4b8d-bfea-fd14aaa783a3', 'x-compute-request-id': 'req-86819d39-722d-4b8d-bfea-fd14aaa783a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:32,840 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:32,840 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4764db-db33-4714-97b9-9dd86bb5827c', 'x-compute-request-id': 'req-dd4764db-db33-4714-97b9-9dd86bb5827c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:34,018 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.169s 2022-02-17 13:01:34,019 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c677d273-1f6f-4c4a-9ce3-e792ac5f62bd', 'x-compute-request-id': 'req-c677d273-1f6f-4c4a-9ce3-e792ac5f62bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:35,198 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:35,198 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2257e7e-c626-4fed-9801-aaa36466804f', 'x-compute-request-id': 'req-c2257e7e-c626-4fed-9801-aaa36466804f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:36,372 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:36,372 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6805466e-7f26-4ed7-835b-599a5b525820', 'x-compute-request-id': 'req-6805466e-7f26-4ed7-835b-599a5b525820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:37,547 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:01:37,547 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ba794e-2460-451b-896b-8ec3d759b96a', 'x-compute-request-id': 'req-f4ba794e-2460-451b-896b-8ec3d759b96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:38,720 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:38,721 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304f4ba7-4068-4dd8-b720-9fb38ae7a00a', 'x-compute-request-id': 'req-304f4ba7-4068-4dd8-b720-9fb38ae7a00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:39,896 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:01:39,896 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a28e81f7-12da-4056-a7b3-860565f2c364', 'x-compute-request-id': 'req-a28e81f7-12da-4056-a7b3-860565f2c364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:41,068 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:41,068 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80515961-85c5-4bd8-9bf9-eb3952a04174', 'x-compute-request-id': 'req-80515961-85c5-4bd8-9bf9-eb3952a04174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:42,243 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:01:42,243 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-203786be-959f-49eb-8ad3-29cb5fab4cf6', 'x-compute-request-id': 'req-203786be-959f-49eb-8ad3-29cb5fab4cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:43,419 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:01:43,419 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-998b47b0-3f66-41ca-aea7-d71d651693b1', 'x-compute-request-id': 'req-998b47b0-3f66-41ca-aea7-d71d651693b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:44,597 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:44,597 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f1e6be8-e22f-4745-9c5d-043aa22a5a76', 'x-compute-request-id': 'req-9f1e6be8-e22f-4745-9c5d-043aa22a5a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:45,770 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:01:45,771 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c0f6a19-68fd-4b23-aa72-a86b6eb1c099', 'x-compute-request-id': 'req-7c0f6a19-68fd-4b23-aa72-a86b6eb1c099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:46,942 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:46,942 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7882e34-a3c0-416a-b3ee-218e7674263d', 'x-compute-request-id': 'req-e7882e34-a3c0-416a-b3ee-218e7674263d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:48,121 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:48,121 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-039b2635-38e2-4fad-ba12-6ac6a77ec614', 'x-compute-request-id': 'req-039b2635-38e2-4fad-ba12-6ac6a77ec614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:49,292 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:49,293 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e99c01-4446-4b2b-8b09-a40b97b81dca', 'x-compute-request-id': 'req-a5e99c01-4446-4b2b-8b09-a40b97b81dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:50,467 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:01:50,467 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce63b33-d49a-4d52-b2e1-98b1565fc523', 'x-compute-request-id': 'req-0ce63b33-d49a-4d52-b2e1-98b1565fc523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:51,637 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:51,638 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5042eebb-b0db-4084-ba59-2692470e9a07', 'x-compute-request-id': 'req-5042eebb-b0db-4084-ba59-2692470e9a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:52,810 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:01:52,810 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baecc603-fc7b-405e-8974-7ab6b9d9686a', 'x-compute-request-id': 'req-baecc603-fc7b-405e-8974-7ab6b9d9686a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:53,984 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:01:53,985 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0e4356e-2e4e-43b4-bf40-32830a86a02d', 'x-compute-request-id': 'req-d0e4356e-2e4e-43b4-bf40-32830a86a02d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:55,162 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:55,163 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-437807de-784e-416f-b4cc-c6b14d502359', 'x-compute-request-id': 'req-437807de-784e-416f-b4cc-c6b14d502359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:56,334 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:01:56,334 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ac8c49d-5b01-4203-a79d-592c90fd0e03', 'x-compute-request-id': 'req-0ac8c49d-5b01-4203-a79d-592c90fd0e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:57,512 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:57,512 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e418157-bbc2-47aa-8543-835748937d89', 'x-compute-request-id': 'req-1e418157-bbc2-47aa-8543-835748937d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:58,689 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:01:58,689 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66733095-f692-4b72-b44a-b821293d448e', 'x-compute-request-id': 'req-66733095-f692-4b72-b44a-b821293d448e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:01:59,861 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:01:59,862 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d395d08-96ff-4bb4-a4bc-1d6a51f062fb', 'x-compute-request-id': 'req-6d395d08-96ff-4bb4-a4bc-1d6a51f062fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:01,033 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.157s 2022-02-17 13:02:01,034 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5767b270-846f-43d8-9181-55166d19d5c6', 'x-compute-request-id': 'req-5767b270-846f-43d8-9181-55166d19d5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:02,199 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.156s 2022-02-17 13:02:02,200 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97bddf6c-93a0-426c-a816-376655278ba6', 'x-compute-request-id': 'req-97bddf6c-93a0-426c-a816-376655278ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:03,368 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.158s 2022-02-17 13:02:03,368 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3362cd0d-af4c-47e2-8db9-60b93f005b7b', 'x-compute-request-id': 'req-3362cd0d-af4c-47e2-8db9-60b93f005b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:04,541 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:04,542 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4afb37a-fd72-44c7-9869-e46c70555920', 'x-compute-request-id': 'req-c4afb37a-fd72-44c7-9869-e46c70555920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:05,713 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:05,714 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5029982e-32af-467d-9cac-8fbb66dbb0dd', 'x-compute-request-id': 'req-5029982e-32af-467d-9cac-8fbb66dbb0dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:06,887 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:06,887 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54840a66-8449-49ef-9e42-97a89dd5edd0', 'x-compute-request-id': 'req-54840a66-8449-49ef-9e42-97a89dd5edd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:08,062 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:02:08,062 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8a22dca-3ba2-4114-8b56-eeb02c062fe9', 'x-compute-request-id': 'req-b8a22dca-3ba2-4114-8b56-eeb02c062fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:09,251 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.179s 2022-02-17 13:02:09,252 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8908c8-19a0-498a-be2a-e32ff0413f3e', 'x-compute-request-id': 'req-3b8908c8-19a0-498a-be2a-e32ff0413f3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:10,429 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:02:10,429 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32b070e4-3500-4829-9a6e-f15751f04319', 'x-compute-request-id': 'req-32b070e4-3500-4829-9a6e-f15751f04319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:11,602 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:11,603 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5795d9-4718-497b-a048-99532e798afd', 'x-compute-request-id': 'req-0a5795d9-4718-497b-a048-99532e798afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:12,929 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.316s 2022-02-17 13:02:12,929 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e66254f3-fa76-41a6-a582-c27666c959a3', 'x-compute-request-id': 'req-e66254f3-fa76-41a6-a582-c27666c959a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:14,121 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.183s 2022-02-17 13:02:14,121 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52ca68dd-091b-4291-b92a-e9da8a002eb8', 'x-compute-request-id': 'req-52ca68dd-091b-4291-b92a-e9da8a002eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:15,293 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:15,294 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6200eef-610c-4776-a0f5-4f6b98d1db1c', 'x-compute-request-id': 'req-d6200eef-610c-4776-a0f5-4f6b98d1db1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:16,468 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:16,468 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c18fa905-a5a6-40ef-a2b5-770cb5d15df4', 'x-compute-request-id': 'req-c18fa905-a5a6-40ef-a2b5-770cb5d15df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:17,642 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:17,643 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee90e7a4-0e2b-44ef-b691-55b1cf37d8d3', 'x-compute-request-id': 'req-ee90e7a4-0e2b-44ef-b691-55b1cf37d8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:18,829 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 13:02:18,829 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcb2010d-e43d-4420-962b-9ddd637eec67', 'x-compute-request-id': 'req-bcb2010d-e43d-4420-962b-9ddd637eec67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:20,006 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:02:20,007 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b510d30b-ff65-49ae-ba45-a3628a39dd99', 'x-compute-request-id': 'req-b510d30b-ff65-49ae-ba45-a3628a39dd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:21,179 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:02:21,179 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-062ad047-d081-4118-81cc-d8a064b470c0', 'x-compute-request-id': 'req-062ad047-d081-4118-81cc-d8a064b470c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:22,349 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:02:22,349 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8fe804-7c15-413c-8358-f318c8a5d0bf', 'x-compute-request-id': 'req-ad8fe804-7c15-413c-8358-f318c8a5d0bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:23,523 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:02:23,523 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60982943-58bf-4595-bd91-3b541b5a2f80', 'x-compute-request-id': 'req-60982943-58bf-4595-bd91-3b541b5a2f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:24,693 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:02:24,694 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b2486d-2726-456b-af6c-aa9cb0330fc6', 'x-compute-request-id': 'req-17b2486d-2726-456b-af6c-aa9cb0330fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:25,865 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.161s 2022-02-17 13:02:25,865 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acc3b293-a1fa-41aa-b70e-4feed1adbf5d', 'x-compute-request-id': 'req-acc3b293-a1fa-41aa-b70e-4feed1adbf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:27,037 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:02:27,037 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7be6d1a3-ca59-42c8-9b97-2a74e52b3632', 'x-compute-request-id': 'req-7be6d1a3-ca59-42c8-9b97-2a74e52b3632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:28,207 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:02:28,207 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-901ff84f-b4d7-4f74-9e75-a5a6d0bf0ded', 'x-compute-request-id': 'req-901ff84f-b4d7-4f74-9e75-a5a6d0bf0ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:29,381 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:02:29,382 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbb7ffac-abeb-471a-a511-ada5d431d234', 'x-compute-request-id': 'req-dbb7ffac-abeb-471a-a511-ada5d431d234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:30,551 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:02:30,552 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa343d27-4651-43c1-a539-b12fffa4d96c', 'x-compute-request-id': 'req-fa343d27-4651-43c1-a539-b12fffa4d96c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:31,721 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:02:31,722 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09646264-bbe5-47f0-91a6-c5592670351b', 'x-compute-request-id': 'req-09646264-bbe5-47f0-91a6-c5592670351b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:33,116 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.385s 2022-02-17 13:02:33,116 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa70b516-9e07-44ef-8dc7-47da7789fa46', 'x-compute-request-id': 'req-aa70b516-9e07-44ef-8dc7-47da7789fa46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:34,292 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:02:34,292 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797bec94-34e1-4e3d-a7bf-6ec7d722d15f', 'x-compute-request-id': 'req-797bec94-34e1-4e3d-a7bf-6ec7d722d15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:35,470 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:02:35,470 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-535a5128-7e0f-4f75-b3d3-e109f03e9ab0', 'x-compute-request-id': 'req-535a5128-7e0f-4f75-b3d3-e109f03e9ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:36,646 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:02:36,647 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979f1069-1e13-4439-bf58-a505f369da16', 'x-compute-request-id': 'req-979f1069-1e13-4439-bf58-a505f369da16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:37,819 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:02:37,819 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43d71686-83f5-4057-a596-75f6083b540b', 'x-compute-request-id': 'req-43d71686-83f5-4057-a596-75f6083b540b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:38,991 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:02:38,991 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d314228e-4caa-4129-9122-c6d3393a4121', 'x-compute-request-id': 'req-d314228e-4caa-4129-9122-c6d3393a4121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:40,165 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:02:40,165 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c9983d6-e18b-46be-97a7-b4be450fc152', 'x-compute-request-id': 'req-8c9983d6-e18b-46be-97a7-b4be450fc152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:41,345 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.170s 2022-02-17 13:02:41,345 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fff970c5-a002-4725-bf60-a77225fdc4dd', 'x-compute-request-id': 'req-fff970c5-a002-4725-bf60-a77225fdc4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:42,522 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:02:42,522 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53f7633e-4180-4255-9841-f348ebdac40e', 'x-compute-request-id': 'req-53f7633e-4180-4255-9841-f348ebdac40e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:43,693 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.161s 2022-02-17 13:02:43,693 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14a790c8-acca-463b-b165-91f97ebed16a', 'x-compute-request-id': 'req-14a790c8-acca-463b-b165-91f97ebed16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:44,873 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 13:02:44,874 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d71a4f9f-c46b-4429-b73f-50d8432570c4', 'x-compute-request-id': 'req-d71a4f9f-c46b-4429-b73f-50d8432570c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:46,052 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:02:46,052 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a8e0020-6fea-49ab-8e0d-6937caf440dc', 'x-compute-request-id': 'req-0a8e0020-6fea-49ab-8e0d-6937caf440dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:47,231 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:02:47,231 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ac30b2-344f-43e3-9b0c-d5b0ed4a80a3', 'x-compute-request-id': 'req-a7ac30b2-344f-43e3-9b0c-d5b0ed4a80a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:48,478 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.237s 2022-02-17 13:02:48,478 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-071af01c-95af-4658-b61f-20a68087384e', 'x-compute-request-id': 'req-071af01c-95af-4658-b61f-20a68087384e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:49,656 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:02:49,657 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c4f9c66-02e5-4175-b7f1-bf2a605247ce', 'x-compute-request-id': 'req-9c4f9c66-02e5-4175-b7f1-bf2a605247ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:50,833 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:02:50,833 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9951182d-87e4-4db2-8ec0-dbe0fbedfe40', 'x-compute-request-id': 'req-9951182d-87e4-4db2-8ec0-dbe0fbedfe40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:52,010 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:02:52,011 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac7ced31-2036-4cac-9e8b-15ac1e49eb53', 'x-compute-request-id': 'req-ac7ced31-2036-4cac-9e8b-15ac1e49eb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:53,285 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.264s 2022-02-17 13:02:53,286 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3238589-b777-4777-9c7d-ded1a734c56f', 'x-compute-request-id': 'req-b3238589-b777-4777-9c7d-ded1a734c56f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:54,473 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.175s 2022-02-17 13:02:54,473 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f09fca89-4d23-4576-bfd3-fc78c3d973f9', 'x-compute-request-id': 'req-f09fca89-4d23-4576-bfd3-fc78c3d973f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:55,674 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.192s 2022-02-17 13:02:55,675 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28bfd6a-7d04-4764-8ab6-e7ef6b529b0a', 'x-compute-request-id': 'req-e28bfd6a-7d04-4764-8ab6-e7ef6b529b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:56,861 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.176s 2022-02-17 13:02:56,861 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6245a7-2b46-438b-8f61-7ff8adfd7834', 'x-compute-request-id': 'req-cb6245a7-2b46-438b-8f61-7ff8adfd7834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:58,050 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.180s 2022-02-17 13:02:58,051 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a451e6d-8550-48d2-9c03-0ed66c93e92d', 'x-compute-request-id': 'req-5a451e6d-8550-48d2-9c03-0ed66c93e92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:02:59,241 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.180s 2022-02-17 13:02:59,241 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ec86d12-b805-4511-96f5-5d6f33422db3', 'x-compute-request-id': 'req-0ec86d12-b805-4511-96f5-5d6f33422db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:00,418 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:03:00,418 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0162138-44a0-4897-9a39-07e6d9ffd9d9', 'x-compute-request-id': 'req-a0162138-44a0-4897-9a39-07e6d9ffd9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:01,614 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.185s 2022-02-17 13:03:01,615 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2927d126-0761-4a64-a584-161287346379', 'x-compute-request-id': 'req-2927d126-0761-4a64-a584-161287346379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:02,805 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.181s 2022-02-17 13:03:02,806 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963ae4d3-cca1-4ff3-81fc-4cea6a29784e', 'x-compute-request-id': 'req-963ae4d3-cca1-4ff3-81fc-4cea6a29784e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:03,987 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.171s 2022-02-17 13:03:03,987 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0fc4b75-91ec-4864-af82-54dcced6a957', 'x-compute-request-id': 'req-c0fc4b75-91ec-4864-af82-54dcced6a957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:05,171 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.173s 2022-02-17 13:03:05,171 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e543deca-00fe-4097-afd4-136c91b60289', 'x-compute-request-id': 'req-e543deca-00fe-4097-afd4-136c91b60289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:06,349 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:03:06,349 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061a07c3-8c2b-4613-9388-1a150d9c437a', 'x-compute-request-id': 'req-061a07c3-8c2b-4613-9388-1a150d9c437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:07,707 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.348s 2022-02-17 13:03:07,707 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cfa6fc-5447-42f8-8fd7-7a7df214fbc7', 'x-compute-request-id': 'req-a2cfa6fc-5447-42f8-8fd7-7a7df214fbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:08,894 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.177s 2022-02-17 13:03:08,895 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06aa79e5-bbd6-4998-9408-8ce8446b20aa', 'x-compute-request-id': 'req-06aa79e5-bbd6-4998-9408-8ce8446b20aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:10,070 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:03:10,070 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18832b2c-929d-4b14-b97a-66ac4a5227e1', 'x-compute-request-id': 'req-18832b2c-929d-4b14-b97a-66ac4a5227e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:11,238 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.157s 2022-02-17 13:03:11,238 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-655c05db-bdd9-4a44-b73a-89ce40ba750a', 'x-compute-request-id': 'req-655c05db-bdd9-4a44-b73a-89ce40ba750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:12,408 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:03:12,409 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa1bfd90-b984-4514-ad59-65fc926035b5', 'x-compute-request-id': 'req-aa1bfd90-b984-4514-ad59-65fc926035b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:13,582 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:03:13,583 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-169cd67b-2b0b-444d-97a7-cc2413958528', 'x-compute-request-id': 'req-169cd67b-2b0b-444d-97a7-cc2413958528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:14,759 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:03:14,769 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90ef2bf4-ba80-4296-a2c9-22914a6940e8', 'x-compute-request-id': 'req-90ef2bf4-ba80-4296-a2c9-22914a6940e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:15,947 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:03:15,947 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6573e0f5-a880-418d-83f3-7c9c029e921f', 'x-compute-request-id': 'req-6573e0f5-a880-418d-83f3-7c9c029e921f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:17,119 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.161s 2022-02-17 13:03:17,119 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f533dd-9d6b-4f99-9f45-d0a1b452affa', 'x-compute-request-id': 'req-42f533dd-9d6b-4f99-9f45-d0a1b452affa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:18,288 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:18,289 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d6ec2d-df54-4cf2-9d03-0f5d1b511517', 'x-compute-request-id': 'req-e0d6ec2d-df54-4cf2-9d03-0f5d1b511517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:19,457 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:19,458 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e62a08d-cb6a-426d-ae95-a9a08e1b77ff', 'x-compute-request-id': 'req-4e62a08d-cb6a-426d-ae95-a9a08e1b77ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:20,655 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.188s 2022-02-17 13:03:20,656 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4097548b-5372-48d4-994d-3fbe16d781c0', 'x-compute-request-id': 'req-4097548b-5372-48d4-994d-3fbe16d781c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:21,830 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:03:21,830 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b18557c-ed78-4660-9ed5-9e71692fcb81', 'x-compute-request-id': 'req-0b18557c-ed78-4660-9ed5-9e71692fcb81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:23,007 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:03:23,007 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d891ec-6de9-4d74-aa77-42252158f449', 'x-compute-request-id': 'req-e7d891ec-6de9-4d74-aa77-42252158f449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:24,180 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:03:24,180 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdf4ff89-c771-4e41-8be1-d63aa63bf868', 'x-compute-request-id': 'req-cdf4ff89-c771-4e41-8be1-d63aa63bf868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:25,353 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:03:25,354 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84cbb5f6-62d1-4e82-9c47-3b8f225bbcc6', 'x-compute-request-id': 'req-84cbb5f6-62d1-4e82-9c47-3b8f225bbcc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:26,527 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.163s 2022-02-17 13:03:26,528 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8627eacd-7613-4f02-835d-2c98d687cc62', 'x-compute-request-id': 'req-8627eacd-7613-4f02-835d-2c98d687cc62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:27,707 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.168s 2022-02-17 13:03:27,707 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc917836-b569-4a1e-9419-1319abd632c4', 'x-compute-request-id': 'req-bc917836-b569-4a1e-9419-1319abd632c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:28,879 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:03:28,879 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa94776a-d14f-48cc-be3a-5d4cf1730275', 'x-compute-request-id': 'req-fa94776a-d14f-48cc-be3a-5d4cf1730275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:30,053 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:03:30,053 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cfb21c2-522b-4c3a-adf4-2aa162b1a77e', 'x-compute-request-id': 'req-8cfb21c2-522b-4c3a-adf4-2aa162b1a77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:31,222 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:31,222 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c98d77f2-78ef-44e9-b5ef-95fc238370b4', 'x-compute-request-id': 'req-c98d77f2-78ef-44e9-b5ef-95fc238370b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:32,391 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:32,391 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef8318dd-49ca-4f59-a68a-a243bbdbc4dd', 'x-compute-request-id': 'req-ef8318dd-49ca-4f59-a68a-a243bbdbc4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:33,561 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:33,562 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-090a4c92-60d0-4c51-8cf8-497fdac01d05', 'x-compute-request-id': 'req-090a4c92-60d0-4c51-8cf8-497fdac01d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:34,732 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:34,732 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-547ef009-7a9e-402c-a95f-8d3fa61baf3d', 'x-compute-request-id': 'req-547ef009-7a9e-402c-a95f-8d3fa61baf3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:35,906 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:03:35,906 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43d8b581-5ab5-4dd1-abca-aae3fa497bfa', 'x-compute-request-id': 'req-43d8b581-5ab5-4dd1-abca-aae3fa497bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:37,084 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.167s 2022-02-17 13:03:37,084 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a34d057f-d5e5-4181-afca-a4f5f725b91e', 'x-compute-request-id': 'req-a34d057f-d5e5-4181-afca-a4f5f725b91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:38,251 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.157s 2022-02-17 13:03:38,252 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ef67796-236f-48d1-bdff-8e57e5514e26', 'x-compute-request-id': 'req-4ef67796-236f-48d1-bdff-8e57e5514e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:39,421 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:39,422 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2528a1a-6124-4593-b214-a71676ced637', 'x-compute-request-id': 'req-a2528a1a-6124-4593-b214-a71676ced637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:40,591 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.159s 2022-02-17 13:03:40,591 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b12e9e5f-4678-45e1-8695-26a71df6faf1', 'x-compute-request-id': 'req-b12e9e5f-4678-45e1-8695-26a71df6faf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:41,764 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.162s 2022-02-17 13:03:41,765 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634526e3-a328-4456-a483-a8e13acd66b8', 'x-compute-request-id': 'req-634526e3-a328-4456-a483-a8e13acd66b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:42,935 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.160s 2022-02-17 13:03:42,935 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cff065af-304a-4386-997d-06d1305ba540', 'x-compute-request-id': 'req-cff065af-304a-4386-997d-06d1305ba540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:44,111 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.164s 2022-02-17 13:03:44,111 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87e5edfb-43ee-441f-bc8c-e973abdfbafb', 'x-compute-request-id': 'req-87e5edfb-43ee-441f-bc8c-e973abdfbafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:45,288 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.166s 2022-02-17 13:03:45,288 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94e0119-8543-4f38-88a6-0f465c210cbd', 'x-compute-request-id': 'req-e94e0119-8543-4f38-88a6-0f465c210cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:46,463 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:03:46,463 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aee7a72-de33-4aed-91e3-661b8a3bf4e3', 'x-compute-request-id': 'req-8aee7a72-de33-4aed-91e3-661b8a3bf4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:03:47,638 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.165s 2022-02-17 13:03:47,638 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f952c26-18a8-4aec-a048-22644079184d', 'x-compute-request-id': 'req-1f952c26-18a8-4aec-a048-22644079184d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"server": {"id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "name": "tempest-AttachVolumeShelveTestJSON-server-363313207", "status": "SHELVED_OFFLOADED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:18Z", "updated": "2022-02-17T12:57:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}, {"version": 4, "addr": "172.27.3.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:80:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-158887767", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--400892925"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-02-17 13:04:47,711 129468 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/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 2022-02-17 13:04:55,849 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 68.200s 2022-02-17 13:04:55,849 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-556e38ea-449f-4c56-a1fd-4d083ec99952', 'content-length': '1179', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556e38ea-449f-4c56-a1fd-4d083ec99952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T12:57:46.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "attachment_id": "b7816c56-cf13-4b56-970d-51c10bf6e870", "volume_id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "server_id": "8ddf11e8-1cb1-4637-b6af-a9a8f5122272", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:05:55,920 129468 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/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 2022-02-17 13:06:55,980 129468 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/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 2022-02-17 13:07:56,040 129468 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/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 2022-02-17 13:08:56,101 129468 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/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 2022-02-17 13:09:47,178 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 DELETE http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 291.321s 2022-02-17 13:09:47,179 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:08:56 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': '154', 'x-openstack-request-id': 'req-177f6fe0-16df-4111-9d54-b8de889f48e4', 'x-compute-request-id': 'req-177f6fe0-16df-4111-9d54-b8de889f48e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8ddf11e8-1cb1-4637-b6af-a9a8f5122272 is not attached to volume f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}}' 2022-02-17 13:09:47,340 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments 0.160s 2022-02-17 13:09:47,340 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf4b637f-adb6-4c0f-8f68-95744bed98ed', 'x-compute-request-id': 'req-bf4b637f-adb6-4c0f-8f68-95744bed98ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272/os-volume_attachments'} Body: b'{"volumeAttachments": []}' 2022-02-17 13:09:47,384 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 0.040s 2022-02-17 13:09:47,384 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc0301f0-fc01-4a37-b4ed-9fa787eee83b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc0301f0-fc01-4a37-b4ed-9fa787eee83b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71'} Body: b'{"volume": {"id": "f7ca60fd-0228-4a08-98a8-ebcc7dc98a71", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:54:09.000000", "updated_at": "2022-02-17T13:09:47.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-90862913", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/f7ca60fd-0228-4a08-98a8-ebcc7dc98a71"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:09:47,391 129468 INFO [tempest.common.waiters] volume f7ca60fd-0228-4a08-98a8-ebcc7dc98a71 reached available after waiting for 0.391543 seconds 2022-02-17 13:09:52,018 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 4.626s 2022-02-17 13:09:52,019 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:47 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-4d8543ff-a9a0-438d-aaea-b7d9ee816255', 'x-compute-request-id': 'req-4d8543ff-a9a0-438d-aaea-b7d9ee816255', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'' 2022-02-17 13:09:52,052 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272 0.033s 2022-02-17 13:09:52,052 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:52 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-f6bc16d3-29a8-44bc-ac51-0b073a81fcb8', 'x-compute-request-id': 'req-f6bc16d3-29a8-44bc-ac51-0b073a81fcb8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/8ddf11e8-1cb1-4637-b6af-a9a8f5122272'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8ddf11e8-1cb1-4637-b6af-a9a8f5122272 could not be found."}}' 2022-02-17 13:09:52,134 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-158887767 0.081s 2022-02-17 13:09:52,135 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:52 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-c031a006-2cb1-4431-a5ae-cb4a6b3b4a2f', 'x-compute-request-id': 'req-c031a006-2cb1-4431-a5ae-cb4a6b3b4a2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-158887767'} Body: b'' 2022-02-17 13:09:52,363 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/f7561c35-f172-4771-8e1d-fcd0e1a30e7a 0.228s 2022-02-17 13:09:52,364 129468 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-78803c1b-31e0-443f-845e-5e5169baf062', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:09:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/f7561c35-f172-4771-8e1d-fcd0e1a30e7a'} Body: b'' 2022-02-17 13:09:52,386 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/f7561c35-f172-4771-8e1d-fcd0e1a30e7a 0.022s 2022-02-17 13:09:52,387 129468 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-14483e0a-009c-49ff-848f-6d79ba4a9dba', 'date': 'Thu, 17 Feb 2022 13:09:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/f7561c35-f172-4771-8e1d-fcd0e1a30e7a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f7561c35-f172-4771-8e1d-fcd0e1a30e7a does not exist", "detail": ""}}' 2022-02-17 13:09:52,889 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/16a53b70-45ce-4bc4-8295-f28e0ce85585 0.501s 2022-02-17 13:09:52,890 129468 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-61506938-4c5b-4448-830f-7e7b98cc71ff', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:09:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/16a53b70-45ce-4bc4-8295-f28e0ce85585'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 275, in test_attach_volume_shelved_or_offload_server self._unshelve_server_and_check_volumes( File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 249, in _unshelve_server_and_check_volumes waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Server 8ddf11e8-1cb1-4637-b6af-a9a8f5122272 failed to reach ACTIVE status and task state "None" within the required time (360 s). Current status: SHELVED_OFFLOADED. Current task state: spawning. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft10.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-02-17 13:09:52,988 129468 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-17 13:09:52,988 129468 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-17 13:09:53,395 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.406s 2022-02-17 13:09:53,395 129468 DEBUG [tempest.lib.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-44702657"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0618d7a-79f3-447a-b1b8-11019f462f96', 'x-compute-request-id': 'req-d0618d7a-79f3-447a-b1b8-11019f462f96', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzcQLPrNwobf2dLDb5s46BRE9+3wrpXSvZIM7G0uafOQcIZCb\\nWMqyCB/nw97T/UremPDUNl7fyFQGSXhwH+xq11ai5ApIdY1roap+OYXdEfx05C/5\\nh/XF7Mdgl1iIDi431Obm6sl1PAhoNpD3mYp71l9d59NATwdI+8QU0z71QAXTa03L\\nDzU/67zC8zRs97gCBpSI5mC1+mOzdSh7GRpHs3QzrDxtaIITS7KpS/geiENTjTL2\\nhJZAdgjiW3V9+7Zt7l3r6pCaOeil+WVUiL7Q+gsdG5v6cn8CAyg0JHDzqxvApEwz\\nTlcf8jW9rCmGn8IJSerJOablovh7lKmu48Bj/QIDAQABAoIBAQC0rf+dyB0PtCTS\\nZHZD3jRuPKyrhmYg/CwC24TsO9/k6LyW8I6oUhwwLCvr/18wXCzIKTh+oaJpGvcG\\nTp5OOd+7RNT13t2vc0XeiIIb6qKrZ34Q3NuE+lgYyR3U56VYplbaOQLtiYbK9yrj\\nNzpjdYm2PLmNlh8zBdedU5lhwTfDRYYVMbZAdensWxb4b5ElHHVbJ2kLyzYOq8B1\\nCdpQJZ9++GU8MFDC/27h+qLZ94lr/CMH4yg1QptrGgA+k2GDObQNzkhoU9bdK8BS\\nO2yUnBqXdckmNilDJaestE27m8oA33LdYZ82duFyKThktkgJJk7reSK0MaFPBdrv\\nL7uOCYc1AoGBAPfTLFZODWKk+oh0ceMOS6o6jiHp+ySw8rCw9ne1juAegdsWgG+Z\\nFMrWxtd5lVrfqNL3CFclCu0PFGYFuRyiB3kLXQ2XQI+ZwI8PWufnFzfmou10qPib\\nbMlFY9G/zZe7XxvlIUsGpZ6onYeHrS77zkp4tBZ/mcJ67EtWtn20jNWHAoGBANSN\\nsN21Rd9bbA8SFY4DyXm4Axd4y2Us+wWMM0L/nOXZ1lLjX0ng/SUTXw9LIXeIbL14\\nG10XtKQKx4pioR+qO21EL0UsREmhVS19mY+y+otjvKuI+BuIk7y25g/xvlCF5TBN\\ndfglyUT/CwMvUJ1Ff86p9aMzLLOw42r0H57uSttbAoGAB9ucRkhHSF9uyjDXA5oK\\ncCVXKGAg5HLv3wZdakJJe3W8LFQ0UlWKQTw6Jc7nG3CIC9hlXU4BYK7fuLRpwCyr\\nC/1+P9YR5/u6DU8xVLURGWaot9rBGNDkzCT1G0t3m14Hj/zd52EYk0VJaWi15w14\\n5weYvjXhjDcVkvX251l4NbUCgYADFMK5lAUdRb/9P+/cDSYAg7BXyMJ6Bvrki7G6\\niOYHVu8KaI1bDs3cmblJCXfEuc+Jt5H9+Xf+4MEfumpHgTo3TUO6JvgecR5A+I8f\\nTCLhnmJ/wg6Gp6YsmCIhnQl7NVWrK5RIMpQGUgQg2bC7duRxZHlREk7Vk/zX8g37\\nScz//QKBgQCXyqh25MCbtO6jvxFf8OhErfzMlzcK8KYXgMzlDAaeyns7oFiz7PI6\\nEed+qtLLn5V3zxnVraS1QwmvY2cVQoJNRq4rkABfbcnG+ukkGn8lVpXy5euNjB7I\\n+0fadQ6GdfG9gIbj7Ju9KGOF2UYps47hNFte5I1pm8DvxsqFxyqXbg==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-44702657", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNxAs+s3Cht/Z0sNvmzjoFET37fCuldK9kgzsbS5p85BwhkJtYyrIIH+fD3tP9St6Y8NQ2Xt/IVAZJeHAf7GrXVqLkCkh1jWuhqn45hd0R/HTkL/mH9cXsx2CXWIgOLjfU5ubqyXU8CGg2kPeZinvWX13n00BPB0j7xBTTPvVABdNrTcsPNT/rvMLzNGz3uAIGlIjmYLX6Y7N1KHsZGkezdDOsPG1oghNLsqlL+B6IQ1ONMvaElkB2COJbdX37tm3uXevqkJo56KX5ZVSIvtD6Cx0bm/pyfwIDKDQkcPOrG8CkTDNOVx/yNb2sKYafwglJ6sk5puWi+HuUqa7jwGP9 Generated-by-Nova", "fingerprint": "97:8e:29:a4:b1:91:d6:a4:5a:80:07:77:eb:fb:35:f7", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc"}}' 2022-02-17 13:09:53,397 129468 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-44702657 created 2022-02-17 13:09:53,802 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.404s 2022-02-17 13:09:53,803 129468 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--88199915", "description": "tempest-description--864745318"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-e2e9185c-6147-4506-8637-7cc182db7ef0', 'date': 'Thu, 17 Feb 2022 13:09:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "name": "tempest-securitygroup--88199915", "stateful": true, "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "description": "tempest-description--864745318", "shared": false, "security_group_rules": [{"id": "2b3fd9ad-21c8-4325-b43a-c3b0701940d5", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "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": 406, "description": null, "tags": [], "created_at": "2022-02-17T13:09:53Z", "updated_at": "2022-02-17T13:09:53Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}, {"id": "d2d8db9b-878d-48ae-969f-839a3bdaf2e9", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "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": 405, "description": null, "tags": [], "created_at": "2022-02-17T13:09:53Z", "updated_at": "2022-02-17T13:09:53Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}], "tags": [], "created_at": "2022-02-17T13:09:53Z", "updated_at": "2022-02-17T13:09:53Z", "revision_number": 1, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:09:54,122 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.319s 2022-02-17 13:09:54,123 129468 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": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "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-6e2c4918-f55f-40ba-9478-1e0f685071c9', 'date': 'Thu, 17 Feb 2022 13:09:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dcbb4e84-4f08-46ca-a9a8-98f14040f0d7", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "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-02-17T13:09:53Z", "updated_at": "2022-02-17T13:09:53Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:09:54,425 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.302s 2022-02-17 13:09:54,426 129468 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": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a61f0d90-d047-42af-933e-33aa54db13a3', 'date': 'Thu, 17 Feb 2022 13:09:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9c319e4a-3898-43d3-a842-b1312c6ca06f", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "security_group_id": "a7e31af5-2a9c-480e-8ee4-47c86dbb42aa", "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-02-17T13:09:54Z", "updated_at": "2022-02-17T13:09:54Z", "revision_number": 0, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:09:54,426 129468 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--88199915 created 2022-02-17 13:09:56,025 129468 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 1.598s 2022-02-17 13:09:56,026 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-2e36ed94-f039-4d7f-9b0e-4e0c05352377', 'date': 'Thu, 17 Feb 2022 13:09:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9c7c2ef0-d5af-4cc4-97de-e649e499b48b", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "floating_ip_address": "172.27.3.42", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "63e256b4326946f5a3e93afd97ed1035", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-17T13:09:55Z", "updated_at": "2022-02-17T13:09:55Z", "revision_number": 0}}' 2022-02-17 13:09:56,026 129468 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9c7c2ef0-d5af-4cc4-97de-e649e499b48b', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'floating_ip_address': '172.27.3.42', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T13:09:55Z', 'updated_at': '2022-02-17T13:09:55Z', 'revision_number': 0, 'ip': '172.27.3.42'} created 2022-02-17 13:09:56,073 129468 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.040s 2022-02-17 13:09:56,074 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ffa9fbd1-ac18-42eb-9bea-f45fba605a09', '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": "a9c1e2b459c4448aa5d6d0cb210716cc", "name": "tempest-AttachVolumeShelveTestJSON-818001804-project", "password_expires_at": null}, "audit_ids": ["UWyrIP1oRL-TyQwUHTmd1A"], "expires_at": "2022-02-17T14:09:56.000000Z", "issued_at": "2022-02-17T13:09:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63e256b4326946f5a3e93afd97ed1035", "name": "tempest-AttachVolumeShelveTestJSON-818001804"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 13:09:56,074 129468 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '58e70a43-919f-48a4-8ce1-f4e6c11e166f', 'name': 'tempest-AttachVolumeShelveTestJSON-1518902955-network', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:52:47Z', 'updated_at': '2022-02-17T12:52:48Z', 'revision_number': 1} available for tenant 2022-02-17 13:09:56,075 129468 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzcQLPrNwobf2dLDb5s46BRE9+3wrpXSvZIM7G0uafOQcIZCb\nWMqyCB/nw97T/UremPDUNl7fyFQGSXhwH+xq11ai5ApIdY1roap+OYXdEfx05C/5\nh/XF7Mdgl1iIDi431Obm6sl1PAhoNpD3mYp71l9d59NATwdI+8QU0z71QAXTa03L\nDzU/67zC8zRs97gCBpSI5mC1+mOzdSh7GRpHs3QzrDxtaIITS7KpS/geiENTjTL2\nhJZAdgjiW3V9+7Zt7l3r6pCaOeil+WVUiL7Q+gsdG5v6cn8CAyg0JHDzqxvApEwz\nTlcf8jW9rCmGn8IJSerJOablovh7lKmu48Bj/QIDAQABAoIBAQC0rf+dyB0PtCTS\nZHZD3jRuPKyrhmYg/CwC24TsO9/k6LyW8I6oUhwwLCvr/18wXCzIKTh+oaJpGvcG\nTp5OOd+7RNT13t2vc0XeiIIb6qKrZ34Q3NuE+lgYyR3U56VYplbaOQLtiYbK9yrj\nNzpjdYm2PLmNlh8zBdedU5lhwTfDRYYVMbZAdensWxb4b5ElHHVbJ2kLyzYOq8B1\nCdpQJZ9++GU8MFDC/27h+qLZ94lr/CMH4yg1QptrGgA+k2GDObQNzkhoU9bdK8BS\nO2yUnBqXdckmNilDJaestE27m8oA33LdYZ82duFyKThktkgJJk7reSK0MaFPBdrv\nL7uOCYc1AoGBAPfTLFZODWKk+oh0ceMOS6o6jiHp+ySw8rCw9ne1juAegdsWgG+Z\nFMrWxtd5lVrfqNL3CFclCu0PFGYFuRyiB3kLXQ2XQI+ZwI8PWufnFzfmou10qPib\nbMlFY9G/zZe7XxvlIUsGpZ6onYeHrS77zkp4tBZ/mcJ67EtWtn20jNWHAoGBANSN\nsN21Rd9bbA8SFY4DyXm4Axd4y2Us+wWMM0L/nOXZ1lLjX0ng/SUTXw9LIXeIbL14\nG10XtKQKx4pioR+qO21EL0UsREmhVS19mY+y+otjvKuI+BuIk7y25g/xvlCF5TBN\ndfglyUT/CwMvUJ1Ff86p9aMzLLOw42r0H57uSttbAoGAB9ucRkhHSF9uyjDXA5oK\ncCVXKGAg5HLv3wZdakJJe3W8LFQ0UlWKQTw6Jc7nG3CIC9hlXU4BYK7fuLRpwCyr\nC/1+P9YR5/u6DU8xVLURGWaot9rBGNDkzCT1G0t3m14Hj/zd52EYk0VJaWi15w14\n5weYvjXhjDcVkvX251l4NbUCgYADFMK5lAUdRb/9P+/cDSYAg7BXyMJ6Bvrki7G6\niOYHVu8KaI1bDs3cmblJCXfEuc+Jt5H9+Xf+4MEfumpHgTo3TUO6JvgecR5A+I8f\nTCLhnmJ/wg6Gp6YsmCIhnQl7NVWrK5RIMpQGUgQg2bC7duRxZHlREk7Vk/zX8g37\nScz//QKBgQCXyqh25MCbtO6jvxFf8OhErfzMlzcK8KYXgMzlDAaeyns7oFiz7PI6\nEed+qtLLn5V3zxnVraS1QwmvY2cVQoJNRq4rkABfbcnG+ukkGn8lVpXy5euNjB7I\n+0fadQ6GdfG9gIbj7Ju9KGOF2UYps47hNFte5I1pm8DvxsqFxyqXbg==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-44702657', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNxAs+s3Cht/Z0sNvmzjoFET37fCuldK9kgzsbS5p85BwhkJtYyrIIH+fD3tP9St6Y8NQ2Xt/IVAZJeHAf7GrXVqLkCkh1jWuhqn45hd0R/HTkL/mH9cXsx2CXWIgOLjfU5ubqyXU8CGg2kPeZinvWX13n00BPB0j7xBTTPvVABdNrTcsPNT/rvMLzNGz3uAIGlIjmYLX6Y7N1KHsZGkezdDOsPG1oghNLsqlL+B6IQ1ONMvaElkB2COJbdX37tm3uXevqkJo56KX5ZVSIvtD6Cx0bm/pyfwIDKDQkcPOrG8CkTDNOVx/yNb2sKYafwglJ6sk5puWi+HuUqa7jwGP9 Generated-by-Nova', 'fingerprint': '97:8e:29:a4:b1:91:d6:a4:5a:80:07:77:eb:fb:35:f7', 'user_id': 'a9c1e2b459c4448aa5d6d0cb210716cc'}, 'security_group': {'id': 'a7e31af5-2a9c-480e-8ee4-47c86dbb42aa', 'name': 'tempest-securitygroup--88199915', 'stateful': True, 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'description': 'tempest-description--864745318', 'shared': False, 'security_group_rules': [{'id': '2b3fd9ad-21c8-4325-b43a-c3b0701940d5', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'security_group_id': 'a7e31af5-2a9c-480e-8ee4-47c86dbb42aa', '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': 406, 'description': None, 'tags': [], 'created_at': '2022-02-17T13:09:53Z', 'updated_at': '2022-02-17T13:09:53Z', 'revision_number': 0, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}, {'id': 'd2d8db9b-878d-48ae-969f-839a3bdaf2e9', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'security_group_id': 'a7e31af5-2a9c-480e-8ee4-47c86dbb42aa', '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': 405, 'description': None, 'tags': [], 'created_at': '2022-02-17T13:09:53Z', 'updated_at': '2022-02-17T13:09:53Z', 'revision_number': 0, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}], 'tags': [], 'created_at': '2022-02-17T13:09:53Z', 'updated_at': '2022-02-17T13:09:53Z', 'revision_number': 1, 'project_id': '63e256b4326946f5a3e93afd97ed1035'}, 'floating_ip': {'id': '9c7c2ef0-d5af-4cc4-97de-e649e499b48b', 'tenant_id': '63e256b4326946f5a3e93afd97ed1035', 'floating_ip_address': '172.27.3.42', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '63e256b4326946f5a3e93afd97ed1035', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T13:09:55Z', 'updated_at': '2022-02-17T13:09:55Z', 'revision_number': 0, 'ip': '172.27.3.42'}} 2022-02-17 13:09:56,787 129468 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.710s 2022-02-17 13:09:56,787 129468 DEBUG [tempest.lib.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-1409002797", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "58e70a43-919f-48a4-8ce1-f4e6c11e166f"}], "security_groups": [{"name": "tempest-securitygroup--88199915"}], "key_name": "tempest-keypair-44702657", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b67ed9d8-5b6d-4a30-9b07-e657870246e1', 'x-compute-request-id': 'req-b67ed9d8-5b6d-4a30-9b07-e657870246e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--88199915"}], "adminPass": "password"}}' 2022-02-17 13:09:56,862 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.072s 2022-02-17 13:09:56,862 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-832c3326-cecb-480f-9026-b332443406c5', 'x-compute-request-id': 'req-832c3326-cecb-480f-9026-b332443406c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:57Z", "updated": "2022-02-17T13:09:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-44702657", "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-02-17 13:09:57,962 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.091s 2022-02-17 13:09:57,963 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec20096-eb48-4fa2-9b3b-48e245ca865a', 'x-compute-request-id': 'req-aec20096-eb48-4fa2-9b3b-48e245ca865a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "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-02-17 13:09:59,069 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.097s 2022-02-17 13:09:59,070 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbc9d3c-ffb7-470e-a562-ac792bbbc5fa', 'x-compute-request-id': 'req-adbc9d3c-ffb7-470e-a562-ac792bbbc5fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "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-02-17 13:09:59,078 129468 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2022-02-17 13:10:00,172 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.092s 2022-02-17 13:10:00,172 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf65092-583e-4750-987d-7bd9759a4599', 'x-compute-request-id': 'req-bbf65092-583e-4750-987d-7bd9759a4599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "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-02-17 13:10:01,386 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.204s 2022-02-17 13:10:01,387 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87850f41-99ea-49f6-a531-02d99febfe5c', 'x-compute-request-id': 'req-87850f41-99ea-49f6-a531-02d99febfe5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:02,670 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.273s 2022-02-17 13:10:02,670 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97359c3-6791-454e-abdb-6d6802d3edb1', 'x-compute-request-id': 'req-a97359c3-6791-454e-abdb-6d6802d3edb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:03,846 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.166s 2022-02-17 13:10:03,847 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8c91e9-260f-4d1f-9e88-8f74118bd94b', 'x-compute-request-id': 'req-8e8c91e9-260f-4d1f-9e88-8f74118bd94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:05,020 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.164s 2022-02-17 13:10:05,021 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd18069-68b8-4d5f-bc0a-dae35bd390e0', 'x-compute-request-id': 'req-dcd18069-68b8-4d5f-bc0a-dae35bd390e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:06,190 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.160s 2022-02-17 13:10:06,191 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9d2933-2ccd-4fd8-bd3c-d268caa7c040', 'x-compute-request-id': 'req-0c9d2933-2ccd-4fd8-bd3c-d268caa7c040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:07,587 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.387s 2022-02-17 13:10:07,588 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8ba8153-c0fb-4ba6-a475-5e347e63d7cb', 'x-compute-request-id': 'req-e8ba8153-c0fb-4ba6-a475-5e347e63d7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:08,764 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.167s 2022-02-17 13:10:08,764 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-220884de-759c-4e05-b100-7d3ebe06d11f', 'x-compute-request-id': 'req-220884de-759c-4e05-b100-7d3ebe06d11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:09:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:09,934 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.160s 2022-02-17 13:10:09,935 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d03a462-aa35-4038-926c-887567741d8d', 'x-compute-request-id': 'req-1d03a462-aa35-4038-926c-887567741d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "BUILD", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:10:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:11,103 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.159s 2022-02-17 13:10:11,103 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1597', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a86101-9c90-49b8-a073-d26ac2714a70', 'x-compute-request-id': 'req-97a86101-9c90-49b8-a073-d26ac2714a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:10:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:bc:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": "2022-02-17T13:10:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:10:11,112 129468 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2022-02-17 13:10:11,211 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5/os-interface 0.098s 2022-02-17 13:10:11,212 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85818617-092a-4ab2-a741-77d178310f50', 'x-compute-request-id': 'req-85818617-092a-4ab2-a741-77d178310f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "58e70a43-919f-48a4-8ce1-f4e6c11e166f", "port_id": "6bff32fe-a900-4228-87e8-65f436c5ceaf", "mac_addr": "fa:16:3e:15:bc:27", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aa3e93e3-b989-4dbe-ad9f-1a4756fe9ae8", "ip_address": "172.20.0.10"}]}]}' 2022-02-17 13:10:12,206 129468 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/9c7c2ef0-d5af-4cc4-97de-e649e499b48b 0.991s 2022-02-17 13:10:12,206 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "6bff32fe-a900-4228-87e8-65f436c5ceaf"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-086695e4-d971-472d-a890-4695abfa548d', 'date': 'Thu, 17 Feb 2022 13:10:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/9c7c2ef0-d5af-4cc4-97de-e649e499b48b'} Body: b'{"floatingip": {"id": "9c7c2ef0-d5af-4cc4-97de-e649e499b48b", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "floating_ip_address": "172.27.3.42", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": "015a9628-6599-4d9b-9e04-303fcadeaccb", "port_id": "6bff32fe-a900-4228-87e8-65f436c5ceaf", "fixed_ip_address": "172.20.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "58e70a43-919f-48a4-8ce1-f4e6c11e166f", "mac_address": "fa:16:3e:15:bc:27", "admin_state_up": true, "status": "ACTIVE", "device_id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-17T13:09:55Z", "updated_at": "2022-02-17T13:10:11Z", "revision_number": 1, "project_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:10:12,249 129468 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/c8167f74-b32f-43b3-a173-665a16d3f3e5/ips 0.042s 2022-02-17 13:10:12,250 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '113', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fbec701-0e95-4035-a016-fce1c2bd5b95', 'x-compute-request-id': 'req-4fbec701-0e95-4035-a016-fce1c2bd5b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.10"}]}}' 2022-02-17 13:10:58,582 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes 46.329s 2022-02-17 13:10:58,582 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2815a225-4e8f-40c7-84da-32cfc458aa0d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2815a225-4e8f-40c7-84da-32cfc458aa0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.297015", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 13:11:51,224 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 52.635s 2022-02-17 13:11:51,224 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d459ff02-2fe9-4d21-9d23-8aac6c7336c9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d459ff02-2fe9-4d21-9d23-8aac6c7336c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:12:52,291 129468 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/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 2022-02-17 13:12:59,171 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 66.938s 2022-02-17 13:12:59,172 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615fb62e-2a65-4764-8a20-0db2d7a05beb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615fb62e-2a65-4764-8a20-0db2d7a05beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:13:51,469 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 51.288s 2022-02-17 13:13:51,469 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ee3867-1a08-4b39-8964-651a08aa5b10', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ee3867-1a08-4b39-8964-651a08aa5b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:14:52,486 129468 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/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 2022-02-17 13:15:00,608 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 68.131s 2022-02-17 13:15:00,608 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7f8ae6-b80d-4b5e-93a3-d906f5a0c886', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7f8ae6-b80d-4b5e-93a3-d906f5a0c886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:15:51,709 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 50.092s 2022-02-17 13:15:51,709 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5bb3f2d-68e5-4e89-b36c-a9cfaf8af1af', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5bb3f2d-68e5-4e89-b36c-a9cfaf8af1af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:16:52,775 129468 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/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 2022-02-17 13:17:52,279 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8 119.562s 2022-02-17 13:17:52,280 129468 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08da0eee-2ec5-45f4-89e1-98f331ced128', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08da0eee-2ec5-45f4-89e1-98f331ced128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8'} Body: b'{"volume": {"id": "c46c969a-8fa3-424f-84aa-97887fffc0f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:10:58.000000", "updated_at": "2022-02-17T13:10:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2082367658", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/63e256b4326946f5a3e93afd97ed1035/volumes/c46c969a-8fa3-424f-84aa-97887fffc0f8"}], "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63e256b4326946f5a3e93afd97ed1035"}}' 2022-02-17 13:17:52,599 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.311s 2022-02-17 13:17:52,599 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:52 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-537716d5-6cca-4dc5-a096-15235b723c6f', 'x-compute-request-id': 'req-537716d5-6cca-4dc5-a096-15235b723c6f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'' 2022-02-17 13:17:52,763 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.163s 2022-02-17 13:17:52,763 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa8488ba-766d-45a5-bf8f-68d7e7a74caa', 'x-compute-request-id': 'req-fa8488ba-766d-45a5-bf8f-68d7e7a74caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:17:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:bc:27"}, {"version": 4, "addr": "172.27.3.42", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:bc:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": "2022-02-17T13:10:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:17:53,943 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.168s 2022-02-17 13:17:53,943 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b8ca617-bd13-4a1c-9bb9-f84aa73edd4e', 'x-compute-request-id': 'req-5b8ca617-bd13-4a1c-9bb9-f84aa73edd4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "ACTIVE", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:17:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1518902955-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:bc:27"}, {"version": 4, "addr": "172.27.3.42", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:bc:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": "2022-02-17T13:10:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--88199915"}], "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-02-17 13:17:55,062 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.109s 2022-02-17 13:17:55,063 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5ccc0c1-e509-479d-89ba-c0eaa5f3c55a', 'x-compute-request-id': 'req-c5ccc0c1-e509-479d-89ba-c0eaa5f3c55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"server": {"id": "c8167f74-b32f-43b3-a173-665a16d3f3e5", "name": "tempest-AttachVolumeShelveTestJSON-server-1409002797", "status": "DELETED", "tenant_id": "63e256b4326946f5a3e93afd97ed1035", "user_id": "a9c1e2b459c4448aa5d6d0cb210716cc", "metadata": {}, "hostId": "46cba86e4899c9462346f12adebec858a1a606adc1ea7adce21ef397", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:09:56Z", "updated": "2022-02-17T13:17:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-44702657", "OS-SRV-USG:launched_at": "2022-02-17T13:10:10.000000", "OS-SRV-USG:terminated_at": "2022-02-17T13:17:54.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-17 13:17:55,072 129468 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait 2022-02-17 13:17:56,104 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5 0.031s 2022-02-17 13:17:56,105 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:56 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-08b2cb08-d32d-433c-ac5f-10b4a2c5b660', 'x-compute-request-id': 'req-08b2cb08-d32d-433c-ac5f-10b4a2c5b660', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c8167f74-b32f-43b3-a173-665a16d3f3e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c8167f74-b32f-43b3-a173-665a16d3f3e5 could not be found."}}' 2022-02-17 13:17:56,184 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-44702657 0.078s 2022-02-17 13:17:56,184 129468 DEBUG [tempest.lib.common.rest_client] Request - 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, 17 Feb 2022 13:17:56 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-65db8d83-d859-4cea-956e-329e0b2a4ca3', 'x-compute-request-id': 'req-65db8d83-d859-4cea-956e-329e0b2a4ca3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-44702657'} Body: b'' 2022-02-17 13:17:56,377 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/a7e31af5-2a9c-480e-8ee4-47c86dbb42aa 0.192s 2022-02-17 13:17:56,377 129468 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-d4799b4b-2cbe-40de-a4a8-29b5862d5f2e', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:17:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/a7e31af5-2a9c-480e-8ee4-47c86dbb42aa'} Body: b'' 2022-02-17 13:17:56,395 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/a7e31af5-2a9c-480e-8ee4-47c86dbb42aa 0.017s 2022-02-17 13:17:56,396 129468 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-8f185f5f-28eb-4ad3-9216-dd2410db1dc4', 'date': 'Thu, 17 Feb 2022 13:17:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/a7e31af5-2a9c-480e-8ee4-47c86dbb42aa'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a7e31af5-2a9c-480e-8ee4-47c86dbb42aa does not exist", "detail": ""}}' 2022-02-17 13:17:56,907 129468 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/9c7c2ef0-d5af-4cc4-97de-e649e499b48b 0.511s 2022-02-17 13:17:56,908 129468 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-7000a752-0c5f-44be-96b0-cbcbe79ae7a4', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:17:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/9c7c2ef0-d5af-4cc4-97de-e649e499b48b'} Body: b'' }}} 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 523, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume c46c969a-8fa3-424f-84aa-97887fffc0f8 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft11.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 12:53:08,774 129459 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-17 12:53:08,778 129459 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-17 12:53:11,657 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 2.879s 2022-02-17 12:53:11,658 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-345078996"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd430b2-5940-4b53-885b-3afff2334aa2', 'x-compute-request-id': 'req-ebd430b2-5940-4b53-885b-3afff2334aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA4c7TCDvlG18baHp9RhjA4PA6j+TVgxWhiLmdpn723Idx2T2+\\nyHhRNBc8DI4tXwAA1ygycdSOe7pAJcL847OdgSlzat+S5Z+MKtHnr27t0cNsEz4r\\nOyUXkVOGmt5n/N9iwgKbCq49UsobIcXjbaDcYn5JqR015n9/5oGkQ4cBq3r6wBER\\nmO9rhkmccsyi4YesPf/WfzDlvy9nnOj/gDxwYjsABMYavfYR8j2J3pT7blmB1c5X\\nvh+ML75dm4Fp5EtMrPWwvCgOW+uSmxlpet9J45En9xLBGns4nhuGQPAxIG86BcR/\\ni5+gy0St7Ij8E0csa68VlRfBuwRY4tKXro+RlQIDAQABAoIBAGqihkwcJNyhNEtJ\\nlQFWTTesmqs7UI0f2PG9XjKzQJbyK5SAsSjwkMB9vHDdb5WuZbc1l2TkEQli8koi\\n49QQDXBih8vPmwpvJv1NtRDG3O4zUEViFX5PzOpnPGjEYO0s/PFL07XehL0lDl0L\\nm5Q44/prUxPW5I5eZaMQU+dDyUkV3kWtP3j0OLaU9yFyQqKHeGllmniyPJQbGCDQ\\nFwEWiqKvIQMVSprvWP+bMbpMU9zLC+1nU0+c6V7b/1Wwb8Y1455tjrD1p+kuCOLl\\nerOrFEO9/ikHJJSUBbVUMvZKR9chkjaLf1o4q6tlxIltJqSb8F0HmhysWPhCsl54\\n/lSZiUECgYEA9+qM1vGTxw3B4g83eq47kiVq7HULGi9ebK5yKOTFByqD4pv9XZZ2\\n2ZWXRVBudzHm/nwOvtL481s6N5/hmMil66ng/ET9kLpNq/Pmo0guKGVrU12jmBni\\nvEsIlTJ8tLpN4RUZChiL1HyDAvlzIMKlssh0YOIdBa74Us9d/Uy1RkUCgYEA6Su6\\nVTh+yqNQXj9XWbVE6hJguJbPUiF7soOGtpHTT8OKph0N8Tj70SG+zH8DSUISo3Dh\\n2CwsLBe2VLyrpDh1gx8tpJ73Zc9s/5FmQqs+vg96m47HHbjZtrP8VS5WHtONhYHG\\nGkoseS9ew5B/def/YBpspie/MJLHWvmcnWFEOxECgYEA3zfQl7fr1s4MQ/5vdYZr\\nHKuUGlNIK8t6uWBYaXmR7WHaXa8V8a4IVODb0w0YaToFQh1xKV/Lx1HcmTjbZzVC\\nL25FpN55cFZOmQSCJYJYDQdEG0u0gL7N57unfq52mkMk3ASjBvQS8r8pNwRjJJwd\\nlVvnbVQpzXQ9IlKTzf3DOgECgYEA54t85dPMVP4IeQ79dyAC506IrcVU64JEi+kA\\nhZwZ80ODE6IWjkzAA9U222vln4H1cEhQfZKf6slBTrRs3g8S4rq7YJZbpsZsvv1s\\nRxg2nhZQ8ti98k32JPBmy0/QRZxfFQzh5Ilz0IOx3xJHAJb5ij2zVuxxd5LKVRU6\\n6S4Fy4ECgYEAnrL/SrBvpCRxYQHWOEKhFWNCXaRIOhwRCIZ7kf5aprcOdBcPUHJb\\nw8oVwwPZ6GMbUf7+SSKUeMTQwjg1DP+wUz/bpZTOZ8YezPEwzSZ5N6Owj89zSRp/\\nvhJsa3VOSh9RiPakHyQKX9Vj+T7aBpC/lIkY8aCih9YujH1PUbqcvB0=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-345078996", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhztMIO+UbXxtoen1GGMDg8DqP5NWDFaGIuZ2mfvbch3HZPb7IeFE0FzwMji1fAADXKDJx1I57ukAlwvzjs52BKXNq35Lln4wq0eevbu3Rw2wTPis7JReRU4aa3mf832LCApsKrj1SyhshxeNtoNxifkmpHTXmf3/mgaRDhwGrevrAERGY72uGSZxyzKLhh6w9/9Z/MOW/L2ec6P+APHBiOwAExhq99hHyPYnelPtuWYHVzle+H4wvvl2bgWnkS0ys9bC8KA5b65KbGWl630njkSf3EsEaezieG4ZA8DEgbzoFxH+Ln6DLRK3siPwTRyxrrxWVF8G7BFji0peuj5GV Generated-by-Nova", "fingerprint": "13:e3:79:dd:46:48:f0:92:74:d1:7a:b8:c8:fb:8e:31", "user_id": "1b2490b172144a6ba21fce73377d019b"}}' 2022-02-17 12:53:11,660 129459 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-345078996 created 2022-02-17 12:53:12,898 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 1.238s 2022-02-17 12:53:12,899 129459 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--873525035", "description": "tempest-description--1054714952"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-a8207087-c407-4a1f-9aaf-c6bd01866304', 'date': 'Thu, 17 Feb 2022 12:53:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "6c77f1a8-6d31-4276-9701-27b5e260d202", "name": "tempest-securitygroup--873525035", "stateful": true, "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "description": "tempest-description--1054714952", "shared": false, "security_group_rules": [{"id": "d7d0efcf-99ea-4c93-b45d-f983793d611c", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "6c77f1a8-6d31-4276-9701-27b5e260d202", "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": 115, "description": null, "tags": [], "created_at": "2022-02-17T12:53:12Z", "updated_at": "2022-02-17T12:53:12Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}, {"id": "f95a7697-5257-462a-8f50-ef77cf4ff58a", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "6c77f1a8-6d31-4276-9701-27b5e260d202", "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": 116, "description": null, "tags": [], "created_at": "2022-02-17T12:53:12Z", "updated_at": "2022-02-17T12:53:12Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}], "tags": [], "created_at": "2022-02-17T12:53:12Z", "updated_at": "2022-02-17T12:53:12Z", "revision_number": 1, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:53:15,082 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 2.182s 2022-02-17 12:53:15,086 129459 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": "6c77f1a8-6d31-4276-9701-27b5e260d202", "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-654ed7c7-0bb8-4c24-a986-d4caed7f33cf', 'date': 'Thu, 17 Feb 2022 12:53:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20af7096-cfd2-437a-8be5-0efc0e8b68d1", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "6c77f1a8-6d31-4276-9701-27b5e260d202", "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-02-17T12:53:13Z", "updated_at": "2022-02-17T12:53:13Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:53:16,098 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 1.011s 2022-02-17 12:53:16,099 129459 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": "6c77f1a8-6d31-4276-9701-27b5e260d202", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7cb94e15-b560-4b82-80e4-c9923804dcf4', 'date': 'Thu, 17 Feb 2022 12:53:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d4396c46-bd46-4370-8093-be5be1f0e455", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "6c77f1a8-6d31-4276-9701-27b5e260d202", "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-02-17T12:53:15Z", "updated_at": "2022-02-17T12:53:15Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:53:16,099 129459 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--873525035 created 2022-02-17 12:53:19,184 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 3.083s 2022-02-17 12:53:19,184 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-ba308cad-6baf-4e0d-a239-8952860b2ffd', 'date': 'Thu, 17 Feb 2022 12:53:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb8d209c-1bae-4a3c-838b-d9e9203d96d2", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "floating_ip_address": "172.27.3.28", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7602ca88d4d142bc90b738c3059ee31e", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-17T12:53:17Z", "updated_at": "2022-02-17T12:53:17Z", "revision_number": 0}}' 2022-02-17 12:53:19,185 129459 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb8d209c-1bae-4a3c-838b-d9e9203d96d2', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'floating_ip_address': '172.27.3.28', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T12:53:17Z', 'updated_at': '2022-02-17T12:53:17Z', 'revision_number': 0, 'ip': '172.27.3.28'} created 2022-02-17 12:53:19,345 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.154s 2022-02-17 12:53:19,345 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-25878967-7571-4666-85e5-267f3563048d', '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": "1b2490b172144a6ba21fce73377d019b", "name": "tempest-AttachVolumeTestJSON-1970838903-project", "password_expires_at": null}, "audit_ids": ["IJ_PrSH5RoKa6LTP3Mbevw"], "expires_at": "2022-02-17T13:53:19.000000Z", "issued_at": "2022-02-17T12:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7602ca88d4d142bc90b738c3059ee31e", "name": "tempest-AttachVolumeTestJSON-1970838903"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 12:53:19,346 129459 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '91ecf803-1b96-4199-8db5-38d880f4e60a', 'name': 'tempest-AttachVolumeTestJSON-1482893034-network', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 215, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:52:48Z', 'updated_at': '2022-02-17T12:52:48Z', 'revision_number': 1} available for tenant 2022-02-17 12:53:19,346 129459 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4c7TCDvlG18baHp9RhjA4PA6j+TVgxWhiLmdpn723Idx2T2+\nyHhRNBc8DI4tXwAA1ygycdSOe7pAJcL847OdgSlzat+S5Z+MKtHnr27t0cNsEz4r\nOyUXkVOGmt5n/N9iwgKbCq49UsobIcXjbaDcYn5JqR015n9/5oGkQ4cBq3r6wBER\nmO9rhkmccsyi4YesPf/WfzDlvy9nnOj/gDxwYjsABMYavfYR8j2J3pT7blmB1c5X\nvh+ML75dm4Fp5EtMrPWwvCgOW+uSmxlpet9J45En9xLBGns4nhuGQPAxIG86BcR/\ni5+gy0St7Ij8E0csa68VlRfBuwRY4tKXro+RlQIDAQABAoIBAGqihkwcJNyhNEtJ\nlQFWTTesmqs7UI0f2PG9XjKzQJbyK5SAsSjwkMB9vHDdb5WuZbc1l2TkEQli8koi\n49QQDXBih8vPmwpvJv1NtRDG3O4zUEViFX5PzOpnPGjEYO0s/PFL07XehL0lDl0L\nm5Q44/prUxPW5I5eZaMQU+dDyUkV3kWtP3j0OLaU9yFyQqKHeGllmniyPJQbGCDQ\nFwEWiqKvIQMVSprvWP+bMbpMU9zLC+1nU0+c6V7b/1Wwb8Y1455tjrD1p+kuCOLl\nerOrFEO9/ikHJJSUBbVUMvZKR9chkjaLf1o4q6tlxIltJqSb8F0HmhysWPhCsl54\n/lSZiUECgYEA9+qM1vGTxw3B4g83eq47kiVq7HULGi9ebK5yKOTFByqD4pv9XZZ2\n2ZWXRVBudzHm/nwOvtL481s6N5/hmMil66ng/ET9kLpNq/Pmo0guKGVrU12jmBni\nvEsIlTJ8tLpN4RUZChiL1HyDAvlzIMKlssh0YOIdBa74Us9d/Uy1RkUCgYEA6Su6\nVTh+yqNQXj9XWbVE6hJguJbPUiF7soOGtpHTT8OKph0N8Tj70SG+zH8DSUISo3Dh\n2CwsLBe2VLyrpDh1gx8tpJ73Zc9s/5FmQqs+vg96m47HHbjZtrP8VS5WHtONhYHG\nGkoseS9ew5B/def/YBpspie/MJLHWvmcnWFEOxECgYEA3zfQl7fr1s4MQ/5vdYZr\nHKuUGlNIK8t6uWBYaXmR7WHaXa8V8a4IVODb0w0YaToFQh1xKV/Lx1HcmTjbZzVC\nL25FpN55cFZOmQSCJYJYDQdEG0u0gL7N57unfq52mkMk3ASjBvQS8r8pNwRjJJwd\nlVvnbVQpzXQ9IlKTzf3DOgECgYEA54t85dPMVP4IeQ79dyAC506IrcVU64JEi+kA\nhZwZ80ODE6IWjkzAA9U222vln4H1cEhQfZKf6slBTrRs3g8S4rq7YJZbpsZsvv1s\nRxg2nhZQ8ti98k32JPBmy0/QRZxfFQzh5Ilz0IOx3xJHAJb5ij2zVuxxd5LKVRU6\n6S4Fy4ECgYEAnrL/SrBvpCRxYQHWOEKhFWNCXaRIOhwRCIZ7kf5aprcOdBcPUHJb\nw8oVwwPZ6GMbUf7+SSKUeMTQwjg1DP+wUz/bpZTOZ8YezPEwzSZ5N6Owj89zSRp/\nvhJsa3VOSh9RiPakHyQKX9Vj+T7aBpC/lIkY8aCih9YujH1PUbqcvB0=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-345078996', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhztMIO+UbXxtoen1GGMDg8DqP5NWDFaGIuZ2mfvbch3HZPb7IeFE0FzwMji1fAADXKDJx1I57ukAlwvzjs52BKXNq35Lln4wq0eevbu3Rw2wTPis7JReRU4aa3mf832LCApsKrj1SyhshxeNtoNxifkmpHTXmf3/mgaRDhwGrevrAERGY72uGSZxyzKLhh6w9/9Z/MOW/L2ec6P+APHBiOwAExhq99hHyPYnelPtuWYHVzle+H4wvvl2bgWnkS0ys9bC8KA5b65KbGWl630njkSf3EsEaezieG4ZA8DEgbzoFxH+Ln6DLRK3siPwTRyxrrxWVF8G7BFji0peuj5GV Generated-by-Nova', 'fingerprint': '13:e3:79:dd:46:48:f0:92:74:d1:7a:b8:c8:fb:8e:31', 'user_id': '1b2490b172144a6ba21fce73377d019b'}, 'security_group': {'id': '6c77f1a8-6d31-4276-9701-27b5e260d202', 'name': 'tempest-securitygroup--873525035', 'stateful': True, 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': 'tempest-description--1054714952', 'shared': False, 'security_group_rules': [{'id': 'd7d0efcf-99ea-4c93-b45d-f983793d611c', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'security_group_id': '6c77f1a8-6d31-4276-9701-27b5e260d202', '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': 115, 'description': None, 'tags': [], 'created_at': '2022-02-17T12:53:12Z', 'updated_at': '2022-02-17T12:53:12Z', 'revision_number': 0, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}, {'id': 'f95a7697-5257-462a-8f50-ef77cf4ff58a', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'security_group_id': '6c77f1a8-6d31-4276-9701-27b5e260d202', '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': 116, 'description': None, 'tags': [], 'created_at': '2022-02-17T12:53:12Z', 'updated_at': '2022-02-17T12:53:12Z', 'revision_number': 0, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}], 'tags': [], 'created_at': '2022-02-17T12:53:12Z', 'updated_at': '2022-02-17T12:53:12Z', 'revision_number': 1, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}, 'floating_ip': {'id': 'bb8d209c-1bae-4a3c-838b-d9e9203d96d2', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'floating_ip_address': '172.27.3.28', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T12:53:17Z', 'updated_at': '2022-02-17T12:53:17Z', 'revision_number': 0, 'ip': '172.27.3.28'}} 2022-02-17 12:53:22,170 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.67/compute/v2.1/servers 2.822s 2022-02-17 12:53:22,170 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-135552167", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "91ecf803-1b96-4199-8db5-38d880f4e60a"}], "security_groups": [{"name": "tempest-securitygroup--873525035"}], "key_name": "tempest-keypair-345078996", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bc00c7b-c787-43c9-b4db-ad44ada60c18', 'x-compute-request-id': 'req-4bc00c7b-c787-43c9-b4db-ad44ada60c18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--873525035"}], "adminPass": "password"}}' 2022-02-17 12:53:23,316 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 1.143s 2022-02-17 12:53:23,317 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eaad8bf-4e37-4809-aae5-114d45828aa9', 'x-compute-request-id': 'req-3eaad8bf-4e37-4809-aae5-114d45828aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:22Z", "updated": "2022-02-17T12:53:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:25,090 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.753s 2022-02-17 12:53:25,091 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434f0c01-4d7d-40a9-b7c5-1f68778a9133', 'x-compute-request-id': 'req-434f0c01-4d7d-40a9-b7c5-1f68778a9133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:26,225 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.126s 2022-02-17 12:53:26,226 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca9fc60d-6937-4956-8c05-f67e89554d2e', 'x-compute-request-id': 'req-ca9fc60d-6937-4956-8c05-f67e89554d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:26,237 129459 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-02-17 12:53:27,351 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.110s 2022-02-17 12:53:27,351 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a842f2-d84f-455d-bea1-e9446efbd1b2', 'x-compute-request-id': 'req-b2a842f2-d84f-455d-bea1-e9446efbd1b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:28,464 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.103s 2022-02-17 12:53:28,465 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edee920f-e17a-4efc-9818-297074aee67a', 'x-compute-request-id': 'req-edee920f-e17a-4efc-9818-297074aee67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:29,613 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.140s 2022-02-17 12:53:29,613 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c91cc5d-0094-4df9-a49d-348c6d605ae2', 'x-compute-request-id': 'req-3c91cc5d-0094-4df9-a49d-348c6d605ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:30,792 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.169s 2022-02-17 12:53:30,793 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a4fdc9a-347f-43da-8da9-296846bab425', 'x-compute-request-id': 'req-8a4fdc9a-347f-43da-8da9-296846bab425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:32,329 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.519s 2022-02-17 12:53:32,330 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1306', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b855052-aa0f-45b9-a697-ea373b92283c', 'x-compute-request-id': 'req-0b855052-aa0f-45b9-a697-ea373b92283c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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": []}}' 2022-02-17 12:53:32,338 129459 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 9 second wait 2022-02-17 12:53:33,504 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.161s 2022-02-17 12:53:33,504 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:33 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-de51439b-c336-4bd7-b87e-9442bd571278', 'x-compute-request-id': 'req-de51439b-c336-4bd7-b87e-9442bd571278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "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-02-17 12:53:33,512 129459 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 10 second wait 2022-02-17 12:53:34,788 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.274s 2022-02-17 12:53:34,789 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-570eb8de-fe29-4fdd-a9ca-e28841afc5ee', 'x-compute-request-id': 'req-570eb8de-fe29-4fdd-a9ca-e28841afc5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:36,020 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.214s 2022-02-17 12:53:36,020 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-133ae427-f2ae-4d26-8c6b-8d65774bddfe', 'x-compute-request-id': 'req-133ae427-f2ae-4d26-8c6b-8d65774bddfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:37,236 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.201s 2022-02-17 12:53:37,236 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3390f57-e86a-4957-b0c5-1fc04d6f8709', 'x-compute-request-id': 'req-f3390f57-e86a-4957-b0c5-1fc04d6f8709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:38,723 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.479s 2022-02-17 12:53:38,723 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b56a476-d187-4c33-a412-019be31c6a77', 'x-compute-request-id': 'req-5b56a476-d187-4c33-a412-019be31c6a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:39,963 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.229s 2022-02-17 12:53:39,963 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e1cced1-4055-42bb-9348-b16288d3c682', 'x-compute-request-id': 'req-7e1cced1-4055-42bb-9348-b16288d3c682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:41,219 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.247s 2022-02-17 12:53:41,219 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1eec511-9255-4247-aeae-45f58e67507c', 'x-compute-request-id': 'req-a1eec511-9255-4247-aeae-45f58e67507c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:42,438 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.210s 2022-02-17 12:53:42,439 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65c015c8-3a9d-4777-89f2-bb24c129f587', 'x-compute-request-id': 'req-65c015c8-3a9d-4777-89f2-bb24c129f587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:43,661 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.214s 2022-02-17 12:53:43,661 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fac24164-b10f-49a6-8db5-81a22968de2e', 'x-compute-request-id': 'req-fac24164-b10f-49a6-8db5-81a22968de2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:44,847 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.177s 2022-02-17 12:53:44,848 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-891f67d7-5638-42b6-b673-bdb15a2921e8', 'x-compute-request-id': 'req-891f67d7-5638-42b6-b673-bdb15a2921e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:46,062 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.206s 2022-02-17 12:53:46,063 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e07c9e4-a9cf-4701-848e-2ceb3cdb255c', 'x-compute-request-id': 'req-7e07c9e4-a9cf-4701-848e-2ceb3cdb255c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:47,257 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.179s 2022-02-17 12:53:47,258 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-197f4f49-7989-4e1d-9098-da0d1080eb55', 'x-compute-request-id': 'req-197f4f49-7989-4e1d-9098-da0d1080eb55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:48,458 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.191s 2022-02-17 12:53:48,459 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf8e14e2-3955-4391-a3c6-143d81d50e11', 'x-compute-request-id': 'req-bf8e14e2-3955-4391-a3c6-143d81d50e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:49,737 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.261s 2022-02-17 12:53:49,738 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ab77094-71f0-4bce-b900-97c366cda730', 'x-compute-request-id': 'req-5ab77094-71f0-4bce-b900-97c366cda730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:51,023 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.268s 2022-02-17 12:53:51,024 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce64d020-440e-451c-a901-a31ae3e9c510', 'x-compute-request-id': 'req-ce64d020-440e-451c-a901-a31ae3e9c510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:52,251 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.217s 2022-02-17 12:53:52,251 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-411f26c8-f463-426e-a597-83f08a506c62', 'x-compute-request-id': 'req-411f26c8-f463-426e-a597-83f08a506c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:53,479 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.211s 2022-02-17 12:53:53,480 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2086c1e-c7f6-446f-92e2-e852fe0f4a04', 'x-compute-request-id': 'req-c2086c1e-c7f6-446f-92e2-e852fe0f4a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:54,960 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.471s 2022-02-17 12:53:54,964 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6482962f-3635-4204-b704-63acb4db6f6b', 'x-compute-request-id': 'req-6482962f-3635-4204-b704-63acb4db6f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:56,223 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.250s 2022-02-17 12:53:56,224 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18a427c2-c975-43ad-946a-e36006ad75e6', 'x-compute-request-id': 'req-18a427c2-c975-43ad-946a-e36006ad75e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:57,429 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.196s 2022-02-17 12:53:57,430 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd7cadae-2b01-46bd-afd2-7a5ae8315434', 'x-compute-request-id': 'req-dd7cadae-2b01-46bd-afd2-7a5ae8315434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:58,692 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.251s 2022-02-17 12:53:58,692 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f89fbee1-06ce-46ea-a09a-72c36fed39d8', 'x-compute-request-id': 'req-f89fbee1-06ce-46ea-a09a-72c36fed39d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:53:59,915 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.208s 2022-02-17 12:53:59,915 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1762592-8e4c-4d55-b34f-35fd94b18170', 'x-compute-request-id': 'req-d1762592-8e4c-4d55-b34f-35fd94b18170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:54:01,678 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.753s 2022-02-17 12:54:01,683 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-498d396b-c011-4722-bf44-3447788e2fd1', 'x-compute-request-id': 'req-498d396b-c011-4722-bf44-3447788e2fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:53:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:54:04,053 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 1.362s 2022-02-17 12:54:04,053 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66a856a1-f3c1-4d2b-bc3b-4ce16d721f05', 'x-compute-request-id': 'req-66a856a1-f3c1-4d2b-bc3b-4ce16d721f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:54:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:54:05,403 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.341s 2022-02-17 12:54:05,404 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f64af2ae-870f-4aac-a5cb-8e01a37bebe4', 'x-compute-request-id': 'req-f64af2ae-870f-4aac-a5cb-8e01a37bebe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T12:54:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:70:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:54:05,420 129459 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 42 second wait 2022-02-17 12:54:05,628 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59/os-interface 0.206s 2022-02-17 12:54:05,628 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ad012c-2892-49a2-81d3-58037248ce0b', 'x-compute-request-id': 'req-94ad012c-2892-49a2-81d3-58037248ce0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "91ecf803-1b96-4199-8db5-38d880f4e60a", "port_id": "370dc0ba-9978-4621-9fdf-a927fb72281b", "mac_addr": "fa:16:3e:ad:70:fa", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7cb17f33-3309-440c-985b-7e4182de35c0", "ip_address": "172.20.0.11"}]}]}' 2022-02-17 12:54:07,899 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/bb8d209c-1bae-4a3c-838b-d9e9203d96d2 2.266s 2022-02-17 12:54:07,900 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "370dc0ba-9978-4621-9fdf-a927fb72281b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-1143de99-376f-43e1-95e2-4df126f54dae', 'date': 'Thu, 17 Feb 2022 12:54:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/bb8d209c-1bae-4a3c-838b-d9e9203d96d2'} Body: b'{"floatingip": {"id": "bb8d209c-1bae-4a3c-838b-d9e9203d96d2", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "floating_ip_address": "172.27.3.28", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": "35e9a56a-7ae2-4508-ac66-bea014ad5220", "port_id": "370dc0ba-9978-4621-9fdf-a927fb72281b", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "91ecf803-1b96-4199-8db5-38d880f4e60a", "mac_address": "fa:16:3e:ad:70:fa", "admin_state_up": true, "status": "ACTIVE", "device_id": "325e896b-f985-4c07-8cd0-0a76af281a59", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-17T12:53:17Z", "updated_at": "2022-02-17T12:54:06Z", "revision_number": 1, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:54:07,990 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59/ips 0.089s 2022-02-17 12:54:07,990 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6faf176-083c-4e82-a9fa-a8112c492df3', 'x-compute-request-id': 'req-a6faf176-083c-4e82-a9fa-a8112c492df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.11"}]}}' 2022-02-17 12:54:08,005 129459 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.28:22' as 'ubuntu' with public key authentication 2022-02-17 12:54:12,907 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 1. Retry after 2 seconds. 2022-02-17 12:54:18,475 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 2. Retry after 3 seconds. 2022-02-17 12:54:25,035 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 3. Retry after 4 seconds. 2022-02-17 12:54:32,619 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 4. Retry after 5 seconds. 2022-02-17 12:54:41,195 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 5. Retry after 6 seconds. 2022-02-17 12:54:50,767 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 6. Retry after 7 seconds. 2022-02-17 12:55:01,355 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 7. Retry after 8 seconds. 2022-02-17 12:55:09,864 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 8. Retry after 9 seconds. 2022-02-17 12:55:19,376 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 9. Retry after 10 seconds. 2022-02-17 12:55:29,888 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 10. Retry after 11 seconds. 2022-02-17 12:55:41,400 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 11. Retry after 12 seconds. 2022-02-17 12:55:53,915 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 12. Retry after 13 seconds. 2022-02-17 12:56:07,431 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 13. Retry after 14 seconds. 2022-02-17 12:56:21,940 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 14. Retry after 15 seconds. 2022-02-17 12:56:37,464 129459 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.28 ([Errno None] Unable to connect to port 22 on 172.27.3.28). Number attempts: 15. Retry after 16 seconds. 2022-02-17 12:56:54,033 129459 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:56:54,293 129459 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:56:54,293 129459 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.28 successfully created 2022-02-17 12:56:54,294 129459 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-02-17 12:56:54,294 129459 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.28:22' as 'ubuntu' with public key authentication 2022-02-17 12:56:54,315 129459 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:56:54,443 129459 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:56:54,443 129459 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.28 successfully created 2022-02-17 12:56:56,567 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes 0.684s 2022-02-17 12:56:56,567 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-627201842"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea839b88-936c-4352-be07-9189541e435c', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea839b88-936c-4352-be07-9189541e435c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.207628", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 12:56:56,696 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.122s 2022-02-17 12:56:56,697 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b8c79b-2be0-457e-b1d0-030a52e1f1b3', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b8c79b-2be0-457e-b1d0-030a52e1f1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:56:57,747 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:56:57,747 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eee35d5-a37d-48c3-9b48-e1dba6a4ef98', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eee35d5-a37d-48c3-9b48-e1dba6a4ef98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:56:58,804 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.049s 2022-02-17 12:56:58,804 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824a36a9-e43f-47d9-bb0e-b563b0d74c71', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824a36a9-e43f-47d9-bb0e-b563b0d74c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:56:59,897 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.085s 2022-02-17 12:56:59,898 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10fe43cf-2cda-4913-92b5-39c907888fe2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10fe43cf-2cda-4913-92b5-39c907888fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:00,960 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.050s 2022-02-17 12:57:00,960 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efe858ee-c03f-4337-94fc-32b312b7105c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe858ee-c03f-4337-94fc-32b312b7105c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:02,016 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.048s 2022-02-17 12:57:02,017 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f72745-8b72-45f7-a46c-ac32dca8f3d2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f72745-8b72-45f7-a46c-ac32dca8f3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:03,066 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:57:03,066 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801cc691-7512-4583-b9e3-95aa9e1d8d40', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801cc691-7512-4583-b9e3-95aa9e1d8d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:04,112 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:57:04,113 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e028db1e-9e20-407b-8995-f9378def6842', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e028db1e-9e20-407b-8995-f9378def6842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:05,158 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:05,159 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5285d58-c2e8-49a7-90d6-584f844577a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5285d58-c2e8-49a7-90d6-584f844577a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:06,212 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:06,212 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c5a1e9a-202a-4c8b-9757-bb0400af892a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5a1e9a-202a-4c8b-9757-bb0400af892a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:07,261 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:07,261 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d83af1-b5ed-4c12-9d6a-c651d4919665', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d83af1-b5ed-4c12-9d6a-c651d4919665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:08,307 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:08,308 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da771664-a33e-4838-b3a4-6d74f0f0258b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da771664-a33e-4838-b3a4-6d74f0f0258b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:09,357 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:57:09,358 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce053d1-031d-49c6-b408-550aaf12178d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce053d1-031d-49c6-b408-550aaf12178d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:10,410 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.044s 2022-02-17 12:57:10,411 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce97eef0-d359-46c1-920a-bc6986b9d782', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce97eef0-d359-46c1-920a-bc6986b9d782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:11,458 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:11,459 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06b07f7-58f6-4332-a465-b3a0b5741fe8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06b07f7-58f6-4332-a465-b3a0b5741fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:12,505 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:12,506 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71048f9c-9e11-4e8d-8615-2ee78aa9c7f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71048f9c-9e11-4e8d-8615-2ee78aa9c7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:13,562 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.047s 2022-02-17 12:57:13,562 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab6ced0-c0fb-4ebe-bf07-79dadfc49d07', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab6ced0-c0fb-4ebe-bf07-79dadfc49d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:14,617 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:57:14,618 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db2348fe-3fad-4b7f-ae41-461e5b07fb4e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db2348fe-3fad-4b7f-ae41-461e5b07fb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:15,664 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:15,664 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73510dd5-4776-4aa0-9cf2-ff8e4b05d46a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73510dd5-4776-4aa0-9cf2-ff8e4b05d46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:16,713 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:16,713 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e736177-e6c1-42cb-9b0e-9850af20a050', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e736177-e6c1-42cb-9b0e-9850af20a050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:17,763 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:17,764 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376769df-9402-449f-ac35-9654497218d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376769df-9402-449f-ac35-9654497218d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:18,812 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:18,812 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6801dc1b-c3ce-4e43-ac7b-2ca30eaa9175', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6801dc1b-c3ce-4e43-ac7b-2ca30eaa9175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:19,866 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:57:19,867 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425f3fec-6818-42a8-87df-27ea115e4810', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425f3fec-6818-42a8-87df-27ea115e4810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:20,912 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:57:20,913 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bacb923f-7856-47bd-acaf-b7c2adc27b14', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bacb923f-7856-47bd-acaf-b7c2adc27b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:21,967 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:21,967 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7789579e-5969-4b4c-999e-d31431d3b43a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7789579e-5969-4b4c-999e-d31431d3b43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:23,014 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:23,014 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d3bd49-3dd0-4ce0-891a-dd765f4010ac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d3bd49-3dd0-4ce0-891a-dd765f4010ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:24,075 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.052s 2022-02-17 12:57:24,075 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86386025-acea-4adc-b473-d581340c6d6a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86386025-acea-4adc-b473-d581340c6d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:25,179 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.096s 2022-02-17 12:57:25,183 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6379713c-3294-43b1-be4e-4f0a0c5d8c24', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6379713c-3294-43b1-be4e-4f0a0c5d8c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:26,240 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:57:26,240 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615ec10a-3273-4ad5-a549-7af64d4adc2b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615ec10a-3273-4ad5-a549-7af64d4adc2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:27,292 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:27,292 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e6c94f-0315-44e8-a79b-3ad09805625e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e6c94f-0315-44e8-a79b-3ad09805625e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:28,347 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.047s 2022-02-17 12:57:28,348 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b76554a-d05e-4a0b-9f2d-124d9da9b941', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b76554a-d05e-4a0b-9f2d-124d9da9b941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:29,398 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:29,399 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0de66fb0-c9d0-4f73-8292-da8a9ae2358d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de66fb0-c9d0-4f73-8292-da8a9ae2358d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:30,449 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:57:30,449 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb4b729-75c5-414b-90c0-6dbe4c938fc0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb4b729-75c5-414b-90c0-6dbe4c938fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:31,526 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.069s 2022-02-17 12:57:31,527 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd7b7b6-4473-4fcb-aa1f-ef54fa3fa36e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd7b7b6-4473-4fcb-aa1f-ef54fa3fa36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:32,587 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.051s 2022-02-17 12:57:32,588 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90712add-e2f7-4334-80fd-5bf5659ef838', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90712add-e2f7-4334-80fd-5bf5659ef838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:33,646 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.050s 2022-02-17 12:57:33,646 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773bf7b8-0642-4de9-8d10-52946921c867', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773bf7b8-0642-4de9-8d10-52946921c867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:34,703 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.047s 2022-02-17 12:57:34,703 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a74784fd-331e-428d-87a4-ddecefd30f4f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a74784fd-331e-428d-87a4-ddecefd30f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:35,752 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:35,752 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1739f9a-dc37-4425-8a3d-93add920b32e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1739f9a-dc37-4425-8a3d-93add920b32e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:36,799 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:36,799 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e65339-f8b3-4318-b2bb-28c22b3447bc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e65339-f8b3-4318-b2bb-28c22b3447bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:37,855 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.048s 2022-02-17 12:57:37,856 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c281b18a-b2fc-4124-880f-6b81f477a19e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c281b18a-b2fc-4124-880f-6b81f477a19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:38,904 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:38,904 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ed9cbd-732b-4547-abf9-c389a638c941', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3ed9cbd-732b-4547-abf9-c389a638c941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:39,954 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:39,954 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ec6a7d-4797-4dc1-a3ed-1302a9e2ec5f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ec6a7d-4797-4dc1-a3ed-1302a9e2ec5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:41,004 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:57:41,013 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b4a0ea-3e67-479e-891f-f69284ef9294', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b4a0ea-3e67-479e-891f-f69284ef9294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:42,063 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:42,063 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c992bcc-9d49-40b3-a563-8b16059885ac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c992bcc-9d49-40b3-a563-8b16059885ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:43,112 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:57:43,113 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e102f1e-b69e-4b22-b1ca-51432a3186df', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e102f1e-b69e-4b22-b1ca-51432a3186df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:44,161 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:44,161 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16f1d30-73f5-4d89-8446-06ac73922a63', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16f1d30-73f5-4d89-8446-06ac73922a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:45,210 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:45,210 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e3419c7-f888-4ae4-8635-686548e5be68', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e3419c7-f888-4ae4-8635-686548e5be68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:46,256 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:46,256 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13cb6ef2-ffeb-4148-9dff-8ffe881c94d7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13cb6ef2-ffeb-4148-9dff-8ffe881c94d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:47,304 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:47,305 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e4a500-3000-414e-9d36-e000102784b1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e4a500-3000-414e-9d36-e000102784b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:48,361 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.047s 2022-02-17 12:57:48,361 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e742e5-c039-4f63-b0e2-ce3cef5eaa2c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e742e5-c039-4f63-b0e2-ce3cef5eaa2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:49,412 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:57:49,412 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb03a11a-2e09-448f-8668-a534b48a36c8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb03a11a-2e09-448f-8668-a534b48a36c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:50,464 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:57:50,464 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8484ca-7b2d-4f0d-ab8c-cdcb1f4c0f88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8484ca-7b2d-4f0d-ab8c-cdcb1f4c0f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:51,518 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:51,518 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787a129e-6f49-4bcb-8bf6-5ca1710fa050', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787a129e-6f49-4bcb-8bf6-5ca1710fa050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:52,566 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:52,566 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534614ca-9bd1-4dd6-8e49-bb452ed66128', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534614ca-9bd1-4dd6-8e49-bb452ed66128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:53,614 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:53,615 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e11c30-2ba7-4f39-ae97-2b29c41f98cd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e11c30-2ba7-4f39-ae97-2b29c41f98cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:54,662 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:54,662 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad24874-806c-485c-a5e5-2581b79a298f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad24874-806c-485c-a5e5-2581b79a298f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:55,711 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:55,711 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da722ed8-deee-4880-b629-5e1fe36d8c3a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da722ed8-deee-4880-b629-5e1fe36d8c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:56,759 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:57:56,759 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075aa86c-1a31-4565-8cdb-059fe417c227', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075aa86c-1a31-4565-8cdb-059fe417c227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:57,805 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:57:57,806 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800448b6-1a9c-4f70-88a3-9fd8274aa656', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800448b6-1a9c-4f70-88a3-9fd8274aa656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:58,880 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.063s 2022-02-17 12:57:58,880 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3757af67-e816-4687-944e-fa54b2637d9b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3757af67-e816-4687-944e-fa54b2637d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:57:59,927 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:57:59,928 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85a60668-3a90-4347-b993-48beb9e9efd1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85a60668-3a90-4347-b993-48beb9e9efd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:00,973 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:00,973 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947ee7ca-e5c1-459d-ac07-786bda4e041e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947ee7ca-e5c1-459d-ac07-786bda4e041e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:02,025 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.044s 2022-02-17 12:58:02,025 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5edc32f-69bf-4353-bae4-4c459ab11eb2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5edc32f-69bf-4353-bae4-4c459ab11eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:03,075 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:03,075 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27dfb09e-d052-4b8b-81dd-85ab8f00d0ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27dfb09e-d052-4b8b-81dd-85ab8f00d0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:04,121 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:58:04,122 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a6c5d8-bc19-4514-ae8c-efbb62149f94', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a6c5d8-bc19-4514-ae8c-efbb62149f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:05,170 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:05,170 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e45323d-598f-428b-8644-a6fcfb3b17aa', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e45323d-598f-428b-8644-a6fcfb3b17aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:06,286 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.107s 2022-02-17 12:58:06,287 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333929a2-bbd5-4493-8ae2-5e91e3a81db8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333929a2-bbd5-4493-8ae2-5e91e3a81db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:07,347 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.052s 2022-02-17 12:58:07,348 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832354ec-c5f4-47df-ac62-956bdfdfe292', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832354ec-c5f4-47df-ac62-956bdfdfe292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:08,408 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:58:08,409 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d5b0f2-12ee-48e9-a5c6-5df99dab960b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d5b0f2-12ee-48e9-a5c6-5df99dab960b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:09,494 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.070s 2022-02-17 12:58:09,495 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422f5295-e78f-4529-a9f1-67623193d69c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422f5295-e78f-4529-a9f1-67623193d69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:10,667 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.164s 2022-02-17 12:58:10,668 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9822b73-c310-4fbd-9487-96dae9da5a79', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9822b73-c310-4fbd-9487-96dae9da5a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:11,716 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:11,716 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1098fb58-98da-43fc-a3ce-d6e8b9c37538', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1098fb58-98da-43fc-a3ce-d6e8b9c37538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:12,768 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:58:12,769 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b137a502-bdda-4212-889b-ea44951f7798', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b137a502-bdda-4212-889b-ea44951f7798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:13,824 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:58:13,825 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e882e50-b04a-48e0-b86c-a4563939b476', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e882e50-b04a-48e0-b86c-a4563939b476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:14,878 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:58:14,879 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc2423b-aa85-470b-a646-7d067261d122', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc2423b-aa85-470b-a646-7d067261d122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:15,938 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.052s 2022-02-17 12:58:15,939 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c926dc0c-74a6-4ae9-b733-0a68ad89e77f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c926dc0c-74a6-4ae9-b733-0a68ad89e77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:16,995 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.049s 2022-02-17 12:58:16,996 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275b7fd7-cbfe-43e2-81bb-6f88857a7a25', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275b7fd7-cbfe-43e2-81bb-6f88857a7a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:18,057 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:58:18,058 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0da8d4-0bda-4acd-ab1c-176910477b5c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0da8d4-0bda-4acd-ab1c-176910477b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:19,119 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.050s 2022-02-17 12:58:19,119 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18f852a-b7bf-4655-97dc-4bcca072cacb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18f852a-b7bf-4655-97dc-4bcca072cacb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:20,185 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.057s 2022-02-17 12:58:20,185 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca118124-1b58-472b-bf87-ceb223de64c2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca118124-1b58-472b-bf87-ceb223de64c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:21,235 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:58:21,236 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12766773-240c-4fc9-80e4-e676813f2591', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12766773-240c-4fc9-80e4-e676813f2591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:22,291 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.048s 2022-02-17 12:58:22,292 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d59b59-b8ce-4726-9e37-3e5ac15ddf6a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d59b59-b8ce-4726-9e37-3e5ac15ddf6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:23,340 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:23,340 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ed7159-de63-47cd-86b7-85947198e292', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ed7159-de63-47cd-86b7-85947198e292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:24,388 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:58:24,388 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d22f92-72a7-4ea6-a1cf-4041cc65b960', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d22f92-72a7-4ea6-a1cf-4041cc65b960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:25,435 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:25,436 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c16046-0a80-4d7b-8e18-2faff9e289c6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c16046-0a80-4d7b-8e18-2faff9e289c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:26,490 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.045s 2022-02-17 12:58:26,491 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37f4940-77b1-427f-be0e-81971cc45053', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37f4940-77b1-427f-be0e-81971cc45053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:27,542 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:58:27,543 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6959c42-9153-4c55-b184-cbe34fb7c6b0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6959c42-9153-4c55-b184-cbe34fb7c6b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:28,594 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:58:28,595 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a2c7c24-098f-4d59-9733-c8e7e5eeabdb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a2c7c24-098f-4d59-9733-c8e7e5eeabdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:29,648 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:58:29,649 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f4e033-b499-4828-919a-2eb0e45708f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f4e033-b499-4828-919a-2eb0e45708f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:30,697 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:30,698 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb499f5-ab73-4163-8611-bb61141fd497', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb499f5-ab73-4163-8611-bb61141fd497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:31,752 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:58:31,752 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a51f72-ca14-4bc9-b6ba-bb637b4421f8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a51f72-ca14-4bc9-b6ba-bb637b4421f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:32,800 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:32,800 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd84a509-68a9-45e4-9de3-813ab0f5e8e0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd84a509-68a9-45e4-9de3-813ab0f5e8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:33,849 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:58:33,849 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c21ec52-ebf3-4d69-a2c3-dac4e02340ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c21ec52-ebf3-4d69-a2c3-dac4e02340ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:34,901 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.043s 2022-02-17 12:58:34,902 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e2419f-3710-4795-956c-a210e6d87dd1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e2419f-3710-4795-956c-a210e6d87dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:35,961 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.044s 2022-02-17 12:58:35,962 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147357ff-83c3-49a3-9358-6c14bf1de2d6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147357ff-83c3-49a3-9358-6c14bf1de2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:37,012 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:37,013 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871064bd-8a2e-482f-807a-369a7a72a5b4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871064bd-8a2e-482f-807a-369a7a72a5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:38,067 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:58:38,068 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55554c9b-b40e-4a88-9083-b8cde8e7f4ee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55554c9b-b40e-4a88-9083-b8cde8e7f4ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:39,113 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:39,114 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f4f2ae-08d8-4db1-b3b7-aa77f9fa0610', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f4f2ae-08d8-4db1-b3b7-aa77f9fa0610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:40,161 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:40,162 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43b93a5-689a-4af7-8435-408e071056b8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43b93a5-689a-4af7-8435-408e071056b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:41,210 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:41,210 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8661acba-64a5-42be-91eb-eff94fe29a7c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8661acba-64a5-42be-91eb-eff94fe29a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:42,258 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:42,259 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46682250-f5c9-474c-b01b-7d3e217b97ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46682250-f5c9-474c-b01b-7d3e217b97ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:43,307 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:43,307 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a7519c-34ee-4308-b1ef-587e5ce42fb1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a7519c-34ee-4308-b1ef-587e5ce42fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:44,354 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:58:44,354 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe1478b-fe59-4d12-8116-b4fc1b9a65f8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe1478b-fe59-4d12-8116-b4fc1b9a65f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:45,401 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:45,402 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acf14b5-ee78-4036-87da-ee77d4ed8df9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acf14b5-ee78-4036-87da-ee77d4ed8df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:46,451 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:46,451 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c08dd46-d622-4fe4-ad26-3ef7379e5cd1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c08dd46-d622-4fe4-ad26-3ef7379e5cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:47,495 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:47,496 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe15175-e7dd-4fdb-aa36-0eb00346f89d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe15175-e7dd-4fdb-aa36-0eb00346f89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:48,542 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:48,542 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6089638-58f4-4862-824e-666c2bad9da8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6089638-58f4-4862-824e-666c2bad9da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:49,598 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.046s 2022-02-17 12:58:49,599 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b1898f-9878-4f94-b39d-660505e25db0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b1898f-9878-4f94-b39d-660505e25db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:50,646 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:50,647 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d4526f-92e2-4b93-b5a6-00e1f0c91468', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d4526f-92e2-4b93-b5a6-00e1f0c91468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:51,692 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:58:51,692 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21555abe-03f6-4cfc-a86c-1755d821c2ea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21555abe-03f6-4cfc-a86c-1755d821c2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:52,739 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:52,739 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d17120-9ec9-482e-a895-fffd9612210a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d17120-9ec9-482e-a895-fffd9612210a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:53,789 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:58:53,790 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2c84e4-d303-4e41-91f2-303326c02e4a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2c84e4-d303-4e41-91f2-303326c02e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:54,838 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:54,838 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6837fe-1d47-4ba3-9afc-896a3ee81dc1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6837fe-1d47-4ba3-9afc-896a3ee81dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:55,886 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:58:55,886 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97a5c46-57b3-4787-8b3b-fe716a2106b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97a5c46-57b3-4787-8b3b-fe716a2106b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:56,933 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:58:56,933 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07295b0e-588f-474f-bbe3-ea410db7388b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07295b0e-588f-474f-bbe3-ea410db7388b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:57,981 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:58:57,981 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7fc7e59-45d9-4a54-9804-7780e89b823a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7fc7e59-45d9-4a54-9804-7780e89b823a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:58:59,043 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.054s 2022-02-17 12:58:59,043 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d475a352-360f-457d-b87c-ef8a7cfca0bc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d475a352-360f-457d-b87c-ef8a7cfca0bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:00,091 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:00,092 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0419744-ba1e-491a-98d2-416be4a18be7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0419744-ba1e-491a-98d2-416be4a18be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:01,143 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:59:01,145 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e10bae-78a4-4b3d-a85c-ee2d799ce8ed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e10bae-78a4-4b3d-a85c-ee2d799ce8ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:02,192 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:02,192 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a975a9-4d74-4635-9c11-b9a6f0a0202b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a975a9-4d74-4635-9c11-b9a6f0a0202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:03,239 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:03,239 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae5f27e-6351-4b7b-8e2a-1c35434942d8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae5f27e-6351-4b7b-8e2a-1c35434942d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:04,286 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:04,287 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b544efda-2c6b-4904-b35b-349990c53fac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b544efda-2c6b-4904-b35b-349990c53fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:05,335 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:05,335 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5db27a2-60a3-44c2-adc6-2540189044df', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5db27a2-60a3-44c2-adc6-2540189044df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:06,382 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:06,382 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa970a8e-fc64-412f-af4a-ab06a6a68ab7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa970a8e-fc64-412f-af4a-ab06a6a68ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:07,429 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:07,429 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7068f2f1-edc2-42f1-9cd4-eec9771b97c3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7068f2f1-edc2-42f1-9cd4-eec9771b97c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:08,479 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:08,479 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365257cd-47c5-4d62-9898-a021717d1ed8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365257cd-47c5-4d62-9898-a021717d1ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:09,526 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:09,526 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d21e1c2-21b8-46b2-8a57-802fefee0b52', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d21e1c2-21b8-46b2-8a57-802fefee0b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:10,573 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:10,573 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf466dc-26e5-403d-91bc-1b9c1bce3171', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf466dc-26e5-403d-91bc-1b9c1bce3171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:11,620 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:11,620 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a616377-a5fc-47f8-bbb5-5ff157cbe57e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a616377-a5fc-47f8-bbb5-5ff157cbe57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:12,670 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:12,671 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b55d6a-b8a3-46f6-9b19-3d80ddde41cc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b55d6a-b8a3-46f6-9b19-3d80ddde41cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:13,717 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:13,717 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0ae420-e820-4986-9a67-42c23e0ea7aa', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0ae420-e820-4986-9a67-42c23e0ea7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:14,763 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:59:14,763 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ccc3c3-6767-4527-a8f1-017822079d84', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ccc3c3-6767-4527-a8f1-017822079d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:15,810 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:15,811 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c2db38-b4da-4f91-b495-670a88252419', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c2db38-b4da-4f91-b495-670a88252419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:16,860 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:16,860 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db719d6a-8256-43a3-9e8f-7055c86909c2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db719d6a-8256-43a3-9e8f-7055c86909c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:17,907 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:17,908 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47de676-bfb6-4216-9cb3-77049fc1e1d8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47de676-bfb6-4216-9cb3-77049fc1e1d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:18,955 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:18,955 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb97e74-5dfe-418c-a3c4-f5dfd81f55da', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb97e74-5dfe-418c-a3c4-f5dfd81f55da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:20,002 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:20,002 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d12839b-340f-4da8-a745-1e6fc8f5fb23', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d12839b-340f-4da8-a745-1e6fc8f5fb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:21,049 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:21,049 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1479a469-8d34-44f8-b438-4acf23d6fe60', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1479a469-8d34-44f8-b438-4acf23d6fe60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:22,096 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:22,097 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d4c1e6-8964-47ec-812f-855381821f26', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d4c1e6-8964-47ec-812f-855381821f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:23,143 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.037s 2022-02-17 12:59:23,143 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608e834a-1996-45c5-8934-7e953ce5c501', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608e834a-1996-45c5-8934-7e953ce5c501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:24,192 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:24,192 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c60d826-acc2-4402-a122-cd8813942bc2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c60d826-acc2-4402-a122-cd8813942bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:25,245 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:59:25,246 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d713f358-f33a-4ac4-a43e-731637363f68', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d713f358-f33a-4ac4-a43e-731637363f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:26,297 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:26,297 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8aa5948-3eeb-4dc8-9936-b40211f278da', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8aa5948-3eeb-4dc8-9936-b40211f278da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:27,344 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:27,344 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61c66d9-6bbc-46a4-842a-1b315cfca29f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61c66d9-6bbc-46a4-842a-1b315cfca29f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:28,391 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:28,392 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d348300d-985a-4f2a-b14f-c0dc26bc134f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d348300d-985a-4f2a-b14f-c0dc26bc134f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:29,440 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:29,441 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3f6387-ef07-4abf-9427-31d86573638e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3f6387-ef07-4abf-9427-31d86573638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:30,489 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.039s 2022-02-17 12:59:30,490 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e89e7f-8567-490c-8b05-fc43d044abf7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e89e7f-8567-490c-8b05-fc43d044abf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:31,539 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.041s 2022-02-17 12:59:31,539 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-353a5922-4f21-41f5-aec1-f1fdbab5446f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-353a5922-4f21-41f5-aec1-f1fdbab5446f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:32,589 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.042s 2022-02-17 12:59:32,590 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff54144-077f-4cf6-a221-50685c318d02', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff54144-077f-4cf6-a221-50685c318d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:33,643 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.045s 2022-02-17 12:59:33,644 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72cb4846-88f4-4a18-916d-6ada6e7803d9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72cb4846-88f4-4a18-916d-6ada6e7803d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:34,710 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.058s 2022-02-17 12:59:34,711 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899117e2-3e56-4dcb-ad13-5d5d883382dc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899117e2-3e56-4dcb-ad13-5d5d883382dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:35,759 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:35,759 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-334e8a33-bc2b-40ab-8405-f6dbb06d9b72', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-334e8a33-bc2b-40ab-8405-f6dbb06d9b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:36,831 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.065s 2022-02-17 12:59:36,832 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1767b1-917b-4d07-8ca1-e407a5a33e8e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1767b1-917b-4d07-8ca1-e407a5a33e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:37,885 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.045s 2022-02-17 12:59:37,886 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54831cb-2bc2-4c63-bd76-c7aea3ed9df8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54831cb-2bc2-4c63-bd76-c7aea3ed9df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:38,934 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:38,935 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ed1b35-466d-4841-9e60-a757396b5241', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ed1b35-466d-4841-9e60-a757396b5241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:39,980 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:39,981 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b68677-72e0-4c71-94ef-cc58a23af1d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b68677-72e0-4c71-94ef-cc58a23af1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:41,051 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.062s 2022-02-17 12:59:41,051 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e0ce79f-5865-4dfc-8078-f73246c74be8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e0ce79f-5865-4dfc-8078-f73246c74be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:42,101 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.038s 2022-02-17 12:59:42,101 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2459bc8-4434-46c2-b527-983f9d920fc9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2459bc8-4434-46c2-b527-983f9d920fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:43,149 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.040s 2022-02-17 12:59:43,150 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858e6d8d-78b2-4e6f-b12d-ce8bdf119764', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858e6d8d-78b2-4e6f-b12d-ce8bdf119764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 12:59:44,212 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 0.054s 2022-02-17 12:59:44,212 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33eb31ef-7944-4f03-9007-9cda2b97b5bc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33eb31ef-7944-4f03-9007-9cda2b97b5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:00:45,279 129459 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/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 2022-02-17 13:00:54,204 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 68.984s 2022-02-17 13:00:54,204 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165aff74-33ca-444f-9c9a-ef654e45b3d9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165aff74-33ca-444f-9c9a-ef654e45b3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:01:45,093 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 49.879s 2022-02-17 13:01:45,093 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e82b91a-82ae-4578-9ecc-d2d198310a01', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e82b91a-82ae-4578-9ecc-d2d198310a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:02:46,163 129459 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/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 2022-02-17 13:02:54,516 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 68.414s 2022-02-17 13:02:54,517 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7020d91-336c-4ffc-8e73-fa3046fa8d2c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7020d91-336c-4ffc-8e73-fa3046fa8d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:03:45,715 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 50.189s 2022-02-17 13:03:45,715 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d817524-146c-4550-a1f1-9f084afe7796', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d817524-146c-4550-a1f1-9f084afe7796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3'} Body: b'{"volume": {"id": "19e758bd-4f00-4fdb-9b2c-55f5f96df7f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:56.000000", "updated_at": "2022-02-17T12:56:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-627201842", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/19e758bd-4f00-4fdb-9b2c-55f5f96df7f3"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:03:46,033 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.309s 2022-02-17 13:03:46,035 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:45 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-edd4d0f9-baca-4f3d-a3c6-fbeaa607fe7c', 'x-compute-request-id': 'req-edd4d0f9-baca-4f3d-a3c6-fbeaa607fe7c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'' 2022-02-17 13:03:46,195 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.159s 2022-02-17 13:03:46,195 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a76e2c6-824d-4870-805a-69e2d04ffae0', 'x-compute-request-id': 'req-7a76e2c6-824d-4870-805a-69e2d04ffae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T13:03:46Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:70:fa"}, {"version": 4, "addr": "172.27.3.28", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:70:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 13:03:47,366 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.161s 2022-02-17 13:03:47,366 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a75809-6ff1-4536-9871-177415f4ab18', 'x-compute-request-id': 'req-63a75809-6ff1-4536-9871-177415f4ab18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T13:03:46Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:70:fa"}, {"version": 4, "addr": "172.27.3.28", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:70:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--873525035"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 13:03:48,493 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.118s 2022-02-17 13:03:48,493 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30277c14-853e-4098-850a-e6dfd29648e1', 'x-compute-request-id': 'req-30277c14-853e-4098-850a-e6dfd29648e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"server": {"id": "325e896b-f985-4c07-8cd0-0a76af281a59", "name": "tempest-AttachVolumeTestJSON-server-135552167", "status": "DELETED", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:53:21Z", "updated": "2022-02-17T13:03:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/325e896b-f985-4c07-8cd0-0a76af281a59"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-345078996", "OS-SRV-USG:launched_at": "2022-02-17T12:54:04.000000", "OS-SRV-USG:terminated_at": "2022-02-17T13:03:48.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-02-17 13:03:48,501 129459 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-02-17 13:03:49,537 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59 0.034s 2022-02-17 13:03:49,537 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:49 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-44fea487-1dd7-4990-b43e-94a3e11d0443', 'x-compute-request-id': 'req-44fea487-1dd7-4990-b43e-94a3e11d0443', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/325e896b-f985-4c07-8cd0-0a76af281a59'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 325e896b-f985-4c07-8cd0-0a76af281a59 could not be found."}}' 2022-02-17 13:03:49,634 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-345078996 0.096s 2022-02-17 13:03:49,634 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03: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-41239c7a-b50f-4a74-9686-337d3358d69c', 'x-compute-request-id': 'req-41239c7a-b50f-4a74-9686-337d3358d69c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-345078996'} Body: b'' 2022-02-17 13:03:49,863 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/6c77f1a8-6d31-4276-9701-27b5e260d202 0.228s 2022-02-17 13:03:49,863 129459 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-c5c461bc-aeda-41be-b625-3858b8bcf3da', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:03:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/6c77f1a8-6d31-4276-9701-27b5e260d202'} Body: b'' 2022-02-17 13:03:49,882 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/6c77f1a8-6d31-4276-9701-27b5e260d202 0.019s 2022-02-17 13:03:49,884 129459 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-dce20445-0c64-48c4-9fe7-88babfe806d5', 'date': 'Thu, 17 Feb 2022 13:03:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/6c77f1a8-6d31-4276-9701-27b5e260d202'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6c77f1a8-6d31-4276-9701-27b5e260d202 does not exist", "detail": ""}}' 2022-02-17 13:03:50,480 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/bb8d209c-1bae-4a3c-838b-d9e9203d96d2 0.595s 2022-02-17 13:03:50,480 129459 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-f652e9f3-164f-413a-857d-194bc4bfebcc', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:03:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/bb8d209c-1bae-4a3c-838b-d9e9203d96d2'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 523, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 19e758bd-4f00-4fdb-9b2c-55f5f96df7f3 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft11.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 13:03:50,521 129459 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-17 13:03:50,521 129459 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-17 13:03:50,924 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.67/compute/v2.1/os-keypairs 0.401s 2022-02-17 13:03:50,925 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1492747467"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-401efe23-9b17-4f76-b44e-1a2e24122636', 'x-compute-request-id': 'req-401efe23-9b17-4f76-b44e-1a2e24122636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA5X+CB/zQYZZvq9NCz9zVvn0cbTdrEr/pIlV6uhuwLTJ/fjrm\\nVkKlWyuST2H81PZ70EkzK9v8KPPyrGNcnfclEAFKBHpIbqtXG/eghPGKvFoHrdCD\\nbrV3VIPDNT/sDcjj1U9D8MMwgtT4yElR52imsPIFHim5xXaTCK0eUjN4B2Cp6tJx\\nrIW3EJaJpxFxbs+KWCoGGqiGQjxoch1z5H1dgGHsHH3xZxFDIgezRaO9aLx7DbbZ\\nAoCd1ZuiSRjU0ibXToGrpWL1ynjH9Vva74QZF/Rf5f48vyIfUhbTHtAPTjUX/V1F\\nkzd03X1wid0YJV+O/li1HRICf3OlmB2n5daWYQIDAQABAoIBAQDKZ5J/CPGfn9YN\\nbN1YBiRdRGp1yJKejrNGnK0IxrKyqf7XjYroOQ8tQVhgusMJ7/ly0ZxX6kSSudQl\\nRdzBVN9TJk/pcw++y06gU902YvFA/QYYvfWtBk6gMzVPGXlPDwYhcy8wgHWgbcSc\\noE2kEiAxnsH0wEgfZ1x2InjDdrE9js+PV9gwlQXxvUmfUCmiWBU55OnnVOXJec6H\\nvewoY74Et1gL1R8zmt/AkOK1ISs9lfTwsQq0yTWoQ4plilin/z3MZegfypKoeoTm\\nFLF9fhCyGrL8Fy+v9Y8ezSP4Gk9KJnDcf1wGZtzCpZTDgk+aU+Xzc/VhF7L75jy1\\nZezPAruhAoGBAPnA3w4KCykgvTLcHYJReYrkTkxYJq7JpYwSr/EkEFVx82wpBfuV\\nbA2332DeuB1xAEk5jTGYumpU9gHvP4ADwr5WKh0P9vW6UMA8LmIrmA8kJhaHN2ER\\n8kukgT3Mfx6y4styfisaRdDUmY+D6KItFyqDhJX42Ug1ePPsz2XhhSIzAoGBAOs8\\n8flV0Kl5NOG9IFOpN0eer87SxqoW1S/GKZG/Qc+TLG63fm5SXM4dFsSuQ6xNwo+y\\nDNUPVURTkk3J1IU7atboYYdmrKdcqu32FD7k8nXO58+YD8LyydsromXIhtXe79GU\\nHlAOa8M+fTvL66jmumnDGj0qeHz5isKN66OutxkbAoGAC1lKSXcHXs0QC9mYta1C\\nGp+ZNzriNxsOnLjUqd57p4ZQC2Ap127IxC7QxbQZJa1W1/z3f4NzJRXLP/dBKW4C\\nUWfU7hElpbDbroCNkwRsGnQIDwoB6DVKj0lgXhCGzjxOtfPz67174qtmdvEFhykJ\\nXnMveSkfpnpXjq36FqUSyaUCgYAEgwm9F4lGBt4dykvZbvBxfjivBdnrnz59iRZ5\\nBisT+SWsBfb11LyU83fhU9pWbrNhoC+g0od3JQc0WL+rwoT9FD3yo+SB3UQmBkdD\\nIY8I9Wv6zlbXDWMTwhV+UEdNyNXetjGSpYQpnYQ3ZmThu3Mt3iEdtTfUZdDkhGZV\\noF9AqwKBgQDISd4dIKtbi/n415yz7ejTTbEGQy/rAKWC8GjPUtvBPbNWG/D7Q39w\\nrFgfiiI7Ar6n7jJDWQXR7MRQ8TIyHhEa1yQwbhjdgaZG49489QK+dpEoBzzereAa\\nvjyhptGHyzzvXTy8x+gXIZg0M60rvWhc3RjGWpIvjSAsRTvTK7qQtA==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1492747467", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlf4IH/NBhlm+r00LP3NW+fRxtN2sSv+kiVXq6G7AtMn9+OuZWQqVbK5JPYfzU9nvQSTMr2/wo8/KsY1yd9yUQAUoEekhuq1cb96CE8Yq8Wget0INutXdUg8M1P+wNyOPVT0PwwzCC1PjISVHnaKaw8gUeKbnFdpMIrR5SM3gHYKnq0nGshbcQlomnEXFuz4pYKgYaqIZCPGhyHXPkfV2AYewcffFnEUMiB7NFo71ovHsNttkCgJ3Vm6JJGNTSJtdOgaulYvXKeMf1W9rvhBkX9F/l/jy/Ih9SFtMe0A9ONRf9XUWTN3TdfXCJ3RglX47+WLUdEgJ/c6WYHafl1pZh Generated-by-Nova", "fingerprint": "df:0c:d4:e1:51:4b:87:02:3f:14:6f:bb:1b:6d:dd:f3", "user_id": "1b2490b172144a6ba21fce73377d019b"}}' 2022-02-17 13:03:50,927 129459 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1492747467 created 2022-02-17 13:03:51,240 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-groups 0.312s 2022-02-17 13:03:51,240 129459 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--956121924", "description": "tempest-description--1415820837"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-557643ce-82ed-4e69-a8cf-f9a50a590991', 'date': 'Thu, 17 Feb 2022 13:03:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "name": "tempest-securitygroup--956121924", "stateful": true, "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "description": "tempest-description--1415820837", "shared": false, "security_group_rules": [{"id": "b075a4f7-7ac3-49cc-8f5f-5f0b0e2877bd", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "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": 392, "description": null, "tags": [], "created_at": "2022-02-17T13:03:51Z", "updated_at": "2022-02-17T13:03:51Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}, {"id": "da9a5719-0acc-4ab1-a619-3e35b0159cf5", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "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": 393, "description": null, "tags": [], "created_at": "2022-02-17T13:03:51Z", "updated_at": "2022-02-17T13:03:51Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}], "tags": [], "created_at": "2022-02-17T13:03:51Z", "updated_at": "2022-02-17T13:03:51Z", "revision_number": 1, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:03:51,588 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.347s 2022-02-17 13:03:51,589 129459 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": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "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-8fd4e2fb-1302-4ee2-9aae-5f753cb1e73b', 'date': 'Thu, 17 Feb 2022 13:03:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60a7bfdd-0f43-4caf-9025-c5077411750a", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "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-02-17T13:03:51Z", "updated_at": "2022-02-17T13:03:51Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:03:51,868 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/security-group-rules 0.278s 2022-02-17 13:03:51,868 129459 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": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-64c5004f-d8f7-432d-a365-7df60b6af75f', 'date': 'Thu, 17 Feb 2022 13:03:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "65ead8f5-6f45-45e2-b8da-ae0fdbc0147c", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "security_group_id": "b7bfb4e1-5842-4067-a30b-8f4154a293d0", "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-02-17T13:03:51Z", "updated_at": "2022-02-17T13:03:51Z", "revision_number": 0, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:03:51,869 129459 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--956121924 created 2022-02-17 13:03:53,189 129459 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.67:9696/v2.0/floatingips 1.320s 2022-02-17 13:03:53,189 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-ad2a25a9-d454-4107-905e-ae67e80630bf', 'date': 'Thu, 17 Feb 2022 13:03:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6f22870d-6f06-43d5-9591-bcb279f5d11b", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "floating_ip_address": "172.27.3.62", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7602ca88d4d142bc90b738c3059ee31e", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-17T13:03:52Z", "updated_at": "2022-02-17T13:03:52Z", "revision_number": 0}}' 2022-02-17 13:03:53,191 129459 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6f22870d-6f06-43d5-9591-bcb279f5d11b', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'floating_ip_address': '172.27.3.62', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T13:03:52Z', 'updated_at': '2022-02-17T13:03:52Z', 'revision_number': 0, 'ip': '172.27.3.62'} created 2022-02-17 13:03:53,238 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.041s 2022-02-17 13:03:53,238 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e49de0ac-f870-480e-81e7-f9ee4849d51a', '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": "1b2490b172144a6ba21fce73377d019b", "name": "tempest-AttachVolumeTestJSON-1970838903-project", "password_expires_at": null}, "audit_ids": ["kBH-lbKXShy_qyWVrxnsGw"], "expires_at": "2022-02-17T14:03:53.000000Z", "issued_at": "2022-02-17T13:03:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7602ca88d4d142bc90b738c3059ee31e", "name": "tempest-AttachVolumeTestJSON-1970838903"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 13:03:53,239 129459 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '91ecf803-1b96-4199-8db5-38d880f4e60a', 'name': 'tempest-AttachVolumeTestJSON-1482893034-network', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 215, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:52:48Z', 'updated_at': '2022-02-17T12:52:48Z', 'revision_number': 1} available for tenant 2022-02-17 13:03:53,240 129459 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA5X+CB/zQYZZvq9NCz9zVvn0cbTdrEr/pIlV6uhuwLTJ/fjrm\nVkKlWyuST2H81PZ70EkzK9v8KPPyrGNcnfclEAFKBHpIbqtXG/eghPGKvFoHrdCD\nbrV3VIPDNT/sDcjj1U9D8MMwgtT4yElR52imsPIFHim5xXaTCK0eUjN4B2Cp6tJx\nrIW3EJaJpxFxbs+KWCoGGqiGQjxoch1z5H1dgGHsHH3xZxFDIgezRaO9aLx7DbbZ\nAoCd1ZuiSRjU0ibXToGrpWL1ynjH9Vva74QZF/Rf5f48vyIfUhbTHtAPTjUX/V1F\nkzd03X1wid0YJV+O/li1HRICf3OlmB2n5daWYQIDAQABAoIBAQDKZ5J/CPGfn9YN\nbN1YBiRdRGp1yJKejrNGnK0IxrKyqf7XjYroOQ8tQVhgusMJ7/ly0ZxX6kSSudQl\nRdzBVN9TJk/pcw++y06gU902YvFA/QYYvfWtBk6gMzVPGXlPDwYhcy8wgHWgbcSc\noE2kEiAxnsH0wEgfZ1x2InjDdrE9js+PV9gwlQXxvUmfUCmiWBU55OnnVOXJec6H\nvewoY74Et1gL1R8zmt/AkOK1ISs9lfTwsQq0yTWoQ4plilin/z3MZegfypKoeoTm\nFLF9fhCyGrL8Fy+v9Y8ezSP4Gk9KJnDcf1wGZtzCpZTDgk+aU+Xzc/VhF7L75jy1\nZezPAruhAoGBAPnA3w4KCykgvTLcHYJReYrkTkxYJq7JpYwSr/EkEFVx82wpBfuV\nbA2332DeuB1xAEk5jTGYumpU9gHvP4ADwr5WKh0P9vW6UMA8LmIrmA8kJhaHN2ER\n8kukgT3Mfx6y4styfisaRdDUmY+D6KItFyqDhJX42Ug1ePPsz2XhhSIzAoGBAOs8\n8flV0Kl5NOG9IFOpN0eer87SxqoW1S/GKZG/Qc+TLG63fm5SXM4dFsSuQ6xNwo+y\nDNUPVURTkk3J1IU7atboYYdmrKdcqu32FD7k8nXO58+YD8LyydsromXIhtXe79GU\nHlAOa8M+fTvL66jmumnDGj0qeHz5isKN66OutxkbAoGAC1lKSXcHXs0QC9mYta1C\nGp+ZNzriNxsOnLjUqd57p4ZQC2Ap127IxC7QxbQZJa1W1/z3f4NzJRXLP/dBKW4C\nUWfU7hElpbDbroCNkwRsGnQIDwoB6DVKj0lgXhCGzjxOtfPz67174qtmdvEFhykJ\nXnMveSkfpnpXjq36FqUSyaUCgYAEgwm9F4lGBt4dykvZbvBxfjivBdnrnz59iRZ5\nBisT+SWsBfb11LyU83fhU9pWbrNhoC+g0od3JQc0WL+rwoT9FD3yo+SB3UQmBkdD\nIY8I9Wv6zlbXDWMTwhV+UEdNyNXetjGSpYQpnYQ3ZmThu3Mt3iEdtTfUZdDkhGZV\noF9AqwKBgQDISd4dIKtbi/n415yz7ejTTbEGQy/rAKWC8GjPUtvBPbNWG/D7Q39w\nrFgfiiI7Ar6n7jJDWQXR7MRQ8TIyHhEa1yQwbhjdgaZG49489QK+dpEoBzzereAa\nvjyhptGHyzzvXTy8x+gXIZg0M60rvWhc3RjGWpIvjSAsRTvTK7qQtA==\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1492747467', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlf4IH/NBhlm+r00LP3NW+fRxtN2sSv+kiVXq6G7AtMn9+OuZWQqVbK5JPYfzU9nvQSTMr2/wo8/KsY1yd9yUQAUoEekhuq1cb96CE8Yq8Wget0INutXdUg8M1P+wNyOPVT0PwwzCC1PjISVHnaKaw8gUeKbnFdpMIrR5SM3gHYKnq0nGshbcQlomnEXFuz4pYKgYaqIZCPGhyHXPkfV2AYewcffFnEUMiB7NFo71ovHsNttkCgJ3Vm6JJGNTSJtdOgaulYvXKeMf1W9rvhBkX9F/l/jy/Ih9SFtMe0A9ONRf9XUWTN3TdfXCJ3RglX47+WLUdEgJ/c6WYHafl1pZh Generated-by-Nova', 'fingerprint': 'df:0c:d4:e1:51:4b:87:02:3f:14:6f:bb:1b:6d:dd:f3', 'user_id': '1b2490b172144a6ba21fce73377d019b'}, 'security_group': {'id': 'b7bfb4e1-5842-4067-a30b-8f4154a293d0', 'name': 'tempest-securitygroup--956121924', 'stateful': True, 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': 'tempest-description--1415820837', 'shared': False, 'security_group_rules': [{'id': 'b075a4f7-7ac3-49cc-8f5f-5f0b0e2877bd', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'security_group_id': 'b7bfb4e1-5842-4067-a30b-8f4154a293d0', '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': 392, 'description': None, 'tags': [], 'created_at': '2022-02-17T13:03:51Z', 'updated_at': '2022-02-17T13:03:51Z', 'revision_number': 0, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}, {'id': 'da9a5719-0acc-4ab1-a619-3e35b0159cf5', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'security_group_id': 'b7bfb4e1-5842-4067-a30b-8f4154a293d0', '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': 393, 'description': None, 'tags': [], 'created_at': '2022-02-17T13:03:51Z', 'updated_at': '2022-02-17T13:03:51Z', 'revision_number': 0, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}], 'tags': [], 'created_at': '2022-02-17T13:03:51Z', 'updated_at': '2022-02-17T13:03:51Z', 'revision_number': 1, 'project_id': '7602ca88d4d142bc90b738c3059ee31e'}, 'floating_ip': {'id': '6f22870d-6f06-43d5-9591-bcb279f5d11b', 'tenant_id': '7602ca88d4d142bc90b738c3059ee31e', 'floating_ip_address': '172.27.3.62', 'floating_network_id': 'c9468b11-414c-4196-9478-c78c8ff8c549', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7602ca88d4d142bc90b738c3059ee31e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-17T13:03:52Z', 'updated_at': '2022-02-17T13:03:52Z', 'revision_number': 0, 'ip': '172.27.3.62'}} 2022-02-17 13:03:53,991 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.67/compute/v2.1/servers 0.751s 2022-02-17 13:03:53,992 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-982881271", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "91ecf803-1b96-4199-8db5-38d880f4e60a"}], "security_groups": [{"name": "tempest-securitygroup--956121924"}], "key_name": "tempest-keypair-1492747467", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a25c089-e660-4870-810d-3e8b560d27ad', 'x-compute-request-id': 'req-8a25c089-e660-4870-810d-3e8b560d27ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--956121924"}], "adminPass": "password"}}' 2022-02-17 13:03:54,259 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.265s 2022-02-17 13:03:54,259 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aae399b9-aeca-45a9-a728-ca8a6a478085', 'x-compute-request-id': 'req-aae399b9-aeca-45a9-a728-ca8a6a478085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "name": "tempest-AttachVolumeTestJSON-server-982881271", "status": "BUILD", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:03:54Z", "updated": "2022-02-17T13:03:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1492747467", "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-02-17 13:04:55,331 129459 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/de65b398-37b7-49a9-8d17-3d6ee34ea97e 2022-02-17 13:05:46,123 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 110.853s 2022-02-17 13:05:46,124 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4987e618-8f56-4920-b3fb-f24820bfb26e', 'x-compute-request-id': 'req-4987e618-8f56-4920-b3fb-f24820bfb26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "name": "tempest-AttachVolumeTestJSON-server-982881271", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:03:53Z", "updated": "2022-02-17T13:04:58Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:77:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1492747467", "OS-SRV-USG:launched_at": "2022-02-17T13:04:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956121924"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 13:05:46,131 129459 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 112 second wait 2022-02-17 13:06:46,192 129459 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/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface 2022-02-17 13:07:46,255 129459 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/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface 2022-02-17 13:08:46,315 129459 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/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface 2022-02-17 13:09:46,375 129459 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/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface 2022-02-17 13:09:47,286 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface 241.154s 2022-02-17 13:09:47,287 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2734cc73-aa0d-4c6c-97f5-814eaa88c3dc', 'x-compute-request-id': 'req-2734cc73-aa0d-4c6c-97f5-814eaa88c3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "91ecf803-1b96-4199-8db5-38d880f4e60a", "port_id": "8910b4fd-1585-44b1-ae99-e0ac26d55085", "mac_addr": "fa:16:3e:c2:77:a0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7cb17f33-3309-440c-985b-7e4182de35c0", "ip_address": "172.20.0.10"}]}]}' 2022-02-17 13:09:48,394 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.67:9696/v2.0/floatingips/6f22870d-6f06-43d5-9591-bcb279f5d11b 1.104s 2022-02-17 13:09:48,395 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "8910b4fd-1585-44b1-ae99-e0ac26d55085"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-6f5d7c05-6e97-493a-b60c-d1c02d047bb9', 'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/6f22870d-6f06-43d5-9591-bcb279f5d11b'} Body: b'{"floatingip": {"id": "6f22870d-6f06-43d5-9591-bcb279f5d11b", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "floating_ip_address": "172.27.3.62", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": "35e9a56a-7ae2-4508-ac66-bea014ad5220", "port_id": "8910b4fd-1585-44b1-ae99-e0ac26d55085", "fixed_ip_address": "172.20.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "91ecf803-1b96-4199-8db5-38d880f4e60a", "mac_address": "fa:16:3e:c2:77:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-17T13:03:52Z", "updated_at": "2022-02-17T13:09:47Z", "revision_number": 1, "project_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:09:49,131 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e/ips 0.735s 2022-02-17 13:09:49,131 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee87e078-0ffc-44df-97d6-c95c3e70cc2c', 'x-compute-request-id': 'req-ee87e078-0ffc-44df-97d6-c95c3e70cc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.10"}]}}' 2022-02-17 13:09:49,797 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes 0.664s 2022-02-17 13:09:49,798 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-735567870"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2db0af0-84fd-4161-8131-31ee4130e865', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2db0af0-84fd-4161-8131-31ee4130e865', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.440730", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 13:09:50,090 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 0.285s 2022-02-17 13:09:50,091 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c69539d-01d5-47e9-a8c4-19f2f453e22c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c69539d-01d5-47e9-a8c4-19f2f453e22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:10:51,159 129459 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/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 2022-02-17 13:10:58,619 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 67.520s 2022-02-17 13:10:58,619 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1e301c-a116-4758-aa29-24969a4adc01', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1e301c-a116-4758-aa29-24969a4adc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:11:51,258 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 51.630s 2022-02-17 13:11:51,258 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-212a2fa7-56f2-4417-a83a-2401a6a815ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-212a2fa7-56f2-4417-a83a-2401a6a815ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:12:52,327 129459 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/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 2022-02-17 13:12:59,204 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 66.938s 2022-02-17 13:12:59,205 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be117dc-9244-4b0f-ae0b-1ec50484d3ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be117dc-9244-4b0f-ae0b-1ec50484d3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:13:51,502 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 51.289s 2022-02-17 13:13:51,503 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4205e2ce-52a8-43db-b8ce-655f27fccffb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4205e2ce-52a8-43db-b8ce-655f27fccffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:14:52,571 129459 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/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 2022-02-17 13:15:00,641 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 68.130s 2022-02-17 13:15:00,641 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0172c0-eb5f-4f41-86b3-edd91d296048', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0172c0-eb5f-4f41-86b3-edd91d296048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:15:51,743 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 50.093s 2022-02-17 13:15:51,743 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3389c944-37b7-4dd2-b3b7-98765d958ca5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3389c944-37b7-4dd2-b3b7-98765d958ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174'} Body: b'{"volume": {"id": "7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T13:09:49.000000", "updated_at": "2022-02-17T13:09:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-735567870", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/7602ca88d4d142bc90b738c3059ee31e/volumes/7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174"}], "user_id": "1b2490b172144a6ba21fce73377d019b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7602ca88d4d142bc90b738c3059ee31e"}}' 2022-02-17 13:15:52,077 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.325s 2022-02-17 13:15:52,077 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-aec885fa-9ade-41de-9d3f-6cb0d06a3cda', 'x-compute-request-id': 'req-aec885fa-9ade-41de-9d3f-6cb0d06a3cda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'' 2022-02-17 13:15:52,251 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.173s 2022-02-17 13:15:52,252 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20fcdaa5-e7cb-43e3-a5af-c6b33a410baa', 'x-compute-request-id': 'req-20fcdaa5-e7cb-43e3-a5af-c6b33a410baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "name": "tempest-AttachVolumeTestJSON-server-982881271", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:03:53Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:77:a0"}, {"version": 4, "addr": "172.27.3.62", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:77:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1492747467", "OS-SRV-USG:launched_at": "2022-02-17T13:04:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956121924"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 13:15:53,452 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.191s 2022-02-17 13:15:53,453 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9313fd34-b076-44be-950a-2654f95358de', 'x-compute-request-id': 'req-9313fd34-b076-44be-950a-2654f95358de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "name": "tempest-AttachVolumeTestJSON-server-982881271", "status": "ACTIVE", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:03:53Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-AttachVolumeTestJSON-1482893034-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:77:a0"}, {"version": 4, "addr": "172.27.3.62", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:77:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1492747467", "OS-SRV-USG:launched_at": "2022-02-17T13:04:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956121924"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 13:15:54,576 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.114s 2022-02-17 13:15:54,576 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfdcee10-8858-4927-bb3e-999db560dd95', 'x-compute-request-id': 'req-bfdcee10-8858-4927-bb3e-999db560dd95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"server": {"id": "de65b398-37b7-49a9-8d17-3d6ee34ea97e", "name": "tempest-AttachVolumeTestJSON-server-982881271", "status": "DELETED", "tenant_id": "7602ca88d4d142bc90b738c3059ee31e", "user_id": "1b2490b172144a6ba21fce73377d019b", "metadata": {}, "hostId": "92a5ef28283a9323e7fa746f7ef3f86bb42bfc25b1ab129de6cabbb9", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T13:03:53Z", "updated": "2022-02-17T13:15:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1492747467", "OS-SRV-USG:launched_at": "2022-02-17T13:04:57.000000", "OS-SRV-USG:terminated_at": "2022-02-17T13:15:54.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-02-17 13:15:54,583 129459 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-02-17 13:15:55,621 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e 0.037s 2022-02-17 13:15:55,622 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:55 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-1868d1b7-76ed-4aa5-bbf8-ca7dfc69ae47', 'x-compute-request-id': 'req-1868d1b7-76ed-4aa5-bbf8-ca7dfc69ae47', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/de65b398-37b7-49a9-8d17-3d6ee34ea97e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance de65b398-37b7-49a9-8d17-3d6ee34ea97e could not be found."}}' 2022-02-17 13:15:55,712 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1492747467 0.089s 2022-02-17 13:15:55,712 129459 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:55 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-3a82e450-1744-43e7-a1f4-4aba3bd46cf0', 'x-compute-request-id': 'req-3a82e450-1744-43e7-a1f4-4aba3bd46cf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-keypair-1492747467'} Body: b'' 2022-02-17 13:15:55,907 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/b7bfb4e1-5842-4067-a30b-8f4154a293d0 0.194s 2022-02-17 13:15:55,907 129459 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-87ec1b45-1f78-4c97-8866-daee5143a644', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:15:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/b7bfb4e1-5842-4067-a30b-8f4154a293d0'} Body: b'' 2022-02-17 13:15:55,930 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.67:9696/v2.0/security-groups/b7bfb4e1-5842-4067-a30b-8f4154a293d0 0.022s 2022-02-17 13:15:55,931 129459 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-cdfc34f4-656e-4965-8f89-328ed1651f7a', 'date': 'Thu, 17 Feb 2022 13:15:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/b7bfb4e1-5842-4067-a30b-8f4154a293d0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b7bfb4e1-5842-4067-a30b-8f4154a293d0 does not exist", "detail": ""}}' 2022-02-17 13:15:56,507 129459 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/6f22870d-6f06-43d5-9591-bcb279f5d11b 0.575s 2022-02-17 13:15:56,507 129459 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-8523faf2-7244-4473-a59a-d8afc931e3f7', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:15:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/6f22870d-6f06-43d5-9591-bcb279f5d11b'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 523, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 7e70abb3-7f0e-4e2e-ac5e-bb530b2f4174 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt12.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt12.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft12.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-02-17 12:55:58,241 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.135s 2022-02-17 12:55:58,241 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:58 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-ab5127f2-6b11-4e68-add4-004ae2d78e91', '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": "0a3b892d8e764facb39f9de0ce839c34", "name": "tempest-AttachVolumeNegativeTest-270684817-project", "password_expires_at": null}, "audit_ids": ["W0SuDiFxSQeTkxl6UUuMWw"], "expires_at": "2022-02-17T13:55:58.000000Z", "issued_at": "2022-02-17T12:55:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0c17d91c46f4e07a7558230c0c868f4", "name": "tempest-AttachVolumeNegativeTest-270684817"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_a0c17d91c46f4e07a7558230c0c868f4", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/a0c17d91c46f4e07a7558230c0c868f4", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 12:55:58,242 129466 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'fbb89b9a-1fd7-4eaf-9621-a63ac884f92f', 'name': 'tempest-AttachVolumeNegativeTest-891769195-network', 'tenant_id': 'a0c17d91c46f4e07a7558230c0c868f4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0c17d91c46f4e07a7558230c0c868f4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:52:45Z', 'updated_at': '2022-02-17T12:52:45Z', 'revision_number': 1} available for tenant 2022-02-17 12:56:10,211 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.67/compute/v2.1/servers 11.967s 2022-02-17 12:56:10,211 129466 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-774327208", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "networks": [{"uuid": "fbb89b9a-1fd7-4eaf-9621-a63ac884f92f"}]}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78779a76-4ef3-493e-a3c5-a6072e78d936', 'x-compute-request-id': 'req-78779a76-4ef3-493e-a3c5-a6072e78d936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ys9otwDhiGJD"}}' 2022-02-17 12:56:10,293 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.079s 2022-02-17 12:56:10,293 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b52dcf47-0487-43ae-8ed0-14454efc24cb', 'x-compute-request-id': 'req-b52dcf47-0487-43ae-8ed0-14454efc24cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:11,389 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.087s 2022-02-17 12:56:11,390 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1221', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24616b9b-5630-4c62-940c-dc6ac63315c8', 'x-compute-request-id': 'req-24616b9b-5630-4c62-940c-dc6ac63315c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:56:12,530 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.131s 2022-02-17 12:56:12,531 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3927654-d890-4fab-8291-64ee0bc29d13', 'x-compute-request-id': 'req-f3927654-d890-4fab-8291-64ee0bc29d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:12,538 129466 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2022-02-17 12:56:13,885 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.345s 2022-02-17 12:56:13,886 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87ee35c-44f8-4d5f-af90-8311b13d398c', 'x-compute-request-id': 'req-f87ee35c-44f8-4d5f-af90-8311b13d398c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:13,894 129466 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-02-17 12:56:15,093 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.198s 2022-02-17 12:56:15,093 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df770d10-a834-4618-b808-68e7265c956d', 'x-compute-request-id': 'req-df770d10-a834-4618-b808-68e7265c956d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:16,264 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.162s 2022-02-17 12:56:16,264 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b14ff627-ca92-450a-bcbb-e8951132005b', 'x-compute-request-id': 'req-b14ff627-ca92-450a-bcbb-e8951132005b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:17,447 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.174s 2022-02-17 12:56:17,447 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-846fa167-3817-4554-82d0-92a4be35c743', 'x-compute-request-id': 'req-846fa167-3817-4554-82d0-92a4be35c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:18,654 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.197s 2022-02-17 12:56:18,654 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efca2d01-7e78-457a-9f48-103d7d36e5f7', 'x-compute-request-id': 'req-efca2d01-7e78-457a-9f48-103d7d36e5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:19,853 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.191s 2022-02-17 12:56:19,854 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d413fd1-a4e7-4df4-8571-d8a1ac0c5f25', 'x-compute-request-id': 'req-2d413fd1-a4e7-4df4-8571-d8a1ac0c5f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:21,037 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.174s 2022-02-17 12:56:21,037 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf06b91e-ddf7-40c5-9c46-6e3f3881cd39', 'x-compute-request-id': 'req-cf06b91e-ddf7-40c5-9c46-6e3f3881cd39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:22,207 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.161s 2022-02-17 12:56:22,207 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e796ed8b-5993-456e-86b6-37a7736a3f8f', 'x-compute-request-id': 'req-e796ed8b-5993-456e-86b6-37a7736a3f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:23,382 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.166s 2022-02-17 12:56:23,383 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7d80b75-9d7f-4634-bd64-750799c35557', 'x-compute-request-id': 'req-f7d80b75-9d7f-4634-bd64-750799c35557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:24,558 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.167s 2022-02-17 12:56:24,558 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92c96c87-26a2-423e-8090-06253701cd2b', 'x-compute-request-id': 'req-92c96c87-26a2-423e-8090-06253701cd2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:25,729 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.162s 2022-02-17 12:56:25,730 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f470fa8-e25c-43b3-8e5d-060e366587fa', 'x-compute-request-id': 'req-0f470fa8-e25c-43b3-8e5d-060e366587fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:27,146 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.407s 2022-02-17 12:56:27,146 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa526a1c-b5b7-4a7f-953d-c336cd52e204', 'x-compute-request-id': 'req-aa526a1c-b5b7-4a7f-953d-c336cd52e204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:28,330 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.176s 2022-02-17 12:56:28,330 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e24590fd-300b-40c1-bea6-9fdd98dd0433', 'x-compute-request-id': 'req-e24590fd-300b-40c1-bea6-9fdd98dd0433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:29,533 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.195s 2022-02-17 12:56:29,533 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59eeb701-5983-4931-ac20-d6f5f27bf705', 'x-compute-request-id': 'req-59eeb701-5983-4931-ac20-d6f5f27bf705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "BUILD", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "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-02-17 12:56:30,705 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f 0.163s 2022-02-17 12:56:30,706 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1506', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-806d20ef-e91b-4e56-b178-d40cfe772743', 'x-compute-request-id': 'req-806d20ef-e91b-4e56-b178-d40cfe772743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f'} Body: b'{"server": {"id": "96c0452f-9259-4977-b6ed-b7788479886f", "name": "tempest-AttachVolumeNegativeTest-server-774327208", "status": "ACTIVE", "tenant_id": "a0c17d91c46f4e07a7558230c0c868f4", "user_id": "0a3b892d8e764facb39f9de0ce839c34", "metadata": {}, "hostId": "61c21fada5cf55fea3c1cb4b11de0d4216bf3cffb76d32f1f80021cc", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:10Z", "updated": "2022-02-17T12:56:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-891769195-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:19:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/96c0452f-9259-4977-b6ed-b7788479886f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:56:29.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-02-17 12:56:30,713 129466 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-02-17 12:56:31,205 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes 0.492s 2022-02-17 12:56:31,206 129466 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-1965006088"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ae2eba-70ee-40c9-865c-dffe4806189b', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ae2eba-70ee-40c9-865c-dffe4806189b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:30.933272", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 12:56:31,253 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.041s 2022-02-17 12:56:31,254 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f4911b-1dc8-4d9b-83f2-49d4882a8c46', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f4911b-1dc8-4d9b-83f2-49d4882a8c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:32,302 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.040s 2022-02-17 12:56:32,303 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b9202b-c889-413a-be3e-8345a7eaa5ea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b9202b-c889-413a-be3e-8345a7eaa5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:31.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:33,349 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.038s 2022-02-17 12:56:33,349 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961e45e7-1b05-4a74-920c-38eb642b4bab', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961e45e7-1b05-4a74-920c-38eb642b4bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:33,356 129466 INFO [tempest.common.waiters] volume 73e2414f-2fda-4233-a34c-6bdfe12301bb reached available after waiting for 2.356213 seconds 2022-02-17 12:56:34,185 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 POST http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.828s 2022-02-17 12:56:34,185 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e2362ed-bd91-4c5a-8993-02613948ed08', 'x-compute-request-id': 'req-3e2362ed-bd91-4c5a-8993-02613948ed08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "device": "/dev/sdb"}}' 2022-02-17 12:56:34,235 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.048s 2022-02-17 12:56:34,236 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96f169d-99ff-4dff-91e9-16254dcdcf15', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96f169d-99ff-4dff-91e9-16254dcdcf15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:35,292 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.047s 2022-02-17 12:56:35,292 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf9d03b-f2ef-467d-889e-d02541d70b4d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf9d03b-f2ef-467d-889e-d02541d70b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:36,344 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.044s 2022-02-17 12:56:36,345 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da2390e-0e8f-46cc-946b-59423558c0db', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da2390e-0e8f-46cc-946b-59423558c0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:37,398 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.045s 2022-02-17 12:56:37,398 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0aabd52-f1db-403e-b8b0-fcea84f5136c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0aabd52-f1db-403e-b8b0-fcea84f5136c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:38,540 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.134s 2022-02-17 12:56:38,541 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9c983f5-e3a2-48d0-95fb-aa6b8b3a6168', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9c983f5-e3a2-48d0-95fb-aa6b8b3a6168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:39,598 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.051s 2022-02-17 12:56:39,599 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2a0398-8f34-450a-a089-f08d29093dca', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2a0398-8f34-450a-a089-f08d29093dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:40,655 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.048s 2022-02-17 12:56:40,655 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8cbf8d-cc55-47c9-89dd-22a19daf0193', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8cbf8d-cc55-47c9-89dd-22a19daf0193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:41,705 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.041s 2022-02-17 12:56:41,705 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f38f730-43a4-4096-8328-522a7ae088c6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f38f730-43a4-4096-8328-522a7ae088c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:42,756 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.043s 2022-02-17 12:56:42,756 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e97595-3e4c-4fae-bfb2-f8ed09f91e30', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e97595-3e4c-4fae-bfb2-f8ed09f91e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:43,805 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.041s 2022-02-17 12:56:43,805 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaddb3a1-451f-4177-a094-7fe33dbb662e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaddb3a1-451f-4177-a094-7fe33dbb662e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:44,856 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.042s 2022-02-17 12:56:44,856 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b611eb04-5c48-4cb7-92eb-504693b3970d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b611eb04-5c48-4cb7-92eb-504693b3970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:45,907 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.042s 2022-02-17 12:56:45,907 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ac83b48-722c-4bfa-b8b1-208b3d8df5f8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ac83b48-722c-4bfa-b8b1-208b3d8df5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:46,958 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.043s 2022-02-17 12:56:46,958 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e9b604-5abc-4fcd-aab9-e50c33b0329b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e9b604-5abc-4fcd-aab9-e50c33b0329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:48,008 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.042s 2022-02-17 12:56:48,009 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c9a7053-116e-48e5-b4e0-8d2de0c010f8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c9a7053-116e-48e5-b4e0-8d2de0c010f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:49,060 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.043s 2022-02-17 12:56:49,061 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc9c4004-b822-47eb-84d7-45e475552d04', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc9c4004-b822-47eb-84d7-45e475552d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:49,068 129466 INFO [tempest.common.waiters] Attachment e3c72b20-6014-4861-bd7d-5d8c0ce2acc1 created for volume 73e2414f-2fda-4233-a34c-6bdfe12301bb to server 96c0452f-9259-4977-b6ed-b7788479886f after waiting for 15.068627 seconds 2022-02-17 12:56:49,111 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.042s 2022-02-17 12:56:49,118 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9cc3f8-fdf4-421e-ad61-1385c4cdab24', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9cc3f8-fdf4-421e-ad61-1385c4cdab24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:49,125 129466 INFO [tempest.common.waiters] volume 73e2414f-2fda-4233-a34c-6bdfe12301bb reached in-use after waiting for 0.125081 seconds 2022-02-17 12:56:49,175 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 DELETE http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.049s 2022-02-17 12:56:49,176 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02c0f55-aa4d-4f28-af08-b03efa679edb', 'x-openstack-request-id': 'req-e02c0f55-aa4d-4f28-af08-b03efa679edb', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} 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 or be disassociated from snapshots after volume transfer."}}' 2022-02-17 12:56:49,222 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.044s 2022-02-17 12:56:49,222 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbc02be-5eaa-425b-a713-ea964fc96f28', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbc02be-5eaa-425b-a713-ea964fc96f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 12:56:49,529 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments/73e2414f-2fda-4233-a34c-6bdfe12301bb 0.299s 2022-02-17 12:56:49,529 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-1b9d68c9-614b-4483-8ae7-9432b5fbe075', 'x-compute-request-id': 'req-1b9d68c9-614b-4483-8ae7-9432b5fbe075', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'' 2022-02-17 12:56:49,579 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:56:49,579 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-3b2f6f27-2d04-4a47-b758-18f56b2b9a30', 'x-compute-request-id': 'req-3b2f6f27-2d04-4a47-b758-18f56b2b9a30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:50,632 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:56:50,633 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-07793f9f-f715-4bfa-9f21-e6ac7ec9f605', 'x-compute-request-id': 'req-07793f9f-f715-4bfa-9f21-e6ac7ec9f605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:51,690 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 12:56:51,690 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-117fd51f-4665-47cb-80a2-536e629cf2dc', 'x-compute-request-id': 'req-117fd51f-4665-47cb-80a2-536e629cf2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:52,746 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:56:52,746 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-caa70c32-cc12-4634-b874-39e70cf93bca', 'x-compute-request-id': 'req-caa70c32-cc12-4634-b874-39e70cf93bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:53,808 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 12:56:53,808 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-a6373fee-54ec-4fe6-a236-bb6005ca01f1', 'x-compute-request-id': 'req-a6373fee-54ec-4fe6-a236-bb6005ca01f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:54,859 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:56:54,859 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-9a04d4c0-50c2-4d93-a51d-cfba0158fd3c', 'x-compute-request-id': 'req-9a04d4c0-50c2-4d93-a51d-cfba0158fd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:55,913 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:56:55,914 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-4d6ed761-09e0-47ec-8bd1-8c277d84e74b', 'x-compute-request-id': 'req-4d6ed761-09e0-47ec-8bd1-8c277d84e74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:56,966 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:56:56,967 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-47f4ccaa-dbec-4378-a9cb-e82fec831cea', 'x-compute-request-id': 'req-47f4ccaa-dbec-4378-a9cb-e82fec831cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:58,025 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 12:56:58,025 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-4a87a2b7-e3d7-4316-82dc-657e594e0df3', 'x-compute-request-id': 'req-4a87a2b7-e3d7-4316-82dc-657e594e0df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:56:59,078 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:56:59,078 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56: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-b4347b2b-d930-430a-b636-3b081e112366', 'x-compute-request-id': 'req-b4347b2b-d930-430a-b636-3b081e112366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:00,130 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:00,131 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-42a9d0fa-ed83-40eb-8a06-a212b882fa80', 'x-compute-request-id': 'req-42a9d0fa-ed83-40eb-8a06-a212b882fa80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:01,186 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:57:01,186 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-e23731eb-fa11-48c9-894b-6da6ce4b9b44', 'x-compute-request-id': 'req-e23731eb-fa11-48c9-894b-6da6ce4b9b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:02,243 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:57:02,244 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-8f0e33ab-3ecf-439e-8d34-2a39bb708b3d', 'x-compute-request-id': 'req-8f0e33ab-3ecf-439e-8d34-2a39bb708b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:03,299 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:57:03,300 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-025eddb2-fc19-46d8-9ac4-7593f9027cc5', 'x-compute-request-id': 'req-025eddb2-fc19-46d8-9ac4-7593f9027cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:04,351 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:04,351 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-0e92bf76-89e0-41d9-8193-1bc10b23695c', 'x-compute-request-id': 'req-0e92bf76-89e0-41d9-8193-1bc10b23695c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:05,402 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:05,402 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-ce4facad-d3de-4783-b3b8-98a51029c97b', 'x-compute-request-id': 'req-ce4facad-d3de-4783-b3b8-98a51029c97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:06,453 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:06,453 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-61e80a3d-333e-4e0e-ae5b-84ae870d2ac5', 'x-compute-request-id': 'req-61e80a3d-333e-4e0e-ae5b-84ae870d2ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:07,506 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:07,506 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-cbdbcdf5-223b-4462-88c9-8cf60beaa408', 'x-compute-request-id': 'req-cbdbcdf5-223b-4462-88c9-8cf60beaa408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:08,559 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:08,560 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-4b82a32b-04cd-4b3b-8414-5d6ff0aba5cc', 'x-compute-request-id': 'req-4b82a32b-04cd-4b3b-8414-5d6ff0aba5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:09,612 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:09,612 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-0ad2cab1-b934-40a4-afc5-6226750e231e', 'x-compute-request-id': 'req-0ad2cab1-b934-40a4-afc5-6226750e231e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:10,665 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:10,665 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-4ffffa58-c90d-4f4b-951f-d17c6a4710ee', 'x-compute-request-id': 'req-4ffffa58-c90d-4f4b-951f-d17c6a4710ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:11,722 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:57:11,723 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-904084d8-fc27-4055-9d5a-9a9d1db4604b', 'x-compute-request-id': 'req-904084d8-fc27-4055-9d5a-9a9d1db4604b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:12,775 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:12,775 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-3b336ae8-3949-4975-8b07-29126f0d653b', 'x-compute-request-id': 'req-3b336ae8-3949-4975-8b07-29126f0d653b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:13,833 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 12:57:13,833 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-551a7baa-7c7c-4fcb-9fd0-eea6cea47d51', 'x-compute-request-id': 'req-551a7baa-7c7c-4fcb-9fd0-eea6cea47d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:14,892 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 12:57:14,892 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-c3324810-cb66-4a90-bdfd-0039da0b7dfb', 'x-compute-request-id': 'req-c3324810-cb66-4a90-bdfd-0039da0b7dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:15,946 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:57:15,947 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-93f76919-75f2-4de9-972c-cad1d5199813', 'x-compute-request-id': 'req-93f76919-75f2-4de9-972c-cad1d5199813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:17,006 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.056s 2022-02-17 12:57:17,007 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-bbf9df0e-ec19-42e1-95ac-31dcf2128173', 'x-compute-request-id': 'req-bbf9df0e-ec19-42e1-95ac-31dcf2128173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:18,060 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:18,061 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-4dcad42a-98da-4412-90ba-dab328b8b7f4', 'x-compute-request-id': 'req-4dcad42a-98da-4412-90ba-dab328b8b7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:19,112 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:19,112 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-63441461-43bc-4310-9c07-5c97edb798f2', 'x-compute-request-id': 'req-63441461-43bc-4310-9c07-5c97edb798f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:20,166 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:20,175 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-75fc20bc-471b-4c82-8071-6871b705bd5d', 'x-compute-request-id': 'req-75fc20bc-471b-4c82-8071-6871b705bd5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:21,239 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.061s 2022-02-17 12:57:21,240 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-0ca3f255-f166-489e-bd38-fcbd8fc6579a', 'x-compute-request-id': 'req-0ca3f255-f166-489e-bd38-fcbd8fc6579a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:22,294 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:57:22,295 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-402b5795-18e2-469f-abc2-5ad3192fdfc4', 'x-compute-request-id': 'req-402b5795-18e2-469f-abc2-5ad3192fdfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:23,366 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.068s 2022-02-17 12:57:23,366 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-14dd9425-ebe0-4ac9-8eb4-4e59204037a4', 'x-compute-request-id': 'req-14dd9425-ebe0-4ac9-8eb4-4e59204037a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:24,421 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:57:24,421 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-7e90a6a0-a389-454c-be86-ec96c363732e', 'x-compute-request-id': 'req-7e90a6a0-a389-454c-be86-ec96c363732e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:25,506 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.082s 2022-02-17 12:57:25,506 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-507a49b3-ac15-42c1-a3a3-6e71553321b4', 'x-compute-request-id': 'req-507a49b3-ac15-42c1-a3a3-6e71553321b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:26,579 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.068s 2022-02-17 12:57:26,579 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-d4fa4fea-c49a-4e96-ab2a-54bde9db640a', 'x-compute-request-id': 'req-d4fa4fea-c49a-4e96-ab2a-54bde9db640a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:27,656 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.073s 2022-02-17 12:57:27,656 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-ee85e907-32e9-42aa-b7dd-7d0c75555a84', 'x-compute-request-id': 'req-ee85e907-32e9-42aa-b7dd-7d0c75555a84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:28,721 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.062s 2022-02-17 12:57:28,721 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-1844e14b-f0f4-43a2-9819-fe03b90a6a16', 'x-compute-request-id': 'req-1844e14b-f0f4-43a2-9819-fe03b90a6a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:29,838 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.113s 2022-02-17 12:57:29,838 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-8fa049f7-9b9f-4829-a6c3-ad0b75238166', 'x-compute-request-id': 'req-8fa049f7-9b9f-4829-a6c3-ad0b75238166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:30,894 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:57:30,894 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-36b5bd19-4c97-476a-833f-3723edbb9bfa', 'x-compute-request-id': 'req-36b5bd19-4c97-476a-833f-3723edbb9bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:31,957 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.060s 2022-02-17 12:57:31,958 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-362b9412-ce47-4f12-be99-27e5b3ef3b88', 'x-compute-request-id': 'req-362b9412-ce47-4f12-be99-27e5b3ef3b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:33,016 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 12:57:33,017 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-ccd0ddc1-dda2-4e39-94a0-1aa6c894f87c', 'x-compute-request-id': 'req-ccd0ddc1-dda2-4e39-94a0-1aa6c894f87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:34,071 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:57:34,072 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-ffb780c5-ccc8-45cc-b291-164d33eebee1', 'x-compute-request-id': 'req-ffb780c5-ccc8-45cc-b291-164d33eebee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:35,136 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.061s 2022-02-17 12:57:35,137 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-dfbaeeb3-14b1-4040-a8ca-ede6df2b9e5b', 'x-compute-request-id': 'req-dfbaeeb3-14b1-4040-a8ca-ede6df2b9e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:36,212 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.072s 2022-02-17 12:57:36,212 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-f15097ed-7cb2-4579-9cff-e9e4e06fb948', 'x-compute-request-id': 'req-f15097ed-7cb2-4579-9cff-e9e4e06fb948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:37,271 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 12:57:37,272 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-0b069d62-a242-47cc-8d53-28e6aef2ad0a', 'x-compute-request-id': 'req-0b069d62-a242-47cc-8d53-28e6aef2ad0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:38,325 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:57:38,326 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-e9ccd57d-baff-432f-802f-905786628926', 'x-compute-request-id': 'req-e9ccd57d-baff-432f-802f-905786628926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:39,376 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:39,376 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-4d3466ff-61c6-4de5-b7ec-f15e3742117f', 'x-compute-request-id': 'req-4d3466ff-61c6-4de5-b7ec-f15e3742117f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:40,427 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:40,428 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-bf7b480d-fd1c-40b6-8d4d-86ae4bc48a9c', 'x-compute-request-id': 'req-bf7b480d-fd1c-40b6-8d4d-86ae4bc48a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:41,480 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:41,480 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-c59be3e3-1b93-499e-85f0-30ba942ed31b', 'x-compute-request-id': 'req-c59be3e3-1b93-499e-85f0-30ba942ed31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:42,532 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:42,532 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-853fb561-0650-49f3-a0b9-68b2978a5cf1', 'x-compute-request-id': 'req-853fb561-0650-49f3-a0b9-68b2978a5cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:43,584 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:43,584 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-cb917c2c-4b43-4d78-be50-5abaa8480abd', 'x-compute-request-id': 'req-cb917c2c-4b43-4d78-be50-5abaa8480abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:44,635 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:44,635 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-8e0d45d4-d361-4265-bb4f-19a8a5187078', 'x-compute-request-id': 'req-8e0d45d4-d361-4265-bb4f-19a8a5187078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:45,693 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 12:57:45,693 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-f97dedd8-259d-4ab5-ab10-ffca6342e279', 'x-compute-request-id': 'req-f97dedd8-259d-4ab5-ab10-ffca6342e279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:46,747 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:57:46,747 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-01cd06b7-5ce9-43e8-a137-b754ff902219', 'x-compute-request-id': 'req-01cd06b7-5ce9-43e8-a137-b754ff902219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:47,910 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.160s 2022-02-17 12:57:47,910 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-e97a5d9f-fae9-463d-a53e-c6694d96c1b8', 'x-compute-request-id': 'req-e97a5d9f-fae9-463d-a53e-c6694d96c1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:48,964 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:57:48,965 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-ee111e84-afa9-4b42-bc31-11002623b19a', 'x-compute-request-id': 'req-ee111e84-afa9-4b42-bc31-11002623b19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:50,019 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:57:50,020 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-6e230c4d-41d2-4be0-ae60-a7688bbc734d', 'x-compute-request-id': 'req-6e230c4d-41d2-4be0-ae60-a7688bbc734d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:51,071 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:51,072 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-9e01f25f-db90-4c44-9fb3-3bfd44870e73', 'x-compute-request-id': 'req-9e01f25f-db90-4c44-9fb3-3bfd44870e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:52,129 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:57:52,129 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-1fe3f970-0964-43a4-ac2c-8de5e44545df', 'x-compute-request-id': 'req-1fe3f970-0964-43a4-ac2c-8de5e44545df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:53,190 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 12:57:53,190 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-2111e04b-5e80-4c89-9bee-6d4f189488f0', 'x-compute-request-id': 'req-2111e04b-5e80-4c89-9bee-6d4f189488f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:54,243 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:54,244 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-356945cd-4601-42bf-afff-904399fd4232', 'x-compute-request-id': 'req-356945cd-4601-42bf-afff-904399fd4232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:55,306 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.059s 2022-02-17 12:57:55,307 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-0f03f835-0d17-46c8-a063-e77b1f5ee75c', 'x-compute-request-id': 'req-0f03f835-0d17-46c8-a063-e77b1f5ee75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:56,359 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:57:56,360 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-051819e7-51bf-4a41-9f47-26cb815959c1', 'x-compute-request-id': 'req-051819e7-51bf-4a41-9f47-26cb815959c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:57,411 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:57:57,411 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-e33609a7-2b6e-4e49-9b6d-51fe67c299b3', 'x-compute-request-id': 'req-e33609a7-2b6e-4e49-9b6d-51fe67c299b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:58,461 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:58,461 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-b34fd138-0915-4133-836d-027548a12fe2', 'x-compute-request-id': 'req-b34fd138-0915-4133-836d-027548a12fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:57:59,511 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:57:59,511 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57: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-872f5e9d-ad74-4213-9468-1eca79f13f98', 'x-compute-request-id': 'req-872f5e9d-ad74-4213-9468-1eca79f13f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:00,562 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:00,563 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-afd051ff-4880-4037-b3be-a4db6e7d6173', 'x-compute-request-id': 'req-afd051ff-4880-4037-b3be-a4db6e7d6173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:01,617 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:01,617 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-9e674989-8135-4d3b-acfc-581902d800ed', 'x-compute-request-id': 'req-9e674989-8135-4d3b-acfc-581902d800ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:02,668 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:58:02,668 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-e7dc56ac-4b00-4fc4-880f-7f8eb0c83d20', 'x-compute-request-id': 'req-e7dc56ac-4b00-4fc4-880f-7f8eb0c83d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:03,718 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:58:03,719 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-17690af4-6e0f-4c51-902b-d8483a9f719a', 'x-compute-request-id': 'req-17690af4-6e0f-4c51-902b-d8483a9f719a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:04,773 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:58:04,774 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-aa3c40e4-9ca4-4cac-8cbb-fa4eebe84885', 'x-compute-request-id': 'req-aa3c40e4-9ca4-4cac-8cbb-fa4eebe84885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:05,829 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:05,830 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-505845f8-5013-436e-9ba8-0ecf4ec6d6ef', 'x-compute-request-id': 'req-505845f8-5013-436e-9ba8-0ecf4ec6d6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:06,882 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:06,883 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-cab7c86c-7b77-4ca7-b9bd-17a59157ec51', 'x-compute-request-id': 'req-cab7c86c-7b77-4ca7-b9bd-17a59157ec51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:07,942 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.057s 2022-02-17 12:58:07,943 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-073b47b8-d3cf-4ba2-89bd-aafb41aeca97', 'x-compute-request-id': 'req-073b47b8-d3cf-4ba2-89bd-aafb41aeca97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:09,015 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.069s 2022-02-17 12:58:09,015 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-5d2f450b-35ac-4ee4-9f3e-951fa095b1d0', 'x-compute-request-id': 'req-5d2f450b-35ac-4ee4-9f3e-951fa095b1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:10,081 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.063s 2022-02-17 12:58:10,082 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-3d2febfe-9b1a-4a94-a1ee-7212962d3a49', 'x-compute-request-id': 'req-3d2febfe-9b1a-4a94-a1ee-7212962d3a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:11,135 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:11,135 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-94990ffa-8de4-43f4-aa41-2eba58d200eb', 'x-compute-request-id': 'req-94990ffa-8de4-43f4-aa41-2eba58d200eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:12,226 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.087s 2022-02-17 12:58:12,227 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-02f587fd-742f-4b7d-917b-fb848d46da51', 'x-compute-request-id': 'req-02f587fd-742f-4b7d-917b-fb848d46da51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:13,288 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.056s 2022-02-17 12:58:13,289 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-46d568de-b404-4369-9e4e-21756b3a83a8', 'x-compute-request-id': 'req-46d568de-b404-4369-9e4e-21756b3a83a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:14,346 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:58:14,346 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-1e4e6838-120f-4918-ba17-e9184b45fa33', 'x-compute-request-id': 'req-1e4e6838-120f-4918-ba17-e9184b45fa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:15,406 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.056s 2022-02-17 12:58:15,406 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-3f8c4cf7-6cc6-4ddf-b85b-aac45f76888d', 'x-compute-request-id': 'req-3f8c4cf7-6cc6-4ddf-b85b-aac45f76888d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:16,462 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:58:16,462 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-1638d96c-dc8c-419f-9f2f-5f75cfaa6d41', 'x-compute-request-id': 'req-1638d96c-dc8c-419f-9f2f-5f75cfaa6d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:17,517 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:17,518 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-3d4175eb-04a5-40b8-ba10-4deeed14e9ec', 'x-compute-request-id': 'req-3d4175eb-04a5-40b8-ba10-4deeed14e9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:18,599 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.079s 2022-02-17 12:58:18,600 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-ca75c7ef-88c7-4e24-a533-cb50e7e3e764', 'x-compute-request-id': 'req-ca75c7ef-88c7-4e24-a533-cb50e7e3e764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:19,655 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:19,655 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-2adc79a2-370c-4059-adb4-40d5557818d4', 'x-compute-request-id': 'req-2adc79a2-370c-4059-adb4-40d5557818d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:20,708 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:20,709 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-f28d9608-1282-4559-b900-619bc3722583', 'x-compute-request-id': 'req-f28d9608-1282-4559-b900-619bc3722583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:21,761 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:21,761 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-ec057678-3e3a-4752-af0f-9996bfa8dcfd', 'x-compute-request-id': 'req-ec057678-3e3a-4752-af0f-9996bfa8dcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:22,817 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:58:22,817 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-4cd4559d-182e-4733-b1c5-d0be2e9859a9', 'x-compute-request-id': 'req-4cd4559d-182e-4733-b1c5-d0be2e9859a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:23,869 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:23,870 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-4e901ff9-bb27-4807-8cba-4c54d853ff71', 'x-compute-request-id': 'req-4e901ff9-bb27-4807-8cba-4c54d853ff71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:24,932 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.060s 2022-02-17 12:58:24,933 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-3ba20f10-b730-41ad-9c90-56c337708fb1', 'x-compute-request-id': 'req-3ba20f10-b730-41ad-9c90-56c337708fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:25,990 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 12:58:25,990 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-e0b47827-69b5-440c-a39e-5390830cfbf3', 'x-compute-request-id': 'req-e0b47827-69b5-440c-a39e-5390830cfbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:27,055 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.061s 2022-02-17 12:58:27,055 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-2f364599-350b-46ed-a1de-11d3a8861021', 'x-compute-request-id': 'req-2f364599-350b-46ed-a1de-11d3a8861021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:28,110 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:28,111 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-85952122-010f-451b-bf18-7152061561bb', 'x-compute-request-id': 'req-85952122-010f-451b-bf18-7152061561bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:29,164 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:29,164 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-a290ff7c-8891-4c68-b274-c7d73a5869ae', 'x-compute-request-id': 'req-a290ff7c-8891-4c68-b274-c7d73a5869ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:30,217 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:30,217 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-d97abd85-7322-45cb-9115-d9943be8bc0b', 'x-compute-request-id': 'req-d97abd85-7322-45cb-9115-d9943be8bc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:31,274 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:31,274 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-58582d1b-a0a5-41f5-ab54-ac466027e43e', 'x-compute-request-id': 'req-58582d1b-a0a5-41f5-ab54-ac466027e43e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:32,329 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:58:32,329 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-f844bf20-e6ea-4a45-b4c2-fee616b7d87e', 'x-compute-request-id': 'req-f844bf20-e6ea-4a45-b4c2-fee616b7d87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:33,379 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:58:33,379 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-e3055623-0d03-40a3-8837-5b3fe02337bd', 'x-compute-request-id': 'req-e3055623-0d03-40a3-8837-5b3fe02337bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:34,430 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:34,431 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-93dbb54a-c788-4f8d-9bee-883984c5bee0', 'x-compute-request-id': 'req-93dbb54a-c788-4f8d-9bee-883984c5bee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:35,487 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:35,487 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-5abfecd0-1207-46dd-bdf0-2ca58bef38af', 'x-compute-request-id': 'req-5abfecd0-1207-46dd-bdf0-2ca58bef38af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:36,549 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 12:58:36,549 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-56e4271c-70b3-42d4-8883-1f4529d71b90', 'x-compute-request-id': 'req-56e4271c-70b3-42d4-8883-1f4529d71b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:37,607 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 12:58:37,607 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-2cbdff2f-12c4-4d2c-bbd6-50fd9c46e3d0', 'x-compute-request-id': 'req-2cbdff2f-12c4-4d2c-bbd6-50fd9c46e3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:38,659 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:38,660 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-d03c6a6f-5741-4f52-acf4-0f44fe61e8d4', 'x-compute-request-id': 'req-d03c6a6f-5741-4f52-acf4-0f44fe61e8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:39,711 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:39,712 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-ae200c46-e886-4699-ac5b-b9dac2f31c1e', 'x-compute-request-id': 'req-ae200c46-e886-4699-ac5b-b9dac2f31c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:40,764 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:40,765 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-5d060293-d43a-463f-9866-d4b67e6ed71a', 'x-compute-request-id': 'req-5d060293-d43a-463f-9866-d4b67e6ed71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:41,817 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:41,818 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-d7d3f5ff-d54f-424d-b29b-3c51f9642b6d', 'x-compute-request-id': 'req-d7d3f5ff-d54f-424d-b29b-3c51f9642b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:42,868 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:42,868 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-924b7b7b-955e-4218-95d8-b98dc2ee7b9b', 'x-compute-request-id': 'req-924b7b7b-955e-4218-95d8-b98dc2ee7b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:43,922 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:58:43,922 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-161d1475-397b-4eda-a1e2-234c3c8a4d25', 'x-compute-request-id': 'req-161d1475-397b-4eda-a1e2-234c3c8a4d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:44,974 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:44,975 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-d85e90ef-c16a-4fd3-ae02-29b5fe79ae83', 'x-compute-request-id': 'req-d85e90ef-c16a-4fd3-ae02-29b5fe79ae83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:46,040 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.062s 2022-02-17 12:58:46,040 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-41b31c55-ff84-4f16-827f-cddfbef71abe', 'x-compute-request-id': 'req-41b31c55-ff84-4f16-827f-cddfbef71abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:47,096 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:58:47,097 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-2b8cd555-805f-4bb5-b935-f1d6b5987610', 'x-compute-request-id': 'req-2b8cd555-805f-4bb5-b935-f1d6b5987610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:48,150 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:48,150 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-f7fde882-1e36-4bdb-bb7a-b1a4c2830c64', 'x-compute-request-id': 'req-f7fde882-1e36-4bdb-bb7a-b1a4c2830c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:49,212 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 12:58:49,212 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-d925896c-5fad-4fee-88c1-51f8dfdf02da', 'x-compute-request-id': 'req-d925896c-5fad-4fee-88c1-51f8dfdf02da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:50,263 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:50,263 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-e6e8485a-8259-4a36-b9fa-1b770875fa04', 'x-compute-request-id': 'req-e6e8485a-8259-4a36-b9fa-1b770875fa04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:51,314 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:51,314 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-0d8bcf2b-3dd6-42fd-a148-c21a74550e82', 'x-compute-request-id': 'req-0d8bcf2b-3dd6-42fd-a148-c21a74550e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:52,366 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:52,367 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-fefe0c0b-3b24-40d1-9467-19b20a688c19', 'x-compute-request-id': 'req-fefe0c0b-3b24-40d1-9467-19b20a688c19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:53,417 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:58:53,418 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-656f18bd-e196-4d5b-9451-dc08caec5a80', 'x-compute-request-id': 'req-656f18bd-e196-4d5b-9451-dc08caec5a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:54,468 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:58:54,468 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-8c9f623d-1390-46d9-a3c0-97ca7222af27', 'x-compute-request-id': 'req-8c9f623d-1390-46d9-a3c0-97ca7222af27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:55,526 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 12:58:55,526 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-86def744-9345-40d4-ae51-d97d217c74aa', 'x-compute-request-id': 'req-86def744-9345-40d4-ae51-d97d217c74aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:56,579 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:58:56,579 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-fab3daba-6fc7-4e1d-a4cd-c92f0778cdba', 'x-compute-request-id': 'req-fab3daba-6fc7-4e1d-a4cd-c92f0778cdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:57,632 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:57,633 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-30b35412-59e4-47fa-8d4d-61d8f4af0b5c', 'x-compute-request-id': 'req-30b35412-59e4-47fa-8d4d-61d8f4af0b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:58,687 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:58:58,687 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58: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-08904d6e-91a4-4a02-ba88-7796a26f8a8f', 'x-compute-request-id': 'req-08904d6e-91a4-4a02-ba88-7796a26f8a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:58:59,739 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:58:59,740 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57a08f1a-52e8-4465-885a-77522c7b1b6d', 'x-compute-request-id': 'req-57a08f1a-52e8-4465-885a-77522c7b1b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:00,790 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:00,791 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-fd4d6b5e-7118-4b85-b489-006a0dcbc9ea', 'x-compute-request-id': 'req-fd4d6b5e-7118-4b85-b489-006a0dcbc9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:01,841 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:01,842 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-2a8df6fe-8a19-4b0f-9c1b-0f6f11d5bdba', 'x-compute-request-id': 'req-2a8df6fe-8a19-4b0f-9c1b-0f6f11d5bdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:02,893 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:02,893 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-e7f2d94b-0e0c-46f4-8f51-89554b533b06', 'x-compute-request-id': 'req-e7f2d94b-0e0c-46f4-8f51-89554b533b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:03,945 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:03,946 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-5575a752-7118-4e8d-8b8f-d56fe9773c5f', 'x-compute-request-id': 'req-5575a752-7118-4e8d-8b8f-d56fe9773c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:04,996 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:04,997 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-d0f3109e-1765-41a5-b379-6a591e12541e', 'x-compute-request-id': 'req-d0f3109e-1765-41a5-b379-6a591e12541e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:06,048 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:06,049 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-a49163c8-3db5-4aea-aecd-21138fd7f38d', 'x-compute-request-id': 'req-a49163c8-3db5-4aea-aecd-21138fd7f38d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:07,100 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:07,100 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-f3a6363e-6b41-4816-aab0-f9f74bb9ba14', 'x-compute-request-id': 'req-f3a6363e-6b41-4816-aab0-f9f74bb9ba14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:08,149 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 12:59:08,149 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-577e7c46-41b8-4fcf-b03d-c674927a64a0', 'x-compute-request-id': 'req-577e7c46-41b8-4fcf-b03d-c674927a64a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:09,198 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 12:59:09,199 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-0d37f4b1-9156-408d-9848-21b0d205cd3c', 'x-compute-request-id': 'req-0d37f4b1-9156-408d-9848-21b0d205cd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:10,250 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:10,250 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-000cd7cb-f059-4658-8600-b5289810e443', 'x-compute-request-id': 'req-000cd7cb-f059-4658-8600-b5289810e443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:11,301 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:11,302 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-f213a5fc-70b3-49c2-999f-57857f3a651e', 'x-compute-request-id': 'req-f213a5fc-70b3-49c2-999f-57857f3a651e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:12,352 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:12,352 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-34d52967-4913-4e4e-a69a-7f1aa5eff67d', 'x-compute-request-id': 'req-34d52967-4913-4e4e-a69a-7f1aa5eff67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:13,401 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 12:59:13,401 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-9fee0800-03a9-44ce-a0ba-73f831dae95f', 'x-compute-request-id': 'req-9fee0800-03a9-44ce-a0ba-73f831dae95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:14,452 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:14,453 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1197020d-ec40-4ae8-b883-dc082d0ef15f', 'x-compute-request-id': 'req-1197020d-ec40-4ae8-b883-dc082d0ef15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:15,507 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:59:15,507 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-8295a056-97b2-4499-abca-b3b15a26bd9a', 'x-compute-request-id': 'req-8295a056-97b2-4499-abca-b3b15a26bd9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:16,560 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:59:16,560 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-91ff403e-0916-461c-9e1a-2329a7be1e7f', 'x-compute-request-id': 'req-91ff403e-0916-461c-9e1a-2329a7be1e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:17,612 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:17,613 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-aeea8c87-dc1a-4687-80f9-6df6d0dc3d59', 'x-compute-request-id': 'req-aeea8c87-dc1a-4687-80f9-6df6d0dc3d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:18,663 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 12:59:18,663 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-3b392a0f-206f-44ae-a6f9-25668de99c86', 'x-compute-request-id': 'req-3b392a0f-206f-44ae-a6f9-25668de99c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:19,713 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:19,713 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-fd32b5f6-87c9-408b-9876-e2731f6a410d', 'x-compute-request-id': 'req-fd32b5f6-87c9-408b-9876-e2731f6a410d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:20,764 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:20,764 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1fad148c-bc08-4293-aab7-ddda5dc41b82', 'x-compute-request-id': 'req-1fad148c-bc08-4293-aab7-ddda5dc41b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:21,815 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:21,815 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-7955e93e-874a-4825-a2ec-e5d88a930b4e', 'x-compute-request-id': 'req-7955e93e-874a-4825-a2ec-e5d88a930b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:22,865 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:22,866 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-d253a3df-88a5-4b8f-a9ea-502add3694bd', 'x-compute-request-id': 'req-d253a3df-88a5-4b8f-a9ea-502add3694bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:23,918 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:23,919 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-8a839013-0f10-4847-96b7-ea37cace5799', 'x-compute-request-id': 'req-8a839013-0f10-4847-96b7-ea37cace5799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:24,972 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:59:24,975 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-984247ce-f655-4bf6-bcf4-dd1b3d602440', 'x-compute-request-id': 'req-984247ce-f655-4bf6-bcf4-dd1b3d602440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:26,025 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:26,026 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-4065f82f-8b64-41cd-b515-d7260db3fdb0', 'x-compute-request-id': 'req-4065f82f-8b64-41cd-b515-d7260db3fdb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:27,077 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:27,077 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-384c3018-3d7d-4961-a1f0-1050e5600d63', 'x-compute-request-id': 'req-384c3018-3d7d-4961-a1f0-1050e5600d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:28,129 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:28,130 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-441a50c1-991e-4bed-88e8-990c75c8745f', 'x-compute-request-id': 'req-441a50c1-991e-4bed-88e8-990c75c8745f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:29,182 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:29,182 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-8ef7cf95-22af-48a2-b0ff-85e47f18a11e', 'x-compute-request-id': 'req-8ef7cf95-22af-48a2-b0ff-85e47f18a11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:30,234 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:30,234 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-c9d4a3ff-11ec-4309-aef4-e34c8080ab9b', 'x-compute-request-id': 'req-c9d4a3ff-11ec-4309-aef4-e34c8080ab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:31,289 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:59:31,290 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-df41eb7d-473f-4672-9858-2afc02fef851', 'x-compute-request-id': 'req-df41eb7d-473f-4672-9858-2afc02fef851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:32,381 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.088s 2022-02-17 12:59:32,382 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-80c157a0-5db0-45b0-9456-6c34dbfc9db2', 'x-compute-request-id': 'req-80c157a0-5db0-45b0-9456-6c34dbfc9db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:33,447 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.060s 2022-02-17 12:59:33,448 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-98bd0835-12b0-4233-a46c-513df42b7e2d', 'x-compute-request-id': 'req-98bd0835-12b0-4233-a46c-513df42b7e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:34,503 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:59:34,504 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1e98aa10-1ddb-4797-a783-308e50bc7c7e', 'x-compute-request-id': 'req-1e98aa10-1ddb-4797-a783-308e50bc7c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:35,555 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:35,555 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-ac30301f-6c66-4840-aec6-50f6c825d401', 'x-compute-request-id': 'req-ac30301f-6c66-4840-aec6-50f6c825d401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:36,611 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:59:36,611 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-c67d98e4-92f3-4709-ab0b-4139613859d8', 'x-compute-request-id': 'req-c67d98e4-92f3-4709-ab0b-4139613859d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:37,663 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:37,663 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1365a969-2dfd-4038-9e28-b39ab43fa59b', 'x-compute-request-id': 'req-1365a969-2dfd-4038-9e28-b39ab43fa59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:38,718 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:59:38,718 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-57b51192-e576-402b-977e-3a31ef862466', 'x-compute-request-id': 'req-57b51192-e576-402b-977e-3a31ef862466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:39,770 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:39,771 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1402b4ab-7166-45e0-9db5-79d37e9e7adb', 'x-compute-request-id': 'req-1402b4ab-7166-45e0-9db5-79d37e9e7adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:40,826 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:59:40,827 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-4c81c679-9414-452d-a18d-f201abfe8ff4', 'x-compute-request-id': 'req-4c81c679-9414-452d-a18d-f201abfe8ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:41,892 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.062s 2022-02-17 12:59:41,893 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-59b724aa-b434-48ad-be26-b1627819b26a', 'x-compute-request-id': 'req-59b724aa-b434-48ad-be26-b1627819b26a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:42,952 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.056s 2022-02-17 12:59:42,953 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-82c1057d-af85-4dca-aa68-280bf5bc8a80', 'x-compute-request-id': 'req-82c1057d-af85-4dca-aa68-280bf5bc8a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:44,003 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:44,004 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-647c25de-7dc5-4d27-b016-d0d64179ac68', 'x-compute-request-id': 'req-647c25de-7dc5-4d27-b016-d0d64179ac68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:45,055 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:45,056 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-c59ba06d-554c-4b18-8b32-15b312723a8e', 'x-compute-request-id': 'req-c59ba06d-554c-4b18-8b32-15b312723a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:46,111 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 12:59:46,112 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-521a80e4-aa16-4e39-b30a-b809355d9ac9', 'x-compute-request-id': 'req-521a80e4-aa16-4e39-b30a-b809355d9ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:47,166 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:59:47,166 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-af378fe7-b96b-4b71-90c2-17ad8d75552b', 'x-compute-request-id': 'req-af378fe7-b96b-4b71-90c2-17ad8d75552b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:48,220 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 12:59:48,220 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-bcb4eed5-423a-4849-874f-947d4e5d9ff2', 'x-compute-request-id': 'req-bcb4eed5-423a-4849-874f-947d4e5d9ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:49,278 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 12:59:49,278 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-9ae3ccbb-ccb7-4bd3-8b7f-1e4ecc7f48d8', 'x-compute-request-id': 'req-9ae3ccbb-ccb7-4bd3-8b7f-1e4ecc7f48d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:50,410 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.129s 2022-02-17 12:59:50,410 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-0b8bf5dc-3888-4181-830e-529a034cdb0b', 'x-compute-request-id': 'req-0b8bf5dc-3888-4181-830e-529a034cdb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:51,463 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 12:59:51,464 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-02d4afc0-cfa6-486b-b3ad-6837c1d94ace', 'x-compute-request-id': 'req-02d4afc0-cfa6-486b-b3ad-6837c1d94ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:52,514 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:52,515 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-053638d2-f2ff-4462-a18c-91b16a95ecb5', 'x-compute-request-id': 'req-053638d2-f2ff-4462-a18c-91b16a95ecb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:53,567 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:53,567 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-b37ad8c1-7600-4282-8acf-4f37d844de23', 'x-compute-request-id': 'req-b37ad8c1-7600-4282-8acf-4f37d844de23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:54,619 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 12:59:54,619 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-2005b06d-fe9b-4382-8102-7725beb05a73', 'x-compute-request-id': 'req-2005b06d-fe9b-4382-8102-7725beb05a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:55,694 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.072s 2022-02-17 12:59:55,695 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-2a815db9-cc2c-41f1-9047-ca6c4eea8bef', 'x-compute-request-id': 'req-2a815db9-cc2c-41f1-9047-ca6c4eea8bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:56,747 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 12:59:56,747 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-ff826f5f-f2e6-4918-85e9-cc0e39d8f719', 'x-compute-request-id': 'req-ff826f5f-f2e6-4918-85e9-cc0e39d8f719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:57,798 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 12:59:57,798 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-170f48ab-b857-4550-8fc1-96f001e4fd8d', 'x-compute-request-id': 'req-170f48ab-b857-4550-8fc1-96f001e4fd8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:58,933 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.132s 2022-02-17 12:59:58,933 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-2801a280-1b3a-4162-8e35-8a12dadd3ef5', 'x-compute-request-id': 'req-2801a280-1b3a-4162-8e35-8a12dadd3ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 12:59:59,995 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 12:59:59,995 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59: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-1e4774e7-a6ac-408c-85a3-e585e3f642f9', 'x-compute-request-id': 'req-1e4774e7-a6ac-408c-85a3-e585e3f642f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:01,047 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:00:01,048 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-5b823998-c6f0-4d54-9a59-c9cb47d2633b', 'x-compute-request-id': 'req-5b823998-c6f0-4d54-9a59-c9cb47d2633b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:02,101 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:02,102 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-3098e0d0-ddd8-4f1f-bff4-aeed01465a27', 'x-compute-request-id': 'req-3098e0d0-ddd8-4f1f-bff4-aeed01465a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:03,152 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:00:03,152 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-0a918c11-0c4d-4553-abe7-b24e35cb8a97', 'x-compute-request-id': 'req-0a918c11-0c4d-4553-abe7-b24e35cb8a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:04,206 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:04,206 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-7e7cb0d9-7f9b-40af-ac44-dc11f745087a', 'x-compute-request-id': 'req-7e7cb0d9-7f9b-40af-ac44-dc11f745087a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:05,258 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:05,259 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-90d3829b-6d2d-48e6-be0e-7faff56e6679', 'x-compute-request-id': 'req-90d3829b-6d2d-48e6-be0e-7faff56e6679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:06,309 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:00:06,310 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-f0f9bcb9-0490-4f4e-b41b-6df66369f91f', 'x-compute-request-id': 'req-f0f9bcb9-0490-4f4e-b41b-6df66369f91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:07,359 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:00:07,359 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-e8dc01bd-0f6d-4a57-b382-da92c3369c57', 'x-compute-request-id': 'req-e8dc01bd-0f6d-4a57-b382-da92c3369c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:08,491 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.130s 2022-02-17 13:00:08,492 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-52498029-3c00-4b4a-95ea-c38963c61f9d', 'x-compute-request-id': 'req-52498029-3c00-4b4a-95ea-c38963c61f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:09,546 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:09,546 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-18c93ac9-b1c7-4f0b-8866-de40132043ef', 'x-compute-request-id': 'req-18c93ac9-b1c7-4f0b-8866-de40132043ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:10,599 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:10,599 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-32e52a8c-c42d-49ef-b20a-bed9467c8fad', 'x-compute-request-id': 'req-32e52a8c-c42d-49ef-b20a-bed9467c8fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:11,649 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:00:11,649 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-637bd6de-cd71-4ed6-a537-f5f048483a13', 'x-compute-request-id': 'req-637bd6de-cd71-4ed6-a537-f5f048483a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:12,701 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:12,701 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-088a9153-7f45-46a8-b748-c17d8503031d', 'x-compute-request-id': 'req-088a9153-7f45-46a8-b748-c17d8503031d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:13,755 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:13,756 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-f960c4a1-e33a-466c-bd2d-160e6e9b27be', 'x-compute-request-id': 'req-f960c4a1-e33a-466c-bd2d-160e6e9b27be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:14,808 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:14,808 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-0485f501-b60b-49fc-a9d4-e938ccd1b9ff', 'x-compute-request-id': 'req-0485f501-b60b-49fc-a9d4-e938ccd1b9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:15,874 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.063s 2022-02-17 13:00:15,874 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-04049bf1-bc13-4a9f-9e26-a5f2df03be4a', 'x-compute-request-id': 'req-04049bf1-bc13-4a9f-9e26-a5f2df03be4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:16,968 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.090s 2022-02-17 13:00:16,969 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-cb51973e-014d-4b4c-a823-af9643c7716e', 'x-compute-request-id': 'req-cb51973e-014d-4b4c-a823-af9643c7716e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:18,023 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:18,024 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-0d8c86cc-2b36-49fa-8e97-d005383f722f', 'x-compute-request-id': 'req-0d8c86cc-2b36-49fa-8e97-d005383f722f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:19,079 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:19,079 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-4e7fe3d6-94f3-43ce-a90d-fcba548880a6', 'x-compute-request-id': 'req-4e7fe3d6-94f3-43ce-a90d-fcba548880a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:20,133 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:20,133 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-b58a3381-10d1-4db3-9a39-a8b14693be81', 'x-compute-request-id': 'req-b58a3381-10d1-4db3-9a39-a8b14693be81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:21,187 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:21,188 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-219ae052-b13b-43d2-8309-f5e853fe550a', 'x-compute-request-id': 'req-219ae052-b13b-43d2-8309-f5e853fe550a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:22,236 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:00:22,237 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-84d8880a-74dc-4655-9417-89e11d0ac18e', 'x-compute-request-id': 'req-84d8880a-74dc-4655-9417-89e11d0ac18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:23,285 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.045s 2022-02-17 13:00:23,286 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-a0fded0f-d5db-433a-9ec6-7db54992db25', 'x-compute-request-id': 'req-a0fded0f-d5db-433a-9ec6-7db54992db25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:24,339 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:24,339 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-7c5380e6-65bc-450c-8cab-239fa329dd80', 'x-compute-request-id': 'req-7c5380e6-65bc-450c-8cab-239fa329dd80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:25,390 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:25,391 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-34d768e6-6007-48cd-99d6-4d5ba2ee286e', 'x-compute-request-id': 'req-34d768e6-6007-48cd-99d6-4d5ba2ee286e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:26,443 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:26,444 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-525b37b1-ee4f-472d-9811-a7c7a5fba31c', 'x-compute-request-id': 'req-525b37b1-ee4f-472d-9811-a7c7a5fba31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:27,497 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:27,497 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-e22ef0cf-d2cd-4cc5-91d2-e02b7f3cfbf6', 'x-compute-request-id': 'req-e22ef0cf-d2cd-4cc5-91d2-e02b7f3cfbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:28,548 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:28,549 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-4b150639-d9b4-4908-bb0a-57d919e15176', 'x-compute-request-id': 'req-4b150639-d9b4-4908-bb0a-57d919e15176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:29,600 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:29,600 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-dd7ac735-154a-4eb2-8269-b493ae03f1ad', 'x-compute-request-id': 'req-dd7ac735-154a-4eb2-8269-b493ae03f1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:30,653 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:30,653 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-808cea32-7410-455c-96cb-25e4fc47e620', 'x-compute-request-id': 'req-808cea32-7410-455c-96cb-25e4fc47e620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:31,703 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:00:31,704 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-07f30276-e68d-4929-87c1-d194fadc759a', 'x-compute-request-id': 'req-07f30276-e68d-4929-87c1-d194fadc759a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:32,756 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:32,757 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-fcb8204b-e70e-4937-82bd-b5ba0a5f8328', 'x-compute-request-id': 'req-fcb8204b-e70e-4937-82bd-b5ba0a5f8328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:33,811 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:33,811 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-dbecbe6f-978c-4216-8d13-b969ff5a7c2b', 'x-compute-request-id': 'req-dbecbe6f-978c-4216-8d13-b969ff5a7c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:34,863 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:34,863 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-c6677195-5d93-44e4-b42b-de10725b48f0', 'x-compute-request-id': 'req-c6677195-5d93-44e4-b42b-de10725b48f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:35,915 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:35,915 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-3bcda118-c04a-4c9c-a252-6791a2b9b007', 'x-compute-request-id': 'req-3bcda118-c04a-4c9c-a252-6791a2b9b007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:36,966 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:36,966 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-d83166e8-69aa-4c43-b320-7be2901ba575', 'x-compute-request-id': 'req-d83166e8-69aa-4c43-b320-7be2901ba575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:38,021 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 13:00:38,022 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-cea82fb6-7e59-44fa-ba43-61d1be6d5ec5', 'x-compute-request-id': 'req-cea82fb6-7e59-44fa-ba43-61d1be6d5ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:39,081 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 13:00:39,081 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-144d3ab3-631e-40eb-b7e7-0b74e68a4e28', 'x-compute-request-id': 'req-144d3ab3-631e-40eb-b7e7-0b74e68a4e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:40,132 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:00:40,133 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-6bab8c18-cedd-4f98-9d48-950ad10925f1', 'x-compute-request-id': 'req-6bab8c18-cedd-4f98-9d48-950ad10925f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:41,187 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:41,195 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-f757d081-a860-4ceb-b969-d6f1d0a27365', 'x-compute-request-id': 'req-f757d081-a860-4ceb-b969-d6f1d0a27365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:42,250 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 13:00:42,250 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-71f0bf4f-52a2-4b45-a46b-ae258af008c7', 'x-compute-request-id': 'req-71f0bf4f-52a2-4b45-a46b-ae258af008c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:43,303 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:43,303 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-bd09e503-9d04-4037-a6ca-99165472ae54', 'x-compute-request-id': 'req-bd09e503-9d04-4037-a6ca-99165472ae54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:44,378 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.071s 2022-02-17 13:00:44,378 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-e885a97c-dde4-451b-bfe2-4888dc5e173d', 'x-compute-request-id': 'req-e885a97c-dde4-451b-bfe2-4888dc5e173d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:45,435 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 13:00:45,435 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-bdc4952c-bdf2-4a35-b73e-5d19287e65f2', 'x-compute-request-id': 'req-bdc4952c-bdf2-4a35-b73e-5d19287e65f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:46,526 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.087s 2022-02-17 13:00:46,529 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-46d49570-c334-4d3d-89ae-f88a29ba61d3', 'x-compute-request-id': 'req-46d49570-c334-4d3d-89ae-f88a29ba61d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:47,599 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.067s 2022-02-17 13:00:47,600 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-a142e88d-7f07-46a6-a211-448cb3b71799', 'x-compute-request-id': 'req-a142e88d-7f07-46a6-a211-448cb3b71799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:48,666 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.063s 2022-02-17 13:00:48,667 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-a9a2a098-623e-41bf-be87-968d858801fc', 'x-compute-request-id': 'req-a9a2a098-623e-41bf-be87-968d858801fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:49,724 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 13:00:49,724 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-11321dae-c570-45cf-bd84-25804e3468ff', 'x-compute-request-id': 'req-11321dae-c570-45cf-bd84-25804e3468ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:50,778 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:50,778 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-b89ac63d-52ba-4805-bf79-21ff5e1f0ed4', 'x-compute-request-id': 'req-b89ac63d-52ba-4805-bf79-21ff5e1f0ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:51,831 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:51,832 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-e747077e-2a19-4371-98e4-840090261536', 'x-compute-request-id': 'req-e747077e-2a19-4371-98e4-840090261536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:52,894 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.059s 2022-02-17 13:00:52,894 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-bac9fb78-20b4-42cf-bbb9-e92ee12b51ae', 'x-compute-request-id': 'req-bac9fb78-20b4-42cf-bbb9-e92ee12b51ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:53,966 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.068s 2022-02-17 13:00:53,967 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-9c217d38-56ba-4f93-96ca-c7fe9977ca00', 'x-compute-request-id': 'req-9c217d38-56ba-4f93-96ca-c7fe9977ca00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:55,028 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.057s 2022-02-17 13:00:55,029 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-a1b3a2bc-6b6e-4f25-adad-4cb1f1db95bd', 'x-compute-request-id': 'req-a1b3a2bc-6b6e-4f25-adad-4cb1f1db95bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:56,091 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.059s 2022-02-17 13:00:56,092 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-96a49432-d746-465c-9458-ccbc0f7339f0', 'x-compute-request-id': 'req-96a49432-d746-465c-9458-ccbc0f7339f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:57,145 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:00:57,145 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-6541c555-94ea-4597-b43e-23239d787a60', 'x-compute-request-id': 'req-6541c555-94ea-4597-b43e-23239d787a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:58,201 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:00:58,201 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-08b09ee7-eb60-49b3-b7d9-c2da25de0f3f', 'x-compute-request-id': 'req-08b09ee7-eb60-49b3-b7d9-c2da25de0f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:00:59,253 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:00:59,254 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00: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-9ac8752a-d922-476f-9a6d-8aee454b88bd', 'x-compute-request-id': 'req-9ac8752a-d922-476f-9a6d-8aee454b88bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:00,306 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:00,307 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-e0bbfe53-4040-4dd3-818b-a576f418e2fb', 'x-compute-request-id': 'req-e0bbfe53-4040-4dd3-818b-a576f418e2fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:01,360 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:01:01,360 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-086667cb-8ad1-48c0-b4e6-96c27c9cfd5c', 'x-compute-request-id': 'req-086667cb-8ad1-48c0-b4e6-96c27c9cfd5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:02,421 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.058s 2022-02-17 13:01:02,421 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-24b121d7-1fd0-4ea6-8738-4003dcaed258', 'x-compute-request-id': 'req-24b121d7-1fd0-4ea6-8738-4003dcaed258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:03,478 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 13:01:03,478 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-9c5e071d-0705-4da4-81af-c788fffda424', 'x-compute-request-id': 'req-9c5e071d-0705-4da4-81af-c788fffda424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:04,531 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:04,532 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-d1c60146-ff89-413d-93da-ed5f8e33002a', 'x-compute-request-id': 'req-d1c60146-ff89-413d-93da-ed5f8e33002a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:05,585 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:01:05,586 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-fc860afd-fb1a-43ae-804d-fd8eed96f44f', 'x-compute-request-id': 'req-fc860afd-fb1a-43ae-804d-fd8eed96f44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:06,639 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:06,639 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-1ae1122b-6c76-449a-bd1c-b0272374a7e3', 'x-compute-request-id': 'req-1ae1122b-6c76-449a-bd1c-b0272374a7e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:07,694 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.052s 2022-02-17 13:01:07,694 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-a1fd740a-a5b4-4f62-9538-c16366061d10', 'x-compute-request-id': 'req-a1fd740a-a5b4-4f62-9538-c16366061d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:08,748 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:01:08,749 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-ad95ade4-49a6-4f0e-a2be-6fc8f1469327', 'x-compute-request-id': 'req-ad95ade4-49a6-4f0e-a2be-6fc8f1469327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:09,800 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:09,801 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-a79ae5b7-f8bc-4ced-91d1-64ab8a4dedb4', 'x-compute-request-id': 'req-a79ae5b7-f8bc-4ced-91d1-64ab8a4dedb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:10,857 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 13:01:10,857 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-cf64335e-5733-4656-89ca-de97ef638358', 'x-compute-request-id': 'req-cf64335e-5733-4656-89ca-de97ef638358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:11,920 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.060s 2022-02-17 13:01:11,921 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-bb98a0c1-8385-47a5-a546-57ad82badf3d', 'x-compute-request-id': 'req-bb98a0c1-8385-47a5-a546-57ad82badf3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:12,976 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 13:01:12,977 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-56a50dfc-5e34-4a03-b7b2-f892f8ba4815', 'x-compute-request-id': 'req-56a50dfc-5e34-4a03-b7b2-f892f8ba4815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:14,030 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:01:14,030 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-cba3e363-b40e-4245-b6f1-9eae5c0adc6f', 'x-compute-request-id': 'req-cba3e363-b40e-4245-b6f1-9eae5c0adc6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:15,085 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:01:15,085 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-e5452d9b-8b6a-46e0-aacb-09366f9228f0', 'x-compute-request-id': 'req-e5452d9b-8b6a-46e0-aacb-09366f9228f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:16,136 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:16,136 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-7a75ae4f-a38f-4744-9515-2d5f1c14ae98', 'x-compute-request-id': 'req-7a75ae4f-a38f-4744-9515-2d5f1c14ae98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:17,195 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.056s 2022-02-17 13:01:17,196 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-70c58b16-6f7a-4306-98a3-378a01c2828e', 'x-compute-request-id': 'req-70c58b16-6f7a-4306-98a3-378a01c2828e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:18,247 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:18,247 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-fd3a36b4-69bc-4780-a2f8-819879df48f5', 'x-compute-request-id': 'req-fd3a36b4-69bc-4780-a2f8-819879df48f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:19,298 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:19,299 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-78e00cc0-9557-4273-90f2-6713a15b45a7', 'x-compute-request-id': 'req-78e00cc0-9557-4273-90f2-6713a15b45a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:20,353 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:01:20,353 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-224a3236-ac18-47ba-a65f-ae1219a3b542', 'x-compute-request-id': 'req-224a3236-ac18-47ba-a65f-ae1219a3b542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:21,405 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:21,406 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-82404ed1-9295-487a-b23f-9928c2697421', 'x-compute-request-id': 'req-82404ed1-9295-487a-b23f-9928c2697421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:22,456 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:22,456 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-43422c1d-9960-4efe-bf90-b8ce1de5e639', 'x-compute-request-id': 'req-43422c1d-9960-4efe-bf90-b8ce1de5e639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:23,509 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:23,509 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-096a7e21-35af-4515-8099-518c6677eabb', 'x-compute-request-id': 'req-096a7e21-35af-4515-8099-518c6677eabb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:24,562 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:01:24,562 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-8c01502f-99f7-4b5d-b379-cdb1c36a1be6', 'x-compute-request-id': 'req-8c01502f-99f7-4b5d-b379-cdb1c36a1be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:25,614 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:25,614 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-6ac31660-eedd-442d-8bbb-7cd58c8fc9ae', 'x-compute-request-id': 'req-6ac31660-eedd-442d-8bbb-7cd58c8fc9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:26,665 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:26,665 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-67b1be09-baf4-4191-879c-ed686badbdce', 'x-compute-request-id': 'req-67b1be09-baf4-4191-879c-ed686badbdce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:27,722 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:27,722 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-614ec589-f172-425c-a001-3bbb4ce581e9', 'x-compute-request-id': 'req-614ec589-f172-425c-a001-3bbb4ce581e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:28,775 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:28,775 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-544a7f2c-d93e-4df1-a375-660ce22fc8df', 'x-compute-request-id': 'req-544a7f2c-d93e-4df1-a375-660ce22fc8df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:29,827 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:29,828 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-dce07942-4fc4-4571-91f7-7e9bdf2fb08b', 'x-compute-request-id': 'req-dce07942-4fc4-4571-91f7-7e9bdf2fb08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:30,880 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:01:30,881 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-7b4e401c-d09a-478f-b7a3-f41046f25803', 'x-compute-request-id': 'req-7b4e401c-d09a-478f-b7a3-f41046f25803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:31,933 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:31,934 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-73179379-38dc-44b3-956c-91207c464f9b', 'x-compute-request-id': 'req-73179379-38dc-44b3-956c-91207c464f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:32,984 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:32,985 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-04212f26-f672-40a1-9dc2-4c09392668af', 'x-compute-request-id': 'req-04212f26-f672-40a1-9dc2-4c09392668af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:34,064 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.076s 2022-02-17 13:01:34,064 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-d14ad027-f8b0-46bc-9974-d57b8ab74240', 'x-compute-request-id': 'req-d14ad027-f8b0-46bc-9974-d57b8ab74240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:35,116 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:35,116 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-12b0db00-03a6-4025-9989-8681ccc2907b', 'x-compute-request-id': 'req-12b0db00-03a6-4025-9989-8681ccc2907b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:36,165 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:36,166 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-a95742be-0954-4d24-a8a4-09cf5442d659', 'x-compute-request-id': 'req-a95742be-0954-4d24-a8a4-09cf5442d659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:37,216 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:37,216 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-907bcb6d-db92-4868-a502-4742df744faf', 'x-compute-request-id': 'req-907bcb6d-db92-4868-a502-4742df744faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:38,266 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:38,267 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-11cbb7eb-f9ff-482c-b426-65d52f3512b7', 'x-compute-request-id': 'req-11cbb7eb-f9ff-482c-b426-65d52f3512b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:39,317 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:39,318 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-c57986f7-b2ca-46e1-8eea-f975379dac16', 'x-compute-request-id': 'req-c57986f7-b2ca-46e1-8eea-f975379dac16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:40,366 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.045s 2022-02-17 13:01:40,366 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-d1ca496f-670a-4c2f-80a9-c0f1f19a4885', 'x-compute-request-id': 'req-d1ca496f-670a-4c2f-80a9-c0f1f19a4885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:41,416 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:41,417 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-1c4868c4-902e-4569-84eb-818a50e6dfe0', 'x-compute-request-id': 'req-1c4868c4-902e-4569-84eb-818a50e6dfe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:42,466 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:42,467 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-04b9fc80-0e03-4aa2-94df-0f792c76d6b2', 'x-compute-request-id': 'req-04b9fc80-0e03-4aa2-94df-0f792c76d6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:43,523 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.053s 2022-02-17 13:01:43,523 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-c8cebb75-aff4-4c5a-a0e7-294310ba5caa', 'x-compute-request-id': 'req-c8cebb75-aff4-4c5a-a0e7-294310ba5caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:44,575 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:44,575 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-072cd374-cd1a-44d6-bfb5-b931ac8ba87b', 'x-compute-request-id': 'req-072cd374-cd1a-44d6-bfb5-b931ac8ba87b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:45,626 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:45,627 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-f52771a2-568b-4d4c-a38b-155632b69cef', 'x-compute-request-id': 'req-f52771a2-568b-4d4c-a38b-155632b69cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:46,677 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:46,677 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-d7635d66-df3b-4c71-a759-5b510203bb6e', 'x-compute-request-id': 'req-d7635d66-df3b-4c71-a759-5b510203bb6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:47,726 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:47,726 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-04566f3e-a196-464d-97ba-83e8abc098cf', 'x-compute-request-id': 'req-04566f3e-a196-464d-97ba-83e8abc098cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:48,776 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:48,776 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-b93ca41d-0179-4a7a-b630-e07b35aa07a0', 'x-compute-request-id': 'req-b93ca41d-0179-4a7a-b630-e07b35aa07a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:49,834 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.055s 2022-02-17 13:01:49,834 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-e7c02a70-70eb-4715-8d84-1623abc27929', 'x-compute-request-id': 'req-e7c02a70-70eb-4715-8d84-1623abc27929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:50,885 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:50,885 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-88a834a6-3f65-443c-8b87-6a6a2cb4ef7d', 'x-compute-request-id': 'req-88a834a6-3f65-443c-8b87-6a6a2cb4ef7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:51,942 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:51,942 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-917c66af-7978-4078-8d5e-3a3bc98cb8b2', 'x-compute-request-id': 'req-917c66af-7978-4078-8d5e-3a3bc98cb8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:52,997 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:01:52,997 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-ee5261f0-9d08-4443-8127-45891351de71', 'x-compute-request-id': 'req-ee5261f0-9d08-4443-8127-45891351de71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:54,047 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:54,048 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-d37222fb-2fe7-4cf4-bafe-422a493f4e21', 'x-compute-request-id': 'req-d37222fb-2fe7-4cf4-bafe-422a493f4e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:55,099 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:01:55,100 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-e4a3c698-7f50-49f3-af29-ddc7e1ddee8f', 'x-compute-request-id': 'req-e4a3c698-7f50-49f3-af29-ddc7e1ddee8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:56,148 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:01:56,149 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-dc55039e-9ce3-4b91-8e35-5659a01a9470', 'x-compute-request-id': 'req-dc55039e-9ce3-4b91-8e35-5659a01a9470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:57,220 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.068s 2022-02-17 13:01:57,221 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-f6d36358-9036-4fcc-9b31-f5cd2ed4c875', 'x-compute-request-id': 'req-f6d36358-9036-4fcc-9b31-f5cd2ed4c875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:58,271 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:01:58,272 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-b56f75f9-105d-49ed-8ff7-9715809136aa', 'x-compute-request-id': 'req-b56f75f9-105d-49ed-8ff7-9715809136aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:01:59,323 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:01:59,324 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01: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-6fb3d7f5-38c4-4dc1-bc33-e7196081a229', 'x-compute-request-id': 'req-6fb3d7f5-38c4-4dc1-bc33-e7196081a229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:00,374 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:00,375 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-17d0253c-5d92-4977-a2b6-bc259ff2bea9', 'x-compute-request-id': 'req-17d0253c-5d92-4977-a2b6-bc259ff2bea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:01,424 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:01,424 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-66f7a4a5-4000-4699-9ac7-39262fcca863', 'x-compute-request-id': 'req-66f7a4a5-4000-4699-9ac7-39262fcca863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:02,473 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:02,473 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-29ad3fc4-fae8-491a-b00e-2e4078a80416', 'x-compute-request-id': 'req-29ad3fc4-fae8-491a-b00e-2e4078a80416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:03,522 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:03,523 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-aa666603-3672-4b16-9e1f-22434a8a8a55', 'x-compute-request-id': 'req-aa666603-3672-4b16-9e1f-22434a8a8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:04,574 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:04,574 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-ce1fc1f1-92a8-4b4a-8b15-4896279409f5', 'x-compute-request-id': 'req-ce1fc1f1-92a8-4b4a-8b15-4896279409f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:05,625 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:05,625 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-85398fb1-2ad6-43e8-9381-aef5564c01e8', 'x-compute-request-id': 'req-85398fb1-2ad6-43e8-9381-aef5564c01e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:06,677 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:02:06,678 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-126fbbae-186e-4d76-a6da-7280c1df85cb', 'x-compute-request-id': 'req-126fbbae-186e-4d76-a6da-7280c1df85cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:07,727 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:07,728 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-e613fe12-77b2-491b-9527-22508805e48d', 'x-compute-request-id': 'req-e613fe12-77b2-491b-9527-22508805e48d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:08,778 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:08,778 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-3b43fcb6-86f7-47ef-adfc-a287182f7edb', 'x-compute-request-id': 'req-3b43fcb6-86f7-47ef-adfc-a287182f7edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:09,830 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:09,831 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-fd7b8f66-9171-49b5-b63d-be27f280010a', 'x-compute-request-id': 'req-fd7b8f66-9171-49b5-b63d-be27f280010a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:10,884 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:02:10,884 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-77830690-563c-4bac-93aa-1fb742e915c4', 'x-compute-request-id': 'req-77830690-563c-4bac-93aa-1fb742e915c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:11,935 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:11,935 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-7bd57c7c-3340-48c9-ba11-7f940e11a756', 'x-compute-request-id': 'req-7bd57c7c-3340-48c9-ba11-7f940e11a756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:12,984 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:12,984 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-a40f3104-2d6a-4809-bd6e-d72a7e17a6f0', 'x-compute-request-id': 'req-a40f3104-2d6a-4809-bd6e-d72a7e17a6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:14,039 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:02:14,040 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-a44ab022-d755-44c1-8f55-e2cc74544b46', 'x-compute-request-id': 'req-a44ab022-d755-44c1-8f55-e2cc74544b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:15,091 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:15,092 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-bfe285ee-38df-4bc3-8558-db70d0f419a6', 'x-compute-request-id': 'req-bfe285ee-38df-4bc3-8558-db70d0f419a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:16,140 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:16,140 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-a8e54dd2-c3b5-464f-9a3d-7a8b3caa5926', 'x-compute-request-id': 'req-a8e54dd2-c3b5-464f-9a3d-7a8b3caa5926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:17,190 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:17,191 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-86fc53c7-ca14-4bcd-bd60-fd03cbf49f7a', 'x-compute-request-id': 'req-86fc53c7-ca14-4bcd-bd60-fd03cbf49f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:18,242 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:02:18,242 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-af5a0999-9f67-4abe-bbb5-d82a7e5aabb8', 'x-compute-request-id': 'req-af5a0999-9f67-4abe-bbb5-d82a7e5aabb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:19,293 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:19,293 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-0c26a471-b5d5-4ab0-bad7-623e0f9bc05a', 'x-compute-request-id': 'req-0c26a471-b5d5-4ab0-bad7-623e0f9bc05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:20,347 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.051s 2022-02-17 13:02:20,348 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-372875a7-20b8-4c3d-b6b7-c7882857a0ec', 'x-compute-request-id': 'req-372875a7-20b8-4c3d-b6b7-c7882857a0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:21,400 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:02:21,400 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-7996ab85-a40c-4351-ac13-0018fe5db4ac', 'x-compute-request-id': 'req-7996ab85-a40c-4351-ac13-0018fe5db4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:22,450 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:22,450 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-522a9acd-05bc-4304-8357-89515d4e1ffa', 'x-compute-request-id': 'req-522a9acd-05bc-4304-8357-89515d4e1ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:23,502 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:23,502 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-4c6244e6-3c9e-4435-bf6a-0e1ffa243b45', 'x-compute-request-id': 'req-4c6244e6-3c9e-4435-bf6a-0e1ffa243b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:24,560 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.054s 2022-02-17 13:02:24,560 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-7e318694-1b79-4394-be3f-6aa93425fdd0', 'x-compute-request-id': 'req-7e318694-1b79-4394-be3f-6aa93425fdd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:25,610 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:25,611 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-18402e01-afb8-416f-9beb-c827cf038265', 'x-compute-request-id': 'req-18402e01-afb8-416f-9beb-c827cf038265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:26,660 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:26,661 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-8282b464-54e7-4ac2-9b29-9c1367334e32', 'x-compute-request-id': 'req-8282b464-54e7-4ac2-9b29-9c1367334e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:27,714 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:27,715 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-5d6abc33-a770-4ac4-ad63-db63f5038e01', 'x-compute-request-id': 'req-5d6abc33-a770-4ac4-ad63-db63f5038e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:28,765 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:28,765 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-bd3a9eda-f22c-4b6b-9976-cf6930da1868', 'x-compute-request-id': 'req-bd3a9eda-f22c-4b6b-9976-cf6930da1868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:29,815 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:29,816 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-4919f1ab-83ff-4243-99d4-c10be7ba2292', 'x-compute-request-id': 'req-4919f1ab-83ff-4243-99d4-c10be7ba2292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:30,865 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:30,865 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-0f6bc16f-1165-4fd3-9990-84ffdc97f315', 'x-compute-request-id': 'req-0f6bc16f-1165-4fd3-9990-84ffdc97f315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:31,917 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:31,917 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-40f349ea-c7c0-4137-81e4-105ac9731619', 'x-compute-request-id': 'req-40f349ea-c7c0-4137-81e4-105ac9731619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:32,970 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.050s 2022-02-17 13:02:32,970 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-7c59415f-7967-4a8f-9a44-e2371d117e2b', 'x-compute-request-id': 'req-7c59415f-7967-4a8f-9a44-e2371d117e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:34,021 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:34,022 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-07119388-db5a-4c87-832b-fa9d6df840ca', 'x-compute-request-id': 'req-07119388-db5a-4c87-832b-fa9d6df840ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:35,073 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:35,074 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-756c04ef-f3e0-4292-83ae-a7cf588c60d5', 'x-compute-request-id': 'req-756c04ef-f3e0-4292-83ae-a7cf588c60d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:36,123 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:36,124 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-78650e65-8309-4647-b2dc-ebca000f69d1', 'x-compute-request-id': 'req-78650e65-8309-4647-b2dc-ebca000f69d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:37,174 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:37,175 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-3e4914e1-e0ea-4812-803c-6ccd92eadb5f', 'x-compute-request-id': 'req-3e4914e1-e0ea-4812-803c-6ccd92eadb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:38,223 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.045s 2022-02-17 13:02:38,223 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-f5975d7a-ca24-439b-b822-6b101eb7a823', 'x-compute-request-id': 'req-f5975d7a-ca24-439b-b822-6b101eb7a823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:39,273 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:39,274 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-c8c28366-8ee3-4603-8989-6c6dd708feea', 'x-compute-request-id': 'req-c8c28366-8ee3-4603-8989-6c6dd708feea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:40,324 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:40,325 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-60466d57-af72-42ed-9dca-6fb79a3f912f', 'x-compute-request-id': 'req-60466d57-af72-42ed-9dca-6fb79a3f912f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:41,390 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.062s 2022-02-17 13:02:41,390 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-b2e8cafa-fd20-4d49-8c16-4f1e75ee37b7', 'x-compute-request-id': 'req-b2e8cafa-fd20-4d49-8c16-4f1e75ee37b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:42,441 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.047s 2022-02-17 13:02:42,441 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-95ca687e-c266-4ca5-9804-f6ca51af8111', 'x-compute-request-id': 'req-95ca687e-c266-4ca5-9804-f6ca51af8111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:43,491 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.046s 2022-02-17 13:02:43,491 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-5cb37520-bcd2-4f03-a5ed-0178624ce67c', 'x-compute-request-id': 'req-5cb37520-bcd2-4f03-a5ed-0178624ce67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:44,542 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.048s 2022-02-17 13:02:44,542 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-8ffb2b8f-0a1d-460c-a36b-2f2e65de21bd', 'x-compute-request-id': 'req-8ffb2b8f-0a1d-460c-a36b-2f2e65de21bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:45,595 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:02:45,595 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-fb02e986-2979-4644-98c9-cfc5dc214209', 'x-compute-request-id': 'req-fb02e986-2979-4644-98c9-cfc5dc214209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:46,664 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.066s 2022-02-17 13:02:46,665 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-09227d59-9750-4a52-a0ec-ce921e94991b', 'x-compute-request-id': 'req-09227d59-9750-4a52-a0ec-ce921e94991b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:47,779 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.112s 2022-02-17 13:02:47,780 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-bc25893f-f296-4d20-903c-162b89d00b09', 'x-compute-request-id': 'req-bc25893f-f296-4d20-903c-162b89d00b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:48,832 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments 0.049s 2022-02-17 13:02:48,832 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02: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-0f451b51-da7c-4dda-aa09-42efc7a03bd8', 'x-compute-request-id': 'req-0f451b51-da7c-4dda-aa09-42efc7a03bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "volumeId": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "serverId": "96c0452f-9259-4977-b6ed-b7788479886f", "device": "/dev/sdb"}]}' 2022-02-17 13:02:50,957 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 POST http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/action 1.122s 2022-02-17 13:02:50,958 129466 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, 17 Feb 2022 13:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '41090', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dfaf199-40e6-4b22-8c59-3b63730b263e', 'x-compute-request-id': 'req-6dfaf199-40e6-4b22-8c59-3b63730b263e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/96c0452f-9259-4977-b6ed-b7788479886f/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-02-17 13:02:50,960 129466 DEBUG [tempest.common.waiters] Console output for 96c0452f-9259-4977-b6ed-b7788479886f 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.152000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.156000] tsc: Detected 1995.192 MHz processor [ 0.160000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.164006] pid_max: default: 32768 minimum: 301 [ 0.168064] Security Framework initialized [ 0.172005] Yama: becoming mindful. [ 0.176052] AppArmor: AppArmor initialized [ 0.180070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.184108] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.188025] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.192026] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.200498] CPU: Physical Processor ID: 0 [ 0.208013] mce: CPU supports 1 MCE banks [ 0.212119] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.216006] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.220006] Spectre V2 : Mitigation: Full generic retpoline [ 0.224008] Speculative Store Bypass: Vulnerable [ 0.260380] Freeing SMP alternatives memory: 36K [ 0.266653] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.268130] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.272103] Hierarchical SRCU implementation. [ 0.276950] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.280006] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.284091] smp: Bringing up secondary CPUs ... [ 0.288007] smp: Brought up 1 node, 1 CPU [ 0.292006] smpboot: Max logical packages: 1 [ 0.296032] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.304237] devtmpfs: initialized [ 0.308092] x86/mm: Memory block size: 128MB [ 0.312254] evm: security.selinux [ 0.316009] evm: security.SMACK64 [ 0.320006] evm: security.SMACK64EXEC [ 0.324005] evm: security.SMACK64TRANSMUTE [ 0.328004] evm: security.SMACK64MMAP [ 0.332032] evm: security.apparmor [ 0.336005] evm: security.ima [ 0.340005] evm: security.capability [ 0.344217] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.348025] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.352094] pinctrl core: initialized pinctrl subsystem [ 0.356283] NET: Registered protocol family 16 [ 0.360128] audit: initializing netlink subsys (disabled) [ 0.364218] cpuidle: using governor ladder [ 0.368011] audit: type=2000 audit(1645102606.364:1): state=initialized audit_enabled=0 res=1 [ 0.372052] cpuidle: using governor menu [ 0.376092] ACPI: bus type PCI registered [ 0.380005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.389540] PCI: Using configuration type 1 for base access [ 0.393582] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.396304] ACPI: Added _OSI(Module Device) [ 0.400010] ACPI: Added _OSI(Processor Device) [ 0.404006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.408006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.412054] ACPI: Added _OSI(Linux-Dell-Video) [ 0.423297] ACPI: Interpreter enabled [ 0.424014] ACPI: (supports S0 S5) [ 0.428006] ACPI: Using IOAPIC for interrupt routing [ 0.432056] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.436603] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.486310] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.488012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.492014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.496060] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.500474] PCI host bridge to bus 0000:00 [ 0.504007] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.508007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.512008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.516008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.520010] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.524010] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.574667] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.576009] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.580008] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.584007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.593513] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.593513] * this clock source is slow. Consider trying other clock sources [ 0.608615] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.659759] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.660909] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.668711] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.676474] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.680788] SCSI subsystem initialized [ 0.684317] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.688000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.688032] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.696006] vgaarb: loaded [ 0.699895] pps_core: LinuxPPS API ver. 1 registered [ 0.700005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.704019] PTP clock support registered [ 0.708077] EDAC MC: Ver: 3.0.0 [ 0.718074] hv_vmbus: Vmbus version:4.0 [ 0.720109] PCI: Using ACPI for IRQ routing [ 0.724215] NetLabel: Initializing [ 0.728044] NetLabel: domain hash size = 128 [ 0.732019] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.736630] NetLabel: unlabeled traffic allowed by default [ 0.740223] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.765668] VFS: Disk quotas dquot_6.6.0 [ 0.772263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.779643] AppArmor: AppArmor Filesystem Enabled [ 0.786239] pnp: PnP ACPI init [ 0.801537] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.807105] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.812688] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.818637] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.824902] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.830627] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.837385] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.843749] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.849717] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.917357] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.966980] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.971249] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.978463] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.985866] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.991599] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.998774] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.004130] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.010348] pnp: PnP ACPI: found 9 devices [ 1.021633] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.029873] NET: Registered protocol family 2 [ 1.034407] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.039224] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.048208] TCP: Hash tables configured (established 8192 bind 8192) [ 1.053240] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.058723] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.063581] NET: Registered protocol family 1 [ 1.067917] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.074844] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.080220] Unpacking initramfs... [ 1.399951] Freeing initrd memory: 13088K [ 1.405359] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.410677] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.419889] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 1.427193] Scanning for low memory corruption every 60 seconds [ 1.433564] Initialise system trusted keyrings [ 1.440087] Key type blacklist registered [ 1.445751] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.454426] zbud: loaded [ 1.459506] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.466330] fuse init (API version 7.26) [ 1.472359] Key type asymmetric registered [ 1.479108] Asymmetric key parser 'x509' registered [ 1.485919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.491792] io scheduler noop registered (default) [ 1.497268] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.503461] ACPI: Power Button [PWRF] [ 1.509221] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.516047] random: fast init done [ 1.544715] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.575289] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.583344] Linux agpgart interface v0.103 [ 1.590173] loop: module loaded [ 1.594787] hv_vmbus: registering driver hv_storvsc [ 1.603876] scsi host0: storvsc_host_t [ 1.616432] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.637450] scsi host1: storvsc_host_t [ 1.647322] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.655292] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.662763] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.669674] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.676567] sd 0:0:0:0: [sda] Write Protect is off [ 1.689648] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.700641] scsi host2: ata_piix [ 1.705566] scsi host3: ata_piix [ 1.710463] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.716939] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.732630] libphy: Fixed MDIO Bus: probed [ 1.739453] tun: Universal TUN/TAP device driver, 1.6 [ 1.745370] PPP generic driver version 2.4.2 [ 1.750419] sda: sda1 [ 1.754928] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.761227] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.775180] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.781166] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.794782] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.799444] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.803816] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.811424] mousedev: PS/2 mouse device common for all mice [ 1.817253] rtc_cmos 00:00: RTC can wake from S4 [ 1.849142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.859033] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.867268] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.874656] device-mapper: uevent: version 1.0.3 [ 1.879694] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 2.946278] sd 1:0:0:0: [sdb] Write Protect is off [ 3.049077] NET: Registered protocol family 10 [ 3.068581] Segment Routing with IPv6 [ 3.082634] NET: Registered protocol family 17 [ 3.089265] Key type dns_resolver registered [ 3.097885] RAS: Correctable Errors collector initialized. [ 3.103613] registered taskstats version 1 [ 3.109757] Loading compiled-in X.509 certificates [ 3.119995] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.126975] zswap: loaded using pool lzo/zbud [ 3.278763] Key type big_key registered [ 3.285751] Key type trusted registered [ 3.293872] Key type encrypted registered [ 3.314498] AppArmor: AppArmor sha1 policy hashing enabled [ 3.346123] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.398271] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.444894] evm: HMAC attrs: 0x1 [ 3.492669] rtc_cmos 00:00: setting system clock to 2022-02-17 12:56:50 UTC (1645102610) [ 3.512367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.526449] EDD information not available. [ 4.303743] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.343353] ata2.00: configured for MWDMA2 [ 4.377307] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.473963] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.477577] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.485649] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 4.502822] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.513178] Freeing unused kernel memory: 2248K [ 4.524124] Write protecting the kernel read-only data: 18432k [ 4.533736] Freeing unused kernel memory: 2008K [ 4.537987] Freeing unused kernel memory: 124K [ 4.553492] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.559304] x86/mm: Checking user space page tables [ 4.587619] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.849364] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.871681] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.881108] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.910082] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.920050] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.926234] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.973147] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 5.021864] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.035656] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.041214] random: udevadm: uninitialized urandom read (16 bytes read) [ 5.327383] hv_utils: Registering HyperV Utility Driver [ 5.333130] hv_vmbus: registering driver hv_util [ 5.367123] hidraw: raw HID events driver (C) Jiri Kosina [ 5.372592] hv_vmbus: registering driver hv_netvsc [ 5.383559] hv_vmbus: registering driver hyperv_keyboard [ 5.418128] hv_vmbus: registering driver hid_hyperv [ 5.507883] 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 [ 5.522138] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 5.605875] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 5.670410] hv_utils: Heartbeat IC version 3.0 [ 5.686768] hv_utils: Shutdown IC version 3.0 [ 5.816177] hv_utils: TimeSync IC version 4.0 [ 5.833672] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 6.000053] raid6: sse2x1 gen() 2567 MB/s [ 6.052038] raid6: sse2x1 xor() 3504 MB/s [ 6.120532] raid6: sse2x2 gen() 4458 MB/s [ 6.176106] raid6: sse2x2 xor() 3557 MB/s [ 6.236043] raid6: sse2x4 gen() 5800 MB/s [ 6.292340] raid6: sse2x4 xor() 2442 MB/s [ 6.299555] raid6: using algorithm sse2x4 gen() 5800 MB/s [ 6.306048] raid6: .... xor() 2442 MB/s, rmw enabled [ 6.316533] raid6: using intx1 recovery algorithm [ 6.330899] xor: measuring software checksum speed [ 6.380036] prefetch64-sse: 9970.000 MB/sec [ 6.424036] generic_sse: 9218.000 MB/sec [ 6.431375] xor: using function: prefetch64-sse (9970.000 MB/sec) [ 6.444074] 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 ... [ 6.668071] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 7.038899] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 7.911978] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 7.927100] systemd[1]: Detected virtualization microsoft. [ 7.931390] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 8.006990] systemd[1]: Set hostname to <ubuntu>. [ 8.023124] systemd[1]: Initializing machine ID from random generator. [ 8.030205] systemd[1]: Installed transient /etc/machine-id file. [ 8.599700] 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. [ 8.685559] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 8.750237] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 8.828126] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [[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 Audit Socket. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [m] Listening on Journal Socket. Mounting Debug File System... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems... [ 9.429852] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel...[ 9.494045] iscsi: registered transport (tcp) [ 9.528886] iscsi: registered transport (iser) Mounting Huge Pages File System... [[0;32m OK [0m] Listening on Journal Socket (/dev/log). Starting Journal Service... [[0;32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System...[ 9.793900] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Listening on Device-mapper even daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[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 Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Starting Apply Kernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 44.026185] cloud-init[320]: Cloud-init v. 18.2 running 'init-local' at Thu, 17 Feb 2022 12:57:06 +0000. Up 18.52 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)... [ 100.547147] cloud-init[636]: Cloud-init v. 18.2 running 'init' at Thu, 17 Feb 2022 12:57:34 +0000. Up 45.65 seconds. [ 100.657137] cloud-init[[636]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 100.770934] cloud-init[636]: [ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Reached target Cloud-config availability. [ 100.874969] [cloud-init[0;32m OK [m[636]: ] ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |Reached target System Initialization. [[ 100.991351] [0;32m OK [0mcloud-init] [636]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Listening on ACPID Listen Socket. [[ 101.100271] cloud-init[0;32m OK [0m[636]: ] ci-info: | eth0 | True | 172.20.0.2 | 255.255.255.240 | . | fa:16:3e:fc:19:0f |Started ACPI Events Check. [[ 101.200738] cloud-init[0;32m OK [0m[636]: ci-info: | eth0 | True | fe80::f816:3eff:fefc:190f/64 | . | link | fa:16:3e:fc:19:0f |] Reached target Paths. [[ 101.307968] [0;32m OK [0mcloud-init[636]: ] Started Daily Cleanup of Temporary Directories.ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [[0;32m OK [0m[ 101.424272] ] cloud-initStarted Daily apt download activities.[636]: ci-info: | lo | True | ::1/128 | . | host | . | [ [0;32m OK [0m[ 101.528888] cloud-init] Started Daily apt upgrade and clean activities.[636]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 101.627601] cloud-init] [636]: Reached target Timers.ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++ [[0;32m OK [0m [ 101.727422] ] cloud-initListening on D-Bus System Message Bus Socket.[636]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m ] [ 101.837266] Reached target Sockets.cloud-init [636]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[[0;32m OK [0m] Reached target Basic System.[ 101.948680] cloud-init [636]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+Starting LSB: Record successful boot for GRUB... [[ 102.063417] [0;32m OK [0mcloud-init] [636]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |Started ACPI event daemon. [[ 102.165333] [0;32m OK [0mcloud-init] [636]: Started D-Bus System Message Bus.ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 102.260426] cloud-init[636]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ 102.323279] cloud-init[636]: Generating public/private rsa key pair. [ 102.371449] cloud-init[636]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 102.423633] cloud-init[636]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[ [0;32m OK [0m[ 102.495063] ] cloud-initStarted Deferred execution scheduler.[636]: The key fingerprint is: [ 102.584710] [cloud-init[0;32m OK [0m] [636]: Started Regular background program processing daemon.SHA256:txDKYMaWjASSc01f4ETcl9MmsoKOTvngGfkoNuPxCL8 root@tempest-attachvolumenegativetest-server-774327208 Starting LSB: MD monitoring daemon...[ 102.728207] cloud-init[636]: [The key's randomart image is:[0;32m OK [0m ] [ 102.814365] cloud-initStarted Unattended Upgrades Shutdown.[636]: +---[RSA 2048]----+ [ 102.890052] Starting Login Service...cloud-init [636]: [|oo.o.o+o. o |[0;32m OK [0m ] [ 102.987756] cloud-initReached target Network is Online.[636]: |+..+.=..o = o | [ 103.072151] Starting iSCSI initiator daemon (iscsid)...cloud-init[636]: | o. O.o .+ + | Starting /etc/rc.local Compatibility...[ 103.166212] cloud-init[636]: | +.o.... |Starting Apply the settings specified in cloud-config... [ 103.264203] cloud-init [636]: | = o.S . |Starting OpenBSD Secure Shell server... [ 103.400254] [cloud-init[0;32m OK [0m[636]: | B . o . |] Started OpenBSD Secure Shell server. [ 103.532215] [cloud-init[636]: [0;32m OK [0m|.= B . |] Started /etc/rc.local Compatibility. [ 103.660205] cloud-init[[636]: [0;32m OK [0m|o=O o |] Started iSCSI initiator daemon (iscsid).[ 103.796329] cloud-init[636]: |o+Eo | [ 103.918690] [[0;32m OK [0mcloud-init] [636]: Started LSB: MD monitoring daemon.+----[SHA256]-----+ [[ 104.072255] cloud-init[0;32m OK [0m[636]: ] Generating public/private dsa key pair.Started Login Service. [[ 104.217896] [0;32m OK [0mcloud-init[636]: ] Your identification has been saved in /etc/ssh/ssh_host_dsa_key.Started LSB: Record successful boot for GRUB. [ 104.344255] cloud-init[636]: Starting Login to default iSCSI targets...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 104.495657] [cloud-init[0;32m OK [0m[636]: ] The key fingerprint is:Started Login to default iSCSI targets. [ 104.616239] cloud-init[636]: [SHA256:oQng54UhnSrntlc1ncVlDDAGaNGYPVw7/ovXyCwtl4Q root@tempest-attachvolumenegativetest-server-774327208[0;32m OK [0m] Reached target Remote File Systems (Pre).[ 104.772220] cloud-init[[636]: [0;32m OK [0mThe key's randomart image is:] Reached target Remote File Systems.[ 104.905086] cloud-init [636]: +---[DSA 1024]----+ Starting LSB: automatic crash report generation...[ 104.990262] cloud-init [636]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...| o....O.o=o.+o | [ 105.095929] cloud-init[636]: Starting Permit User Sessions...| . ooo= =. oo.. | [[ 105.180945] [0;32m OK [0mcloud-init[636]: ] Started Permit User Sessions.| ..+.. .ooo | [ 105.260176] [cloud-init[0;32m OK [0m[636]: |. oo o oooo. |] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ 105.371334] cloud-init [636]: [| + . o.S... |[0;32m OK [0m ] [ 105.451617] Started LSB: automatic crash report generation.cloud-init[636]: | o . E.. | [[ 105.561446] cloud-init[0;32m OK [0m[636]: ] | . . . =.+ |Started Serial Getty on ttyS0. [ 105.673709] cloud-init[[636]: [0;32m OK [0m| . . o.O.. |] Started Getty on tty1.[ 105.788486] cloud-init[636]: [| . .=. |[0;32m OK [0m] Reached target Login Prompts.[ 105.897964] cloud-init[[636]: [0;32m OK [0m+----[SHA256]-----+] Reached target Multi-User System.[ 105.991826] cloud-init [636]: [Generating public/private ecdsa key pair.[0;32m OK [0m ] [ 106.080197] Reached target Graphical Interface.cloud-init [636]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.Starting Update UTMP about System Runlevel Changes... [ 106.226974] cloud-init[636]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 106.293659] cloud-init[636]: The key fingerprint is: [ 106.337456] cloud-init[[636]: [0;32m OK [0mSHA256:RiHb2mXSKXDSIgBZuWIklDNQrFWCw+20O8lGvQlrBqc root@tempest-attachvolumenegativetest-server-774327208] Started Update UTMP about System Runlevel Changes. [ 106.432145] cloud-init[636]: The key's randomart image is: [ 106.487727] cloud-init[636]: +---[ECDSA 256]---+ [ 106.529998] cloud-init[636]: |*OB+. +.o | [ 106.572824] cloud-init[636]: |=*++. .B.o . | [ 106.614258] cloud-init[636]: |o+=.o...= = | [ 106.656103] cloud-init[636]: |oo.* . + = | [ 106.704600] cloud-init[636]: |..* = + S | [ 106.747585] cloud-init[636]: | E X o . | [ 106.792421] cloud-init[636]: | + . | [ 106.832931] cloud-init[636]: | | [ 106.877088] cloud-init[636]: | | [ 106.921306] cloud-init[636]: +----[SHA256]-----+ [ 106.965799] cloud-init[636]: Generating public/private ed25519 key pair. [ 107.012087] cloud-init[636]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 107.059965] cloud-init[636]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_keypub. [ 107.107477] cloud-init[636]: The key fingerprint is: [ 107.151166] cloud-init[636]: SHA256:oEl+dm8T1lgdgFpamPyaT8vj0x4KKXq1viw9lC9Z2R8 root@tempest-attachvolumenegativetest-server-774327208 [ 107.201641] cloud-init[636]: The key's randomart image is: [ 107.244292] cloud-init[636]: +--[ED25519 256]--+ [ 107.288734] cloud-init[636]: | . o .... | [ 107.331312] cloud-init[636]: | + + . . | [ 107.372536] cloud-init[636]: | . . * . . | [ 107.415127] cloud-init[636]: | o o .o .+ | [ 107.461727] cloud-init[636]: | + o S++o. | [ 107.503452] cloud-init[636]: | o .*++.. E | [ 107.546609] cloud-init[636]: | .+oO+o.. . | [ 107.590887] cloud-init[636]: | .oo*oBo... | [ 107.634352] cloud-init[636]: | .. o+=o+. | [ 107.677528] cloud-init[636]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-attachvolumenegativetest-server-774327208 ttyS0 tempest-attachvolumenegativetest-server-774327208 login: [ 181.204863] cloud-init[729]: Cloud-init v. 18.2 running 'modules:config' at Thu, 17 Feb 2022 12:58:33 +0000. Up 105.47 seconds. ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Feb 17 12:59:58 ec2: <14>Feb 17 12:59:58 ec2: ############################################################# <14>Feb 17 12:59:58 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Feb 17 12:59:58 ec2: 1024 SHA256:oQng54UhnSrntlc1ncVlDDAGaNGYPVw7/ovXyCwtl4Q root@tempest-attachvolumenegativetest-server-774327208 (DSA) <14>Feb 17 12:59:58 ec2: 256 SHA256:RiHb2mXSKXDSIgBZuWIklDNQrFWCw+20O8lGvQlrBqc root@tempest-attachvolumenegativetest-server-774327208 (ECDSA) <14>Feb 17 12:59:58 ec2: 256 SHA256:oEl+dm8T1lgdgFpamPyaT8vj0x4KKXq1viw9lC9Z2R8 root@tempest-attachvolumenegativetest-server-774327208 (ED25519) <14>Feb 17 12:59:58 ec2: 2048 SHA256:txDKYMaWjASSc01f4ETcl9MmsoKOTvngGfkoNuPxCL8 root@tempest-attachvolumenegativetest-server-774327208 (RSA) <14>Feb 17 12:59:58 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Feb 17 12:59:58 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKhbtzG2upsLOTGJ8NF45lZuaSVHwgU+bDNQ2kizkNtZMoOnDPi3sqqWEzfBLarSCoJACJmqkZAMT0d1h5Uf7vU= root@tempest-attachvolumenegativetest-server-774327208 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMgstIgBWoHZTESkkXBlFK9Tgdf1eYPszD7twcBkytIe root@tempest-attachvolumenegativetest-server-774327208 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRrhfcliA4ZiXTXxZcXWRtnwXg+BY5Lpb6wz+1SuXwjafmRJvWQvuoamQGmN15zyO2Z2Nb4+0qgB3HkMBmsIx38OyDwxE995w3FcSjGMylntMBsSvDXA4jV7qbvXBYetvkTrs0jNlBC3uozcQ8gN2mbQUOGxgVuAPYqSzhgi/Mz6qG8TJFKoz1+mhTpM8DkrYacEpb6FtNopmp1xn7N/2mKX6IjU06BUYuSvYTIlgBBek9HcH6WavkT/VWO3TCLO+NqNbgs/lBvy26Pi5YpO/RoovDIcAdFyMqFqQ0YbKbWxupe0i+KBdvqljdiMrlD5JxR8kF+nWmHy+oLQhPYkpr root@tempest-attachvolumenegativetest-server-774327208 -----END SSH HOST KEY KEYS----- [ 193.079019] cloud-init[803]: Cloud-init v. 18.2 running 'modules:final' at Thu, 17 Feb 2022 12:59:50 +0000. Up 182.01 seconds. [ 193.176520] cloud-init[803]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 193.240978] cloud-init[803]: Cloud-init v. 18.2 finished at Thu, 17 Feb 2022 12:59:59 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 191.46 seconds 2022-02-17 13:02:54,593 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 3.632s 2022-02-17 13:02:54,593 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-716c91de-dea6-4b49-82bb-447cb14084c1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-716c91de-dea6-4b49-82bb-447cb14084c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:03:45,754 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 50.151s 2022-02-17 13:03:45,754 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f1fb39-2b88-4285-9a1d-4b8051bec5e8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f1fb39-2b88-4285-9a1d-4b8051bec5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:04:46,820 129466 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/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 2022-02-17 13:04:55,802 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 69.040s 2022-02-17 13:04:55,803 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a39418-7952-4adc-9903-bfb223b9f37c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a39418-7952-4adc-9903-bfb223b9f37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:05:46,081 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 49.271s 2022-02-17 13:05:46,082 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a1ec62-e8e7-49d0-8ff2-39dd71859e76', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a1ec62-e8e7-49d0-8ff2-39dd71859e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:06:47,151 129466 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/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 2022-02-17 13:06:56,392 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 69.301s 2022-02-17 13:06:56,392 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4180e4f0-616b-40f9-8206-dc0af9c96ea3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4180e4f0-616b-40f9-8206-dc0af9c96ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:07:46,409 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 49.008s 2022-02-17 13:07:46,409 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67267dab-cead-47d4-864d-bda14d7a2f12', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67267dab-cead-47d4-864d-bda14d7a2f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' 2022-02-17 13:08:47,476 129466 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/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 2022-02-17 13:08:57,015 129466 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb 69.596s 2022-02-17 13:08:57,015 129466 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fc829a-3a47-4138-a60f-2d30c3326cc1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fc829a-3a47-4138-a60f-2d30c3326cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb'} Body: b'{"volume": {"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:56:31.000000", "updated_at": "2022-02-17T12:56:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1965006088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/a0c17d91c46f4e07a7558230c0c868f4/volumes/73e2414f-2fda-4233-a34c-6bdfe12301bb"}], "user_id": "0a3b892d8e764facb39f9de0ce839c34", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "attachment_id": "e3c72b20-6014-4861-bd7d-5d8c0ce2acc1", "volume_id": "73e2414f-2fda-4233-a34c-6bdfe12301bb", "server_id": "96c0452f-9259-4977-b6ed-b7788479886f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:38.000000"}], "os-vol-tenant-attr:tenant_id": "a0c17d91c46f4e07a7558230c0c868f4"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 73e2414f-2fda-4233-a34c-6bdfe12301bb failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 384, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 73e2414f-2fda-4233-a34c-6bdfe12301bb failed to detach from server 96c0452f-9259-4977-b6ed-b7788479886f within the required time (360 s) from the compute API perspective |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt13.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
pt13.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
pt13.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
pt13.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] |
fail
ft13.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 12:53:41,875 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 202 POST http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots 0.576s 2022-02-17 12:53:41,876 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "name": "tempest-SnapshotsActionsTest-Snapshot-16370195"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba3345b-035d-4737-afa9-8ed503a34f04', 'content-length': '305', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba3345b-035d-4737-afa9-8ed503a34f04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:41.552406", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}}}' 2022-02-17 12:53:41,917 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.037s 2022-02-17 12:53:41,918 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84afdd7e-87a6-4402-804e-f20369642e81', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84afdd7e-87a6-4402-804e-f20369642e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:42,943 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.021s 2022-02-17 12:53:42,944 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235b02eb-d820-45de-939e-6a33fc35d210', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235b02eb-d820-45de-939e-6a33fc35d210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:43,982 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.034s 2022-02-17 12:53:43,983 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63bbbc6-bfc4-466b-8453-0154d8da7925', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63bbbc6-bfc4-466b-8453-0154d8da7925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:45,023 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.037s 2022-02-17 12:53:45,024 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3919b661-04fe-4b0e-809d-092bd806a245', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3919b661-04fe-4b0e-809d-092bd806a245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:46,050 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.022s 2022-02-17 12:53:46,050 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ca596a3-aca6-4ea3-9353-e407ae527535', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ca596a3-aca6-4ea3-9353-e407ae527535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:47,077 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.023s 2022-02-17 12:53:47,078 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a6370d-fb2f-403e-9f11-88e83ee97928', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a6370d-fb2f-403e-9f11-88e83ee97928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:48,110 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.023s 2022-02-17 12:53:48,110 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac71bab9-da72-4253-bdc6-fe657292ae98', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac71bab9-da72-4253-bdc6-fe657292ae98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:49,140 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.025s 2022-02-17 12:53:49,141 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d8f3c9-24a0-4437-92b8-6e21869a18de', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d8f3c9-24a0-4437-92b8-6e21869a18de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:50,174 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.029s 2022-02-17 12:53:50,174 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc251a02-5fe5-4333-bbeb-bb676e8d24b9', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc251a02-5fe5-4333-bbeb-bb676e8d24b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:51,214 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.036s 2022-02-17 12:53:51,214 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c0612b5-cc08-46b3-8d93-542edaee8b58', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c0612b5-cc08-46b3-8d93-542edaee8b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:52,259 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.041s 2022-02-17 12:53:52,259 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ab1b38-5af9-48d2-a0f9-29117b28465f', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ab1b38-5af9-48d2-a0f9-29117b28465f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:53,295 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.031s 2022-02-17 12:53:53,295 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e1514c-bc93-49e9-ba6f-50a3f3ef95df', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e1514c-bc93-49e9-ba6f-50a3f3ef95df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": null, "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:53:54,433 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5 0.134s 2022-02-17 12:53:54,434 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-328dcb4a-9abc-4c31-8ca0-2c4bba26124e', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-328dcb4a-9abc-4c31-8ca0-2c4bba26124e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5'} Body: b'{"snapshot": {"id": "253a95ec-617c-4f8d-bdd1-5002524169c5", "created_at": "2022-02-17T12:53:42.000000", "updated_at": "2022-02-17T12:53:53.000000", "name": "tempest-SnapshotsActionsTest-Snapshot-16370195", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-02-17 12:53:54,436 129461 INFO [tempest.common.waiters] snapshot 253a95ec-617c-4f8d-bdd1-5002524169c5 reached available after waiting for 13.436803 seconds 2022-02-17 12:53:54,498 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:test_snapshot_force_delete_when_snapshot_is_error_deleting): 400 POST http://10.222.0.67/volume/v3/db66eb95365447a7868a1dc9713cde04/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5/action 0.061s 2022-02-17 12:53:54,498 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-reset_status": {"status": "error_deleting"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '80', 'content-type': 'application/json', 'x-compute-request-id': 'req-b14f056f-eae1-4fc5-a89c-479717dceb37', 'x-openstack-request-id': 'req-b14f056f-eae1-4fc5-a89c-479717dceb37', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/volume/v3/db66eb95365447a7868a1dc9713cde04/snapshots/253a95ec-617c-4f8d-bdd1-5002524169c5/action'} Body: b'{"badRequest": {"code": 400, "message": "Cannot reset-state to error_deleting"}}' 2022-02-17 12:53:54,880 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:tearDown): 202 POST http://10.222.0.67/volume/v3/db66eb95365447a7868a1dc9713cde04/snapshots/076d806d-57f3-4168-9b0b-c5c5b2eaf560/action 0.380s 2022-02-17 12:53:54,880 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-reset_status": {"status": "available"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-51b196c9-4003-43b0-b79c-87b208fa7187', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b196c9-4003-43b0-b79c-87b208fa7187', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/db66eb95365447a7868a1dc9713cde04/snapshots/076d806d-57f3-4168-9b0b-c5c5b2eaf560/action'} Body: b'' 2022-02-17 12:53:54,915 129461 INFO [tempest.lib.common.rest_client] Request (SnapshotsActionsTest:tearDown): 200 GET http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/076d806d-57f3-4168-9b0b-c5c5b2eaf560 0.033s 2022-02-17 12:53:54,916 129461 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f8daa4-ce18-4af5-9091-f9a725dde228', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f8daa4-ce18-4af5-9091-f9a725dde228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/52d3cbfec80c46f4ad3e189b84fa3855/snapshots/076d806d-57f3-4168-9b0b-c5c5b2eaf560'} Body: b'{"snapshot": {"id": "076d806d-57f3-4168-9b0b-c5c5b2eaf560", "created_at": "2022-02-17T12:53:04.000000", "updated_at": "2022-02-17T12:53:55.000000", "name": "tempest-SnapshotsActionsTest-Snapshot-1457576429", "description": null, "volume_id": "7df157c0-5170-4fdb-bded-7dcdd137600a", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "52d3cbfec80c46f4ad3e189b84fa3855", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-02-17 12:53:54,920 129461 INFO [tempest.common.waiters] snapshot 076d806d-57f3-4168-9b0b-c5c5b2eaf560 reached available after waiting for 0.920708 seconds }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 120, in test_snapshot_force_delete_when_snapshot_is_error_deleting self._create_reset_and_force_delete_temp_snapshot('error_deleting') File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 58, in _create_reset_and_force_delete_temp_snapshot self.admin_snapshots_client.reset_snapshot_status( File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 114, in reset_snapshot_status resp, body = self.post('snapshots/%s/action' % snapshot_id, 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Cannot reset-state to error_deleting'} |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt13.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 3 | 2 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt14.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft14.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 12:55:20,834 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.67/identity/v3/auth/tokens 0.049s 2022-02-17 12:55:20,835 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:20 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-e44dc671-9f95-40dc-9884-76732bdc0657', '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": "4d686abedcc94b548cd35698399b3bca", "name": "tempest-VolumesSnapshotTestJSON-1616404119-project", "password_expires_at": null}, "audit_ids": ["WrSYkNl2QnOXKUdXUYeIDw"], "expires_at": "2022-02-17T13:55:20.000000Z", "issued_at": "2022-02-17T12:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa5fc6116471413a85d9ffa3891f556b", "name": "tempest-VolumesSnapshotTestJSON-1616404119"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_aa5fc6116471413a85d9ffa3891f556b", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/aa5fc6116471413a85d9ffa3891f556b", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 12:55:20,835 129473 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '1dce5bbc-7584-4eb2-99a1-6d7b323b617b', 'name': 'tempest-VolumesSnapshotTestJSON-1227870179-network', 'tenant_id': 'aa5fc6116471413a85d9ffa3891f556b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'aa5fc6116471413a85d9ffa3891f556b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 232, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:55:12Z', 'updated_at': '2022-02-17T12:55:12Z', 'revision_number': 1} available for tenant 2022-02-17 12:55:22,384 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.67/compute/v2.1/servers 1.547s 2022-02-17 12:55:22,385 129473 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-1162214072", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "flavorRef": "452", "networks": [{"uuid": "1dce5bbc-7584-4eb2-99a1-6d7b323b617b"}]}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6125fdd-45ed-4120-b59c-aac2c9e79749', 'x-compute-request-id': 'req-f6125fdd-45ed-4120-b59c-aac2c9e79749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "FJkEw25fihJk"}}' 2022-02-17 12:55:22,516 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.125s 2022-02-17 12:55:22,516 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-ac112cf6-6211-47ea-9a6c-78ee6965215a', 'x-compute-request-id': 'req-ac112cf6-6211-47ea-9a6c-78ee6965215a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:23,697 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 12:55:23,706 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-86b67dbf-4636-43a5-9322-b14ea202a5e0', 'x-compute-request-id': 'req-86b67dbf-4636-43a5-9322-b14ea202a5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:24,890 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.170s 2022-02-17 12:55:24,891 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2be676-d544-44d8-8c84-6a96b55570ab', 'x-compute-request-id': 'req-2d2be676-d544-44d8-8c84-6a96b55570ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:55:26,191 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.280s 2022-02-17 12:55:26,192 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:25 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-4e5b2ea1-5239-40b0-8f39-fcd17fcf9657', 'x-compute-request-id': 'req-4e5b2ea1-5239-40b0-8f39-fcd17fcf9657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:26,206 129473 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-02-17 12:55:27,367 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.104s 2022-02-17 12:55:27,368 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1cb0f33-3a52-4652-a112-9418a5011a4e', 'x-compute-request-id': 'req-d1cb0f33-3a52-4652-a112-9418a5011a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-17 12:55:27,376 129473 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 5 second wait 2022-02-17 12:55:28,615 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.238s 2022-02-17 12:55:28,616 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:28 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-e1cda593-4645-4f98-b556-2c37b469bdba', 'x-compute-request-id': 'req-e1cda593-4645-4f98-b556-2c37b469bdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:28,624 129473 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2022-02-17 12:55:29,964 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.337s 2022-02-17 12:55:29,964 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:29 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-892171e6-a37d-4264-bffe-0b5cebfd0b33', 'x-compute-request-id': 'req-892171e6-a37d-4264-bffe-0b5cebfd0b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:31,153 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.170s 2022-02-17 12:55:31,153 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:30 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-90b2d752-790c-4285-855c-f38b2fdbfb76', 'x-compute-request-id': 'req-90b2d752-790c-4285-855c-f38b2fdbfb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:32,370 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.208s 2022-02-17 12:55:32,370 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:32 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-fe02d1a7-fef2-4bf3-9e48-c0b9ab65863e', 'x-compute-request-id': 'req-fe02d1a7-fef2-4bf3-9e48-c0b9ab65863e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:33,634 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.253s 2022-02-17 12:55:33,634 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:33 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-1fc9d882-149c-4d84-bf24-764666c1353b', 'x-compute-request-id': 'req-1fc9d882-149c-4d84-bf24-764666c1353b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:34,835 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.182s 2022-02-17 12:55:34,836 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:34 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-8e54f56a-6893-4579-b37c-7725e9d7e61f', 'x-compute-request-id': 'req-8e54f56a-6893-4579-b37c-7725e9d7e61f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:36,071 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.218s 2022-02-17 12:55:36,071 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:35 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-2d1d1ab1-9ec0-49b1-bfa0-9e114e52b6e9', 'x-compute-request-id': 'req-2d1d1ab1-9ec0-49b1-bfa0-9e114e52b6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:37,316 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.236s 2022-02-17 12:55:37,316 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:37 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-5acc7da1-9260-4430-a8f0-0001d5d46837', 'x-compute-request-id': 'req-5acc7da1-9260-4430-a8f0-0001d5d46837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:38,494 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 12:55:38,494 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-1aa0cc3e-2627-4222-b0ae-8c07294c1c29', 'x-compute-request-id': 'req-1aa0cc3e-2627-4222-b0ae-8c07294c1c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:39,675 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.171s 2022-02-17 12:55:39,675 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-05c32478-7129-4434-9699-35a64e584907', 'x-compute-request-id': 'req-05c32478-7129-4434-9699-35a64e584907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:40,888 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.204s 2022-02-17 12:55:40,888 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:40 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-2f21ff2e-700b-4163-b705-6fa274b4da7a', 'x-compute-request-id': 'req-2f21ff2e-700b-4163-b705-6fa274b4da7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:42,086 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.183s 2022-02-17 12:55:42,087 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-b308b7ae-c195-4e7c-aa8d-779117c4ab2a', 'x-compute-request-id': 'req-b308b7ae-c195-4e7c-aa8d-779117c4ab2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:43,286 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.190s 2022-02-17 12:55:43,287 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-65b41a3c-607f-476d-8793-b7b738572e32', 'x-compute-request-id': 'req-65b41a3c-607f-476d-8793-b7b738572e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:44,514 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.218s 2022-02-17 12:55:44,514 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-25924db8-3697-4841-9955-95f644092bee', 'x-compute-request-id': 'req-25924db8-3697-4841-9955-95f644092bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:45,706 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.183s 2022-02-17 12:55:45,706 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-813eb482-5d8b-4208-b5fd-eba195243d4d', 'x-compute-request-id': 'req-813eb482-5d8b-4208-b5fd-eba195243d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:46,894 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.179s 2022-02-17 12:55:46,895 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55: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-16870a46-e438-4eb7-ab03-faedccb7c926', 'x-compute-request-id': 'req-16870a46-e438-4eb7-ab03-faedccb7c926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:48,103 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.200s 2022-02-17 12:55:48,104 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:47 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-bbdab7ce-83fa-413e-ac31-2514d393a16e', 'x-compute-request-id': 'req-bbdab7ce-83fa-413e-ac31-2514d393a16e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:49,304 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.190s 2022-02-17 12:55:49,305 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:49 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-a12ed6bd-61ee-4b76-9606-79bca3cbf6b6', 'x-compute-request-id': 'req-a12ed6bd-61ee-4b76-9606-79bca3cbf6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:50,490 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.176s 2022-02-17 12:55:50,490 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:50 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-df11252a-fad0-41a7-923f-eca898c7f3da', 'x-compute-request-id': 'req-df11252a-fad0-41a7-923f-eca898c7f3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "BUILD", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "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-02-17 12:55:51,687 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.188s 2022-02-17 12:55:51,688 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:51 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-f5cbdada-fc4e-4ebe-afe3-c3cc6713a316', 'x-compute-request-id': 'req-f5cbdada-fc4e-4ebe-afe3-c3cc6713a316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T12:55:51Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.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-02-17 12:55:51,697 129473 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2022-02-17 12:55:51,719 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/image/v2/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb 0.022s 2022-02-17 12:55:51,720 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40c6f54c-defb-4da8-b63c-6c5571f0c89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/image/v2/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb'} 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": "f21c99036f524a9b95465f89193ec44e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "created_at": "2022-02-17T12:45:50Z", "updated_at": "2022-02-17T12:46:07Z", "tags": [], "self": "/v2/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "file": "/v2/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb/file", "schema": "/v2/schemas/image"}' 2022-02-17 12:55:52,489 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes 0.768s 2022-02-17 12:55:52,489 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49dd4e3f-8e0d-4fdb-ba36-424fae3d37bd', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49dd4e3f-8e0d-4fdb-ba36-424fae3d37bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.100981", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 12:55:52,536 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:55:52,537 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6865ef1-cce5-4d09-b87c-7acdc74b036a', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6865ef1-cce5-4d09-b87c-7acdc74b036a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:53,610 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.065s 2022-02-17 12:55:53,610 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9dff00-6ee5-4950-8e42-7d823d344179', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9dff00-6ee5-4950-8e42-7d823d344179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:54,681 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.057s 2022-02-17 12:55:54,682 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1646791e-8968-49e3-9707-67eb51c35eab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1646791e-8968-49e3-9707-67eb51c35eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:55,780 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.090s 2022-02-17 12:55:55,781 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f78b9a5-140b-4c5a-a23c-1ba12da1a407', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f78b9a5-140b-4c5a-a23c-1ba12da1a407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:56,900 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.102s 2022-02-17 12:55:56,900 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-698987b1-c1e8-4024-a9dd-8af32aab0c93', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-698987b1-c1e8-4024-a9dd-8af32aab0c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:57,964 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.055s 2022-02-17 12:55:57,965 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6f58d7-5ac7-4cef-814e-d58c179eedd4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6f58d7-5ac7-4cef-814e-d58c179eedd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:55:59,026 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.052s 2022-02-17 12:55:59,026 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5842a1c7-f02f-4c9a-a168-1b6d7b6ee9b6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5842a1c7-f02f-4c9a-a168-1b6d7b6ee9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:00,076 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:56:00,076 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df7f62f-a664-4210-8896-431343f8f0a1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df7f62f-a664-4210-8896-431343f8f0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:01,123 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.038s 2022-02-17 12:56:01,123 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa05f5b-f8d8-404b-ad10-4b841fb3b714', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa05f5b-f8d8-404b-ad10-4b841fb3b714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:02,204 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.072s 2022-02-17 12:56:02,204 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5385d2a-d320-4bac-97ef-f9cc342a7e67', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5385d2a-d320-4bac-97ef-f9cc342a7e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:03,255 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.043s 2022-02-17 12:56:03,256 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c028c8-a196-4b3e-a38f-29096b3503a3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c028c8-a196-4b3e-a38f-29096b3503a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:04,313 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.040s 2022-02-17 12:56:04,313 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e744e9b6-bb2c-4817-b3b1-cfe36f98c77f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e744e9b6-bb2c-4817-b3b1-cfe36f98c77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:05,364 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.043s 2022-02-17 12:56:05,365 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6f2a38-7069-4f01-8921-ac4b22269558', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6f2a38-7069-4f01-8921-ac4b22269558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:06,417 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.044s 2022-02-17 12:56:06,417 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b93b26-f4dd-4e7e-9b6c-54e75bd6ce0e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b93b26-f4dd-4e7e-9b6c-54e75bd6ce0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:07,468 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.042s 2022-02-17 12:56:07,468 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be22b82-4221-4e32-8801-507f15c862a6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be22b82-4221-4e32-8801-507f15c862a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:08,533 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.056s 2022-02-17 12:56:08,533 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89527389-5c51-4fc0-84ab-d65b13547b4b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89527389-5c51-4fc0-84ab-d65b13547b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:09,602 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.061s 2022-02-17 12:56:09,603 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76591d84-446b-40b6-b950-ed26eab0604e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76591d84-446b-40b6-b950-ed26eab0604e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:10,655 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.044s 2022-02-17 12:56:10,656 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff485c2-cbd1-4936-bd38-ccd3c66526bd', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff485c2-cbd1-4936-bd38-ccd3c66526bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:55:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:11,714 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.043s 2022-02-17 12:56:11,714 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bfccda7-9b31-41e5-95e3-4721a7dc03bb', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bfccda7-9b31-41e5-95e3-4721a7dc03bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:12,783 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.061s 2022-02-17 12:56:12,784 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81ab8040-7b92-4843-a430-a5b32b470a6c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81ab8040-7b92-4843-a430-a5b32b470a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:13,837 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.045s 2022-02-17 12:56:13,838 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4476b79-3d63-4d7f-b8ca-1d98aa11fd01', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4476b79-3d63-4d7f-b8ca-1d98aa11fd01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:14,890 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.044s 2022-02-17 12:56:14,891 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c47d20-6f73-4e6f-a3b2-8a4dfc6d27e0', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c47d20-6f73-4e6f-a3b2-8a4dfc6d27e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:15,936 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.037s 2022-02-17 12:56:15,937 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1de0df18-de39-4f8f-82da-61994600c9b4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1de0df18-de39-4f8f-82da-61994600c9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:16,988 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.042s 2022-02-17 12:56:16,988 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76dec41-fa00-474f-95cb-5f7b1467ba7f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76dec41-fa00-474f-95cb-5f7b1467ba7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:18,037 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:56:18,037 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c8e4a7-8fc7-4705-9319-a8eeb1622329', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c8e4a7-8fc7-4705-9319-a8eeb1622329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:19,087 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.042s 2022-02-17 12:56:19,088 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1adb60cc-686a-4694-82ce-98e9062ff1b6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1adb60cc-686a-4694-82ce-98e9062ff1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:20,137 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:56:20,138 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a356047-7258-4e6b-b008-d9bc78201bb8', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a356047-7258-4e6b-b008-d9bc78201bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:21,187 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:56:21,188 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ab8572-82f8-4cfe-8862-604a1f4abd03', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ab8572-82f8-4cfe-8862-604a1f4abd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:22,234 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.038s 2022-02-17 12:56:22,234 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f1ffdf8-3c17-437d-88bf-385d8e3b6cea', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f1ffdf8-3c17-437d-88bf-385d8e3b6cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:23,282 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.039s 2022-02-17 12:56:23,282 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2eb21c-1a1c-4dce-8329-c5f0cc0d6490', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2eb21c-1a1c-4dce-8329-c5f0cc0d6490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:24,334 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.043s 2022-02-17 12:56:24,352 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8874506-2b82-4f71-99d4-ded5b1155b58', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8874506-2b82-4f71-99d4-ded5b1155b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:25,399 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.038s 2022-02-17 12:56:25,400 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed34f610-1b82-4e05-827d-70b6ac313e7b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed34f610-1b82-4e05-827d-70b6ac313e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:26,454 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.046s 2022-02-17 12:56:26,455 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6671e3cf-7469-414c-9280-630046a2c0a7', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6671e3cf-7469-414c-9280-630046a2c0a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:27,500 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.038s 2022-02-17 12:56:27,501 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7877b69-eee7-4b57-80bc-29f7f957eed7', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7877b69-eee7-4b57-80bc-29f7f957eed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:11.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:28,550 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.041s 2022-02-17 12:56:28,550 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2faf7e-1340-40ef-bbc9-e8cf30a618d6', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2faf7e-1340-40ef-bbc9-e8cf30a618d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:28.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:28,557 129473 INFO [tempest.common.waiters] volume 5f7805c1-7ecb-40ad-b24f-4637423aea48 reached available after waiting for 36.557553 seconds 2022-02-17 12:56:29,359 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments 0.801s 2022-02-17 12:56:29,359 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "device": "/dev/sdb"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:28 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-da41a454-20b3-45f6-ab31-b9ef1e455934', 'x-compute-request-id': 'req-da41a454-20b3-45f6-ab31-b9ef1e455934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "serverId": "00acf262-21a2-4a64-875f-c04a1038e821", "volumeId": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "device": "/dev/sdb"}}' 2022-02-17 12:56:29,413 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.052s 2022-02-17 12:56:29,413 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4d812e-66f6-4334-bf3f-8ef3b41d2458', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4d812e-66f6-4334-bf3f-8ef3b41d2458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:29.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:30,467 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.046s 2022-02-17 12:56:30,468 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7732dc59-3213-4a63-99bc-a480a0b30950', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7732dc59-3213-4a63-99bc-a480a0b30950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:31,545 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.069s 2022-02-17 12:56:31,546 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6868decd-8fb3-4dd0-89ac-8ad62847ce88', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6868decd-8fb3-4dd0-89ac-8ad62847ce88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:32,596 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.042s 2022-02-17 12:56:32,597 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3953bbf-54d5-45be-a930-872b58013650', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3953bbf-54d5-45be-a930-872b58013650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:33,650 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.046s 2022-02-17 12:56:33,650 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a76f88-fb92-43cc-a9df-e8491ab59430', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a76f88-fb92-43cc-a9df-e8491ab59430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:34,704 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.045s 2022-02-17 12:56:34,704 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea051560-1599-4c57-b7d4-9fc84159cbc6', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea051560-1599-4c57-b7d4-9fc84159cbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:35,763 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.051s 2022-02-17 12:56:35,764 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edbd0484-abf2-41ee-ad39-b3cf9fd90344', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edbd0484-abf2-41ee-ad39-b3cf9fd90344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:36,824 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.050s 2022-02-17 12:56:36,824 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd559c94-c5f5-45f0-939a-9f3f1f7d8e7a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd559c94-c5f5-45f0-939a-9f3f1f7d8e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:37,876 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.044s 2022-02-17 12:56:37,877 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f868ba-655a-4b37-af0b-432957aaf79f', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f868ba-655a-4b37-af0b-432957aaf79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T12:56:38.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 12:56:37,885 129473 INFO [tempest.common.waiters] volume 5f7805c1-7ecb-40ad-b24f-4637423aea48 reached in-use after waiting for 8.885010 seconds 2022-02-17 12:56:37,920 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots 0.034s 2022-02-17 12:56:37,921 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1070544715"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-369a9769-d3ba-4e34-969c-3ead9dd81a33', 'x-openstack-request-id': 'req-369a9769-d3ba-4e34-969c-3ead9dd81a33', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume 5f7805c1-7ecb-40ad-b24f-4637423aea48 status must be available, but current status is: in-use."}}' 2022-02-17 12:56:38,451 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots 0.530s 2022-02-17 12:56:38,452 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79cba1c4-7070-4202-b62b-eed29391a471', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79cba1c4-7070-4202-b62b-eed29391a471', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.193097", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}}}' 2022-02-17 12:56:38,510 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.055s 2022-02-17 12:56:38,510 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-386a8f9a-13c9-470d-bb85-d6e503941b64', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-386a8f9a-13c9-470d-bb85-d6e503941b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:39,542 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.028s 2022-02-17 12:56:39,542 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5647b632-1703-40b4-a8bb-ba49f19ebe54', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5647b632-1703-40b4-a8bb-ba49f19ebe54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:40,568 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.022s 2022-02-17 12:56:40,568 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a85f56-c84a-417b-b48f-20a10110f5b2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a85f56-c84a-417b-b48f-20a10110f5b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:41,594 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.021s 2022-02-17 12:56:41,594 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fb2a55-e330-4c4b-88cb-3eacf160b8e4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fb2a55-e330-4c4b-88cb-3eacf160b8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:42,619 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.020s 2022-02-17 12:56:42,619 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a81ce1-412d-4d9f-a3b6-ef5a85d11a38', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a81ce1-412d-4d9f-a3b6-ef5a85d11a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:43,644 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.022s 2022-02-17 12:56:43,645 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c04ac3-9038-4cbf-b23a-a9d2eae2725b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c04ac3-9038-4cbf-b23a-a9d2eae2725b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:44,669 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670 0.021s 2022-02-17 12:56:44,670 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d670fdb4-0b13-4ec6-8f98-6ff2ae8a1c1a', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d670fdb4-0b13-4ec6-8f98-6ff2ae8a1c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/2c7a5c5b-ff81-47d4-bf83-04efbdd47670'} Body: b'{"snapshot": {"id": "2c7a5c5b-ff81-47d4-bf83-04efbdd47670", "created_at": "2022-02-17T12:56:38.000000", "updated_at": "2022-02-17T12:56:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-499414794", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-02-17 12:56:44,672 129473 INFO [tempest.common.waiters] snapshot 2c7a5c5b-ff81-47d4-bf83-04efbdd47670 reached available after waiting for 6.672860 seconds 2022-02-17 12:56:45,047 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots 0.374s 2022-02-17 12:56:45,048 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdfb0eca-98a2-484d-b255-f60a6b3f44de', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdfb0eca-98a2-484d-b255-f60a6b3f44de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:44.841923", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}}}' 2022-02-17 12:56:45,072 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:45,077 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be90c11-56c3-497d-afef-ca3829d0bb36', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be90c11-56c3-497d-afef-ca3829d0bb36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:46,101 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:46,102 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429f6a73-ea84-404d-aec5-9f2b07292a0b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429f6a73-ea84-404d-aec5-9f2b07292a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:47,126 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:47,127 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456d2d27-cc37-4d99-b927-b94918ae3259', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456d2d27-cc37-4d99-b927-b94918ae3259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:48,152 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:48,152 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3623140-d0a4-4bf9-aa76-347849d97ccc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3623140-d0a4-4bf9-aa76-347849d97ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:49,180 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.024s 2022-02-17 12:56:49,181 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fc1097-a90a-4b15-b3ea-bf8775b4410e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fc1097-a90a-4b15-b3ea-bf8775b4410e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:50,206 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:50,207 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b802dc7-4818-4ecd-a0f6-6261dc4f462d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b802dc7-4818-4ecd-a0f6-6261dc4f462d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:51,232 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.021s 2022-02-17 12:56:51,232 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ac104b-793b-4668-a5e2-16f13e2c00da', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ac104b-793b-4668-a5e2-16f13e2c00da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:52,260 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1 0.023s 2022-02-17 12:56:52,260 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b59e5b6-7ae2-4b04-a2ba-0fbacbc7fff6', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b59e5b6-7ae2-4b04-a2ba-0fbacbc7fff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/f79697d3-908b-4eb2-9d19-8879e570a0d1'} Body: b'{"snapshot": {"id": "f79697d3-908b-4eb2-9d19-8879e570a0d1", "created_at": "2022-02-17T12:56:45.000000", "updated_at": "2022-02-17T12:56:52.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2055000727", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-02-17 12:56:52,263 129473 INFO [tempest.common.waiters] snapshot f79697d3-908b-4eb2-9d19-8879e570a0d1 reached available after waiting for 7.263049 seconds 2022-02-17 12:56:52,759 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots 0.496s 2022-02-17 12:56:52,759 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8fbbcb-60c0-407a-998b-bee8463e7fd8', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8fbbcb-60c0-407a-998b-bee8463e7fd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:52.501638", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}}}' 2022-02-17 12:56:52,790 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.027s 2022-02-17 12:56:52,790 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df243bb-2ed0-410c-a766-ff01e3efd08a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df243bb-2ed0-410c-a766-ff01e3efd08a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:53,939 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.145s 2022-02-17 12:56:53,940 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efdb1418-8208-424f-8e14-ec263475399b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efdb1418-8208-424f-8e14-ec263475399b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:54,969 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:56:54,969 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f9a7c6-df23-459d-8462-e1aec51d308a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f9a7c6-df23-459d-8462-e1aec51d308a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:56,587 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.613s 2022-02-17 12:56:56,587 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430be7ad-6344-42d2-91ef-6546974d9330', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430be7ad-6344-42d2-91ef-6546974d9330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:57,611 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:56:57,612 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f895a5-4fe7-4fe0-bacc-f3c4fa38a288', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f895a5-4fe7-4fe0-bacc-f3c4fa38a288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:58,637 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:56:58,637 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1047f4fa-39d8-405b-93dd-b44dd46ad503', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1047f4fa-39d8-405b-93dd-b44dd46ad503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:56:59,663 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:56:59,664 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a856f9-8505-4ab3-8f4d-c2b601af0b26', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a856f9-8505-4ab3-8f4d-c2b601af0b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:00,690 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:00,690 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a8adc2-7177-493d-b2b1-6bb9f125ca50', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a8adc2-7177-493d-b2b1-6bb9f125ca50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:01,716 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:01,716 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c282c5f0-c7ff-451f-9e39-109c07f40c3a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c282c5f0-c7ff-451f-9e39-109c07f40c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:02,742 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:02,742 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65bcae36-4fb8-44d9-af3c-6960d4a09b16', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65bcae36-4fb8-44d9-af3c-6960d4a09b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:03,767 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:03,767 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e04adee-abef-4207-8afd-e1744da87f8f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e04adee-abef-4207-8afd-e1744da87f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:04,792 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:04,792 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77cbb740-7422-4985-ae9a-ab98beff3c79', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77cbb740-7422-4985-ae9a-ab98beff3c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:05,827 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.031s 2022-02-17 12:57:05,827 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d174bf-aec5-478f-a557-77b064a1fc31', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d174bf-aec5-478f-a557-77b064a1fc31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:06,852 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:06,853 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85a7268c-b577-4d5d-ad79-92355a7160ba', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85a7268c-b577-4d5d-ad79-92355a7160ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:07,877 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.020s 2022-02-17 12:57:07,881 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9696d5-aadc-49d9-973e-5365d25c0858', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9696d5-aadc-49d9-973e-5365d25c0858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:08,914 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.027s 2022-02-17 12:57:08,914 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7084f89b-64f2-412c-8563-0d7558ee8ce5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7084f89b-64f2-412c-8563-0d7558ee8ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:09,941 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:09,942 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b55cbe-6016-4667-9e69-d4ea6140c4c4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b55cbe-6016-4667-9e69-d4ea6140c4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:10,967 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:10,968 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a552ce23-f92a-4107-8454-ea459bf6a3fe', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a552ce23-f92a-4107-8454-ea459bf6a3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:11,993 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:11,993 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4dbd76-4f01-451d-90b4-2069d060ebae', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4dbd76-4f01-451d-90b4-2069d060ebae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:13,023 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.026s 2022-02-17 12:57:13,024 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898605d3-f6c6-4e74-b884-0712d5698f88', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898605d3-f6c6-4e74-b884-0712d5698f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:14,058 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.029s 2022-02-17 12:57:14,058 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-121ba424-8e29-4fce-a654-9fb516127830', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-121ba424-8e29-4fce-a654-9fb516127830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:15,087 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:15,087 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dedee3b-4f25-40e0-a3fc-3e3164ab782a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dedee3b-4f25-40e0-a3fc-3e3164ab782a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:16,111 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.020s 2022-02-17 12:57:16,111 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d702afac-b58b-4f6d-ad2e-2f5cedb9c889', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d702afac-b58b-4f6d-ad2e-2f5cedb9c889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:17,137 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:17,138 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d8202d-4de7-4e6d-9db7-f1dd734a9a12', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d8202d-4de7-4e6d-9db7-f1dd734a9a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:18,163 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:18,163 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbda8bfe-85dd-4b78-8e3b-056f0fa5af7d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbda8bfe-85dd-4b78-8e3b-056f0fa5af7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:19,190 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:19,190 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c7832c-c360-40a3-b7cc-36f63cf8b90d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c7832c-c360-40a3-b7cc-36f63cf8b90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:20,216 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:20,217 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2417d588-85d3-4149-b6d6-9e401607e446', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2417d588-85d3-4149-b6d6-9e401607e446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:21,244 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:21,244 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4319c0cb-0650-49fc-ac7d-af99b93d8462', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4319c0cb-0650-49fc-ac7d-af99b93d8462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:22,271 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:22,271 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edde93d-2dd4-4caf-b85e-c2517d668087', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edde93d-2dd4-4caf-b85e-c2517d668087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:23,298 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:23,298 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-985a5f88-dc59-4a3c-8710-7f1a74e38514', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-985a5f88-dc59-4a3c-8710-7f1a74e38514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:24,324 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.022s 2022-02-17 12:57:24,325 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af4b288-1041-4443-a601-09ee439d5b7e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af4b288-1041-4443-a601-09ee439d5b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:25,356 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.026s 2022-02-17 12:57:25,357 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640e11d0-2632-4d62-a992-4be2e93b48d4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640e11d0-2632-4d62-a992-4be2e93b48d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:26,402 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.038s 2022-02-17 12:57:26,402 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab8f551-7bdc-4a5c-bb10-1265903786a7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab8f551-7bdc-4a5c-bb10-1265903786a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:27,428 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:27,428 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ee39dd-eb29-4c5c-9ba6-e7c253d9dadc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ee39dd-eb29-4c5c-9ba6-e7c253d9dadc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:28,462 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.026s 2022-02-17 12:57:28,463 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405796d3-38db-4ef3-a9bd-d9d5702b4fa0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405796d3-38db-4ef3-a9bd-d9d5702b4fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:29,494 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.027s 2022-02-17 12:57:29,495 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643ff302-1943-4f71-a67f-27f8057bd5a8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643ff302-1943-4f71-a67f-27f8057bd5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:30,520 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.021s 2022-02-17 12:57:30,520 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4809ba81-c742-4bb1-801a-bcb4216bc17f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4809ba81-c742-4bb1-801a-bcb4216bc17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:31,549 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.023s 2022-02-17 12:57:31,549 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c9c114-1c62-4f5d-8523-0efc84b58f80', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c9c114-1c62-4f5d-8523-0efc84b58f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:32,616 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.063s 2022-02-17 12:57:32,617 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ba9dc8-c36b-4413-b288-c15342d196eb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ba9dc8-c36b-4413-b288-c15342d196eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:33,675 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.054s 2022-02-17 12:57:33,675 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ca9517-d204-43d3-b108-eee789ffc826', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ca9517-d204-43d3-b108-eee789ffc826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:34,737 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.058s 2022-02-17 12:57:34,737 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e9fbcf-ab6f-471c-b97f-9dac96ae4c90', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e9fbcf-ab6f-471c-b97f-9dac96ae4c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:35,773 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.032s 2022-02-17 12:57:35,774 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e942b4a3-67ed-475e-aea3-bb460585dee2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e942b4a3-67ed-475e-aea3-bb460585dee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:36,818 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.040s 2022-02-17 12:57:36,819 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e153383a-fe1c-456a-b4ce-11260ec9d47e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e153383a-fe1c-456a-b4ce-11260ec9d47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:37,875 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.053s 2022-02-17 12:57:37,876 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eee824b-562c-41f7-8a23-ca3d0bb6c990', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eee824b-562c-41f7-8a23-ca3d0bb6c990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:38,922 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:57:38,922 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e0dd9f-0d29-4bae-be35-aea9fba59753', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e0dd9f-0d29-4bae-be35-aea9fba59753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:39,972 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:57:39,972 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32be1718-97f8-4578-b201-479e11a5b068', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32be1718-97f8-4578-b201-479e11a5b068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:41,022 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:57:41,022 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa87687f-ae6e-49c7-b296-ca35bb6dd18e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa87687f-ae6e-49c7-b296-ca35bb6dd18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:42,081 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.055s 2022-02-17 12:57:42,081 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e434885-cc23-4915-8210-ac50ebaa2bc1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e434885-cc23-4915-8210-ac50ebaa2bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:43,131 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:57:43,131 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4dc36bf-5f9a-4e18-815a-29808108e28a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4dc36bf-5f9a-4e18-815a-29808108e28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:44,180 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:57:44,181 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdef0303-d9bf-4c08-aee3-7db244dc6a10', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdef0303-d9bf-4c08-aee3-7db244dc6a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:45,227 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:57:45,228 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea010cb-215c-4000-b3cf-e938e0f2e360', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea010cb-215c-4000-b3cf-e938e0f2e360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:46,274 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:57:46,277 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77a7005-5aa7-42e8-bc4a-6ab86fd08bfa', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77a7005-5aa7-42e8-bc4a-6ab86fd08bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:47,324 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:57:47,324 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d367c87d-726f-44ad-9106-64aea20b1d27', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d367c87d-726f-44ad-9106-64aea20b1d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:48,383 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.055s 2022-02-17 12:57:48,383 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4907376f-5e1e-46c6-9b98-8fc6e1fc80f7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4907376f-5e1e-46c6-9b98-8fc6e1fc80f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:49,430 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:57:49,430 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c54c5fa-1e3f-4612-a845-b3505845170f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c54c5fa-1e3f-4612-a845-b3505845170f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:50,482 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.048s 2022-02-17 12:57:50,483 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237726b9-222c-42d0-8a7a-fbed2d40c9ed', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237726b9-222c-42d0-8a7a-fbed2d40c9ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:51,535 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.047s 2022-02-17 12:57:51,536 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6f7970-4dcd-4ff9-8201-d4a01aa288ea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6f7970-4dcd-4ff9-8201-d4a01aa288ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:52,585 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:57:52,585 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d04a86a-41cb-465f-ad46-5c4eb8d8b2df', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d04a86a-41cb-465f-ad46-5c4eb8d8b2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:53,631 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:57:53,632 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857a4d7d-76b2-49e8-a3d3-358234ebdff5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857a4d7d-76b2-49e8-a3d3-358234ebdff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:54,681 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:57:54,681 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b949fad-1a58-4dc4-ad95-dda469915fd4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b949fad-1a58-4dc4-ad95-dda469915fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:55,731 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:57:55,731 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d063e6-0c13-43ba-9e3d-9650b9d9f135', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d063e6-0c13-43ba-9e3d-9650b9d9f135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:56,777 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.040s 2022-02-17 12:57:56,777 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9211f3-4b08-4c2e-97a5-251192102ef6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9211f3-4b08-4c2e-97a5-251192102ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:57,823 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:57:57,824 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9227b7fd-4eeb-45d1-97b2-42d22d51f364', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9227b7fd-4eeb-45d1-97b2-42d22d51f364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:58,899 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.071s 2022-02-17 12:57:58,900 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc77fc5-a9e6-4d49-8201-76c2caebb40c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc77fc5-a9e6-4d49-8201-76c2caebb40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:57:59,947 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:57:59,947 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f16d1581-9edf-448a-829f-de733f29a2a0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f16d1581-9edf-448a-829f-de733f29a2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:00,989 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.039s 2022-02-17 12:58:00,990 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39209c2-e8c9-4218-b536-ceed9a6bccbd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39209c2-e8c9-4218-b536-ceed9a6bccbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:02,044 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.051s 2022-02-17 12:58:02,045 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e436964-6e4c-4888-9368-b3b2a5c30eb3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e436964-6e4c-4888-9368-b3b2a5c30eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:03,094 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:58:03,095 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f57836a-48e6-48d2-af52-4501bf099091', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f57836a-48e6-48d2-af52-4501bf099091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:04,139 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:04,140 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c17ea21-975a-4f8d-8075-34e4f71cf5d3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c17ea21-975a-4f8d-8075-34e4f71cf5d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:05,189 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:05,189 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeac68e1-5687-4cae-aaa5-f6a5a222dbf9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeac68e1-5687-4cae-aaa5-f6a5a222dbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:06,306 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.112s 2022-02-17 12:58:06,307 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59ad68c-2c27-4f81-9489-e9bd36a7aecd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59ad68c-2c27-4f81-9489-e9bd36a7aecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:07,365 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.055s 2022-02-17 12:58:07,366 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97b5f04-2f1a-40b3-8bae-49aac658ee48', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97b5f04-2f1a-40b3-8bae-49aac658ee48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:08,435 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.065s 2022-02-17 12:58:08,435 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4c1ee2-081a-4378-8b70-c67379b13d94', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4c1ee2-081a-4378-8b70-c67379b13d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:09,529 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.089s 2022-02-17 12:58:09,529 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb55f1c-c057-49e9-be4c-37b7729bbc2d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb55f1c-c057-49e9-be4c-37b7729bbc2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:10,685 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.151s 2022-02-17 12:58:10,686 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3dd2b9-fc27-4bdb-a464-0f47463b2daf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3dd2b9-fc27-4bdb-a464-0f47463b2daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:11,737 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.047s 2022-02-17 12:58:11,737 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137afee5-7eec-41eb-ae78-4816fb012f41', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137afee5-7eec-41eb-ae78-4816fb012f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:12,793 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.051s 2022-02-17 12:58:12,793 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad74f671-ac62-472e-bd4d-7b047e9c8291', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad74f671-ac62-472e-bd4d-7b047e9c8291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:13,843 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:58:13,844 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97285d1b-df6a-434d-ad60-d1282fb6a5de', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97285d1b-df6a-434d-ad60-d1282fb6a5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:14,902 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.055s 2022-02-17 12:58:14,902 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04de431e-8f70-4668-9c56-d567d9900adf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04de431e-8f70-4668-9c56-d567d9900adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:15,963 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.057s 2022-02-17 12:58:15,964 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7c0682-19d0-4f14-8117-0e154144e2b4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7c0682-19d0-4f14-8117-0e154144e2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:17,015 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:17,016 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b35d199-0eeb-442c-9890-b4d7c5c58d92', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b35d199-0eeb-442c-9890-b4d7c5c58d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:18,077 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.056s 2022-02-17 12:58:18,078 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9c9a18-47a8-4481-b7cf-549584872783', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9c9a18-47a8-4481-b7cf-549584872783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:19,136 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.054s 2022-02-17 12:58:19,137 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39dfd259-06ea-404e-88a3-459bb1b1bc8c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39dfd259-06ea-404e-88a3-459bb1b1bc8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:20,204 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.063s 2022-02-17 12:58:20,204 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5d06a6-61a2-47ac-9201-919868aa3cda', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5d06a6-61a2-47ac-9201-919868aa3cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:21,253 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:21,258 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08426fd2-f90f-464a-9711-185466b54bc6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08426fd2-f90f-464a-9711-185466b54bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:22,314 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.052s 2022-02-17 12:58:22,315 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4371a8-3ea7-4eec-9bb3-e6ec46b331de', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4371a8-3ea7-4eec-9bb3-e6ec46b331de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:23,360 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:23,360 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eae0bb4-cd2d-4f07-b1d8-6732a5068503', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eae0bb4-cd2d-4f07-b1d8-6732a5068503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:24,405 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:24,406 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77935646-e237-4d2a-ae4c-33c08d10a435', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77935646-e237-4d2a-ae4c-33c08d10a435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:25,453 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:58:25,454 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adcab2b8-6ca5-41a5-9b52-b4cd003f239c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adcab2b8-6ca5-41a5-9b52-b4cd003f239c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:26,510 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.053s 2022-02-17 12:58:26,511 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d006df66-dfc2-446c-9a68-05d706c08fde', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d006df66-dfc2-446c-9a68-05d706c08fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:27,561 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:58:27,561 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f263c2b5-e009-4d02-85a2-7191d77d5a7e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f263c2b5-e009-4d02-85a2-7191d77d5a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:28,614 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.050s 2022-02-17 12:58:28,615 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e6592ac-b714-48ed-a709-c8f102c5aa5e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e6592ac-b714-48ed-a709-c8f102c5aa5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:29,667 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.048s 2022-02-17 12:58:29,667 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dff42ae-5cff-4327-8015-d0f1f3f834aa', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dff42ae-5cff-4327-8015-d0f1f3f834aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:30,717 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:58:30,717 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b494a88d-58a4-4f3b-9aeb-1aed6a15a4ab', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b494a88d-58a4-4f3b-9aeb-1aed6a15a4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:31,770 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.049s 2022-02-17 12:58:31,770 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276acf21-a3f5-4908-88eb-bcf55d8cf290', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276acf21-a3f5-4908-88eb-bcf55d8cf290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:32,818 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:32,819 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62abd0e-63cd-477e-8a08-ae269833c3a4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62abd0e-63cd-477e-8a08-ae269833c3a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:33,867 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:33,867 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d911a96-0dec-42d7-a6a7-bfcebe15cda2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d911a96-0dec-42d7-a6a7-bfcebe15cda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:34,925 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.054s 2022-02-17 12:58:34,925 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e03bfb-a40d-4ae9-8db0-1a0fd485dba6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70e03bfb-a40d-4ae9-8db0-1a0fd485dba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:35,981 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.052s 2022-02-17 12:58:35,992 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c02a12f-63cd-4760-bebe-cf800d51d827', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c02a12f-63cd-4760-bebe-cf800d51d827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:37,033 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.036s 2022-02-17 12:58:37,034 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08709ef-e49f-4262-99f3-c990fb77cb12', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08709ef-e49f-4262-99f3-c990fb77cb12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:38,086 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.048s 2022-02-17 12:58:38,087 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ea99be-8524-47b0-9101-da249c93c496', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ea99be-8524-47b0-9101-da249c93c496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:39,132 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:39,132 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3281d92-0847-4745-828c-95c24e36a0cf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3281d92-0847-4745-828c-95c24e36a0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:40,179 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:58:40,180 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ccb3fdc-0392-492a-84d3-4fa4a1b651a7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ccb3fdc-0392-492a-84d3-4fa4a1b651a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:41,228 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:58:41,229 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58423dc3-fe00-4c82-9fb3-005947703613', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58423dc3-fe00-4c82-9fb3-005947703613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:42,277 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:42,277 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e6e835-a166-4171-a26c-6367ded345ea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e6e835-a166-4171-a26c-6367ded345ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:43,326 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:43,326 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25bd01c8-de44-4b04-b2ba-88cf0b589307', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25bd01c8-de44-4b04-b2ba-88cf0b589307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:44,371 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:44,371 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11aac7f7-a93b-45b4-8616-46bf92a3f8c5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11aac7f7-a93b-45b4-8616-46bf92a3f8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:45,420 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:45,421 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f45266-821d-43be-b01e-d0f15953e7b7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f45266-821d-43be-b01e-d0f15953e7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:46,469 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:46,469 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94234c24-de9d-43ac-bae5-98f34fc151fa', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94234c24-de9d-43ac-bae5-98f34fc151fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:47,513 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.039s 2022-02-17 12:58:47,513 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef5019f-2f3e-43df-aa38-05039ab52d2e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef5019f-2f3e-43df-aa38-05039ab52d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:48,560 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:58:48,560 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb6c1a7c-5a9d-44d0-af94-f557ab631e9f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb6c1a7c-5a9d-44d0-af94-f557ab631e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:49,621 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.057s 2022-02-17 12:58:49,621 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2dbf9a-b795-44e4-b0a6-56429f6abeae', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2dbf9a-b795-44e4-b0a6-56429f6abeae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:50,664 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.039s 2022-02-17 12:58:50,664 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e4b828-2f0a-4a8f-88b6-175b9974fccf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e4b828-2f0a-4a8f-88b6-175b9974fccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:51,709 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:51,709 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2878e70-3b18-4963-b7fe-6988f57eeaae', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2878e70-3b18-4963-b7fe-6988f57eeaae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:52,758 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:52,759 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c766bd-46c2-4636-bbc1-e046b367a703', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c766bd-46c2-4636-bbc1-e046b367a703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:53,808 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:53,808 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72e1a05-02db-4f6b-bfb1-1650352afd7d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72e1a05-02db-4f6b-bfb1-1650352afd7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:54,856 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:58:54,856 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3acf819-56ec-42dc-8463-465d5bf2ffd5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3acf819-56ec-42dc-8463-465d5bf2ffd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:55,905 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:58:55,906 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e81f84a-b309-4033-ba44-4f7c42521c70', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e81f84a-b309-4033-ba44-4f7c42521c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:56,953 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:58:56,953 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d029f145-6bc7-4eea-9b46-170dd18bdc08', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d029f145-6bc7-4eea-9b46-170dd18bdc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:57,998 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:58:57,998 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390b8253-e89c-4f33-9f10-b679a511f567', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-390b8253-e89c-4f33-9f10-b679a511f567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:58:59,067 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.066s 2022-02-17 12:58:59,067 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925433e4-02b5-49d7-8a2a-edcb792322a5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925433e4-02b5-49d7-8a2a-edcb792322a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:00,111 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.040s 2022-02-17 12:59:00,111 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f1712f-de20-4b02-8d6a-926cdd8bdf57', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f1712f-de20-4b02-8d6a-926cdd8bdf57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:01,163 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:59:01,163 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5c335a-d5e0-41e3-aec2-0e4d49f1da30', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5c335a-d5e0-41e3-aec2-0e4d49f1da30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:02,210 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:02,211 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ef86cf-2981-411d-bad2-416069685309', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ef86cf-2981-411d-bad2-416069685309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:03,257 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:59:03,257 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c906d9-b057-471f-b178-177bc4fb7219', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c906d9-b057-471f-b178-177bc4fb7219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:04,305 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:59:04,305 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e31532-9b5a-4261-9431-2837ebe2fe23', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e31532-9b5a-4261-9431-2837ebe2fe23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:05,353 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:59:05,354 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e4744f-12f2-4b9d-ba4d-dc2d0b7105b6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e4744f-12f2-4b9d-ba4d-dc2d0b7105b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:06,398 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:59:06,399 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df5d879-30fd-4f5a-b54e-25db70255886', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df5d879-30fd-4f5a-b54e-25db70255886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:07,449 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:59:07,449 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-777d49eb-6152-4ff1-a6ae-8f06990c140f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-777d49eb-6152-4ff1-a6ae-8f06990c140f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:08,497 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:08,497 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea770a4-672a-4760-9179-e2df2bb4d3fc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea770a4-672a-4760-9179-e2df2bb4d3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:09,543 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:59:09,543 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a706bfef-5f38-4051-9270-b2901c7a54d8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a706bfef-5f38-4051-9270-b2901c7a54d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:10,591 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:10,592 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c6574c4-add3-445f-8ead-cd405c9f8610', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c6574c4-add3-445f-8ead-cd405c9f8610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:11,638 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:11,639 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf8a305f-c65f-4630-a38b-0aedb4523252', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf8a305f-c65f-4630-a38b-0aedb4523252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:12,689 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:59:12,689 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d552e85-0fc6-44fd-853c-66589a570800', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d552e85-0fc6-44fd-853c-66589a570800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:13,739 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:13,739 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1efda6c-0196-4394-9b87-3ba77f4b6c84', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1efda6c-0196-4394-9b87-3ba77f4b6c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:14,780 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.037s 2022-02-17 12:59:14,781 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bed2f4-9fbf-4f9c-b3ef-4d4d548289ad', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bed2f4-9fbf-4f9c-b3ef-4d4d548289ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:15,829 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:15,830 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e07968ea-f52e-442b-a96b-14372bfeffa3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e07968ea-f52e-442b-a96b-14372bfeffa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:16,878 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:16,879 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae24f214-288b-40f4-a3cd-c25c6a9c3623', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae24f214-288b-40f4-a3cd-c25c6a9c3623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:17,925 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:59:17,925 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19bee8a3-008f-4c47-b3b3-1d8f4b2d9b67', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19bee8a3-008f-4c47-b3b3-1d8f4b2d9b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:18,971 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:18,972 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6040d88-2ae9-4662-bae2-3f1bf7a4ceef', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6040d88-2ae9-4662-bae2-3f1bf7a4ceef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:20,020 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:20,021 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4639d7f1-ffee-456e-a34f-c0938b7796e9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4639d7f1-ffee-456e-a34f-c0938b7796e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:21,067 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:59:21,070 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fa5319c-7fa4-4e0e-9ad2-d7c77ba24cd3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa5319c-7fa4-4e0e-9ad2-d7c77ba24cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:22,113 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.039s 2022-02-17 12:59:22,114 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a0a385-5c08-4df1-89ce-a66283b02684', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a0a385-5c08-4df1-89ce-a66283b02684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:23,161 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:23,162 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-523a4300-0344-4a34-b13e-5bf09715ba67', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-523a4300-0344-4a34-b13e-5bf09715ba67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:24,210 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:59:24,210 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d5d474-6413-4c45-9397-7c4e6b61c822', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d5d474-6413-4c45-9397-7c4e6b61c822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:25,264 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.050s 2022-02-17 12:59:25,264 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ba4d0b-cc6f-45b8-a06e-12f6047933f0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ba4d0b-cc6f-45b8-a06e-12f6047933f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:26,315 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:59:26,315 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0309f20-58d1-4927-8cec-0b1e5f6e43f0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0309f20-58d1-4927-8cec-0b1e5f6e43f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:27,363 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.043s 2022-02-17 12:59:27,363 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d48e94-f3f9-4606-b3c2-b53b86a25f18', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d48e94-f3f9-4606-b3c2-b53b86a25f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:28,415 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.048s 2022-02-17 12:59:28,416 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d22ff9ae-d09e-4842-99ea-1948f98a0327', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d22ff9ae-d09e-4842-99ea-1948f98a0327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:29,458 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.039s 2022-02-17 12:59:29,459 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72896da5-f0fc-4979-b005-c22f88a62903', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72896da5-f0fc-4979-b005-c22f88a62903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:30,507 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.044s 2022-02-17 12:59:30,507 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29121136-f4d1-45b7-a0a7-7f82d9cb44cd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29121136-f4d1-45b7-a0a7-7f82d9cb44cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:31,557 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.046s 2022-02-17 12:59:31,558 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d060e20-9960-49e2-99dc-08915cd17bdf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d060e20-9960-49e2-99dc-08915cd17bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:32,609 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.047s 2022-02-17 12:59:32,609 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355dd189-d454-4b46-9572-38aa5594cc3d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355dd189-d454-4b46-9572-38aa5594cc3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:33,664 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.050s 2022-02-17 12:59:33,664 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c247b8eb-df3f-494b-8a3a-29776267e3d6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c247b8eb-df3f-494b-8a3a-29776267e3d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:34,748 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.079s 2022-02-17 12:59:34,749 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bdafea4-6bee-48ab-a5c3-77c7e45422a4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bdafea4-6bee-48ab-a5c3-77c7e45422a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:35,777 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.025s 2022-02-17 12:59:35,778 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010b5fd1-126c-48cc-8fdd-cb56cf0372f6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010b5fd1-126c-48cc-8fdd-cb56cf0372f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:36,850 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.068s 2022-02-17 12:59:36,851 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5623b355-7af7-435d-bd87-aa674d7f0ab5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5623b355-7af7-435d-bd87-aa674d7f0ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:37,904 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.050s 2022-02-17 12:59:37,904 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c606c59-d26e-48c3-905b-85624d86d8f1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c606c59-d26e-48c3-905b-85624d86d8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:38,953 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:38,953 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5afe5a1b-5c06-46f0-8dda-6aeaab54419b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5afe5a1b-5c06-46f0-8dda-6aeaab54419b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:39,998 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.041s 2022-02-17 12:59:39,998 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53e3048-2cb5-4c81-9f02-f5e786f28255', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53e3048-2cb5-4c81-9f02-f5e786f28255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:41,071 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.069s 2022-02-17 12:59:41,072 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e184ea18-858a-459e-88e6-4d8df51406e2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e184ea18-858a-459e-88e6-4d8df51406e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:42,118 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.042s 2022-02-17 12:59:42,118 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2774d6a-70d3-4e8c-acdc-177670c1be0b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2774d6a-70d3-4e8c-acdc-177670c1be0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:43,167 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.045s 2022-02-17 12:59:43,167 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c6f6583-2ec4-4297-aac4-9682a0abe76b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c6f6583-2ec4-4297-aac4-9682a0abe76b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 12:59:44,230 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 0.059s 2022-02-17 12:59:44,230 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4955ef85-d441-4139-8ea3-1eb9f32792bc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4955ef85-d441-4139-8ea3-1eb9f32792bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 13:00:45,295 129473 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/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 2022-02-17 13:00:54,225 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 68.991s 2022-02-17 13:00:54,226 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070c3c16-9794-423b-bc76-7f700c2cac3a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070c3c16-9794-423b-bc76-7f700c2cac3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 13:01:45,111 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 49.881s 2022-02-17 13:01:45,111 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2cdbdf-9d16-4cac-83b2-b1c810bc1073', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2cdbdf-9d16-4cac-83b2-b1c810bc1073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 13:02:46,175 129473 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/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 2022-02-17 13:02:54,543 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8 68.429s 2022-02-17 13:02:54,544 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d7f375-d7e7-4a8e-ab76-02cced9e500c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d7f375-d7e7-4a8e-ab76-02cced9e500c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/snapshots/10b57c2d-7568-406a-b24c-53b8b4a213a8'} Body: b'{"snapshot": {"id": "10b57c2d-7568-406a-b24c-53b8b4a213a8", "created_at": "2022-02-17T12:56:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-64076478", "description": null, "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "aa5fc6116471413a85d9ffa3891f556b", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-02-17 13:03:54,608 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:04:54,665 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:05:54,727 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:06:54,788 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:07:54,848 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:08:54,860 129473 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/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:09:47,083 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 400 DELETE http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48 412.535s 2022-02-17 13:09:47,084 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:08:54 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-03a60f1d-a179-447e-afbc-79aab55752ba', 'x-compute-request-id': 'req-03a60f1d-a179-447e-afbc-79aab55752ba', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821/os-volume_attachments/5f7805c1-7ecb-40ad-b24f-4637423aea48'} 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-6693d681-8413-48a4-ad1e-7dfe9514565d)"}}' 2022-02-17 13:09:47,131 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.046s 2022-02-17 13:09:47,131 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-049f33b5-3bed-4b08-8084-a4ede9be4607', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-049f33b5-3bed-4b08-8084-a4ede9be4607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:09:48,187 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.047s 2022-02-17 13:09:48,187 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1944592-6fe5-4754-86b4-bda9a46124f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1944592-6fe5-4754-86b4-bda9a46124f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:09:49,869 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.674s 2022-02-17 13:09:49,869 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee771285-c519-4a98-b83f-7915b7202d71', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee771285-c519-4a98-b83f-7915b7202d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:09:50,947 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 0.069s 2022-02-17 13:09:50,947 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bb608a-49f2-47a9-8367-2046ded0cd15', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bb608a-49f2-47a9-8367-2046ded0cd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:10:52,012 129473 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/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:10:58,658 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 66.702s 2022-02-17 13:10:58,659 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db26bd99-6343-4bb1-9887-c771afb2527c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db26bd99-6343-4bb1-9887-c771afb2527c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:11:51,299 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 51.633s 2022-02-17 13:11:51,300 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46f9069-5f38-4f1b-9281-8b2d2794eef4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46f9069-5f38-4f1b-9281-8b2d2794eef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:12:52,350 129473 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/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:12:59,242 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 66.934s 2022-02-17 13:12:59,243 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb80d168-eaee-463d-872d-0a818b280291', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb80d168-eaee-463d-872d-0a818b280291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:13:51,540 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 51.288s 2022-02-17 13:13:51,540 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6b6600-9404-4102-ba2e-54067700b899', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6b6600-9404-4102-ba2e-54067700b899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:14:52,607 129473 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/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 2022-02-17 13:15:00,678 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 68.129s 2022-02-17 13:15:00,678 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6536e95-2554-4a40-aa5d-7a9cdf27f9bf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6536e95-2554-4a40-aa5d-7a9cdf27f9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:15:51,785 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48 50.098s 2022-02-17 13:15:51,785 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638484e3-79a3-4091-991e-70f413eaa4a6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638484e3-79a3-4091-991e-70f413eaa4a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48'} Body: b'{"volume": {"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:52.000000", "updated_at": "2022-02-17T13:04:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-699156646", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/aa5fc6116471413a85d9ffa3891f556b/volumes/5f7805c1-7ecb-40ad-b24f-4637423aea48"}], "user_id": "4d686abedcc94b548cd35698399b3bca", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "attachment_id": "149b58df-60e4-48a8-b3c1-b516faae70dd", "volume_id": "5f7805c1-7ecb-40ad-b24f-4637423aea48", "server_id": "00acf262-21a2-4a64-875f-c04a1038e821", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-02-17T12:56:30.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "aa5fc6116471413a85d9ffa3891f556b"}}' 2022-02-17 13:15:52,130 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.337s 2022-02-17 13:15:52,131 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-7b2757b6-1ecc-4f92-ac41-e71cae851ea2', 'x-compute-request-id': 'req-7b2757b6-1ecc-4f92-ac41-e71cae851ea2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'' 2022-02-17 13:15:52,474 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.343s 2022-02-17 13:15:52,475 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-ebe5c8a7-dbc2-4ff8-9b94-1618fe5730f6', 'x-compute-request-id': 'req-ebe5c8a7-dbc2-4ff8-9b94-1618fe5730f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:53,764 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.280s 2022-02-17 13:15:53,765 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-0880c983-1905-4bd6-95c4-83448792cc7f', 'x-compute-request-id': 'req-0880c983-1905-4bd6-95c4-83448792cc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:55,104 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.330s 2022-02-17 13:15:55,105 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-5f2774db-2a5c-493e-8790-70dd7c448b4a', 'x-compute-request-id': 'req-5f2774db-2a5c-493e-8790-70dd7c448b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:56,359 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.245s 2022-02-17 13:15:56,359 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-8ef2f322-4091-4f48-be7d-8ec236cf4e39', 'x-compute-request-id': 'req-8ef2f322-4091-4f48-be7d-8ec236cf4e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:57,603 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.235s 2022-02-17 13:15:57,603 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-793edf84-be3a-4769-ab12-6816a5b969ee', 'x-compute-request-id': 'req-793edf84-be3a-4769-ab12-6816a5b969ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:58,808 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.196s 2022-02-17 13:15:58,808 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-57ee5b17-0c84-45aa-bc31-7fbb2b12c6e4', 'x-compute-request-id': 'req-57ee5b17-0c84-45aa-bc31-7fbb2b12c6e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:15:59,983 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.165s 2022-02-17 13:15:59,983 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15: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-d1590325-b32b-4ff8-8631-90fa49ce6dc4', 'x-compute-request-id': 'req-d1590325-b32b-4ff8-8631-90fa49ce6dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:01,162 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.171s 2022-02-17 13:16:01,162 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-d9ee7068-b954-4174-aff0-284f0a4fc198', 'x-compute-request-id': 'req-d9ee7068-b954-4174-aff0-284f0a4fc198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:02,328 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:02,328 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-a5da775a-ceb7-4677-9ddf-e4f9cff1f111', 'x-compute-request-id': 'req-a5da775a-ceb7-4677-9ddf-e4f9cff1f111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:03,490 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:16:03,491 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-b8b9d1e8-d186-4379-859a-cd3930641891', 'x-compute-request-id': 'req-b8b9d1e8-d186-4379-859a-cd3930641891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:04,660 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:16:04,661 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-26fe8f49-4987-4acd-979e-5b8d292c93b7', 'x-compute-request-id': 'req-26fe8f49-4987-4acd-979e-5b8d292c93b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:05,826 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:05,826 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-23177bd5-7510-4c3d-a80a-c41903f27b45', 'x-compute-request-id': 'req-23177bd5-7510-4c3d-a80a-c41903f27b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:06,995 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:16:06,995 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-b71760ca-d5c5-47c9-b718-701ff8843f68', 'x-compute-request-id': 'req-b71760ca-d5c5-47c9-b718-701ff8843f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:08,276 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.272s 2022-02-17 13:16:08,281 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-bdf90151-aa15-4049-89d5-72a23d9bf822', 'x-compute-request-id': 'req-bdf90151-aa15-4049-89d5-72a23d9bf822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:09,457 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.167s 2022-02-17 13:16:09,457 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-404ae9e0-83e2-449d-bebf-ef9fb05b9e66', 'x-compute-request-id': 'req-404ae9e0-83e2-449d-bebf-ef9fb05b9e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:10,625 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:10,626 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-5173f6ce-3a7a-41bc-bbfa-6f344a44ee58', 'x-compute-request-id': 'req-5173f6ce-3a7a-41bc-bbfa-6f344a44ee58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:11,788 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:16:11,788 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-e6fc6d89-91a1-44c5-94d9-96a364f5a29c', 'x-compute-request-id': 'req-e6fc6d89-91a1-44c5-94d9-96a364f5a29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:12,955 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:16:12,956 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-5ee45dab-ed99-464f-b111-effece73f647', 'x-compute-request-id': 'req-5ee45dab-ed99-464f-b111-effece73f647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:14,116 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:16:14,117 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-a4d5209b-94a0-49cb-a400-6b23e78eceed', 'x-compute-request-id': 'req-a4d5209b-94a0-49cb-a400-6b23e78eceed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:15,284 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:15,285 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-7376e41f-1df2-4bf3-9e3c-e94b18d36119', 'x-compute-request-id': 'req-7376e41f-1df2-4bf3-9e3c-e94b18d36119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:16,449 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:16,449 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-0026402c-a91f-4be9-abf8-9313ce5e9010', 'x-compute-request-id': 'req-0026402c-a91f-4be9-abf8-9313ce5e9010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:17,622 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.164s 2022-02-17 13:16:17,622 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-8f8988d7-5303-44c4-8e3b-cd910a30870e', 'x-compute-request-id': 'req-8f8988d7-5303-44c4-8e3b-cd910a30870e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:18,788 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:16:18,789 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-6efc7da6-7ad1-4f5d-bba9-be942b8d244c', 'x-compute-request-id': 'req-6efc7da6-7ad1-4f5d-bba9-be942b8d244c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:19,954 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:19,954 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-dcc340da-e11e-42fe-a83a-b9230cf05ed3', 'x-compute-request-id': 'req-dcc340da-e11e-42fe-a83a-b9230cf05ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:21,128 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.166s 2022-02-17 13:16:21,129 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-57e52638-1a2c-4f84-bbfe-f44776dd39d8', 'x-compute-request-id': 'req-57e52638-1a2c-4f84-bbfe-f44776dd39d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:22,298 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:16:22,298 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-aee4caa6-3a86-4c1c-9aca-d2c1e495d6c0', 'x-compute-request-id': 'req-aee4caa6-3a86-4c1c-9aca-d2c1e495d6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:23,459 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:16:23,460 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-e0d6599c-9fa0-4c56-982f-979cb860fc3d', 'x-compute-request-id': 'req-e0d6599c-9fa0-4c56-982f-979cb860fc3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:24,635 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.167s 2022-02-17 13:16:24,636 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-ecec5dd2-3a1f-4d89-a35f-aea9264c45a9', 'x-compute-request-id': 'req-ecec5dd2-3a1f-4d89-a35f-aea9264c45a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:25,801 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:25,801 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-4993d84f-4144-4349-8bce-a14b13c13294', 'x-compute-request-id': 'req-4993d84f-4144-4349-8bce-a14b13c13294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:26,970 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:26,970 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-7d75e0f9-6726-42dd-988c-c350d4d42b9f', 'x-compute-request-id': 'req-7d75e0f9-6726-42dd-988c-c350d4d42b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:28,136 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:28,137 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-9fefb32a-b6d2-4dfa-945d-3666ce7275f2', 'x-compute-request-id': 'req-9fefb32a-b6d2-4dfa-945d-3666ce7275f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:29,300 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:29,301 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-46b22a01-e727-45e4-8971-c308095cea00', 'x-compute-request-id': 'req-46b22a01-e727-45e4-8971-c308095cea00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:30,693 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.383s 2022-02-17 13:16:30,694 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-817e7d09-e0b2-465f-b8c4-3920952d86c3', 'x-compute-request-id': 'req-817e7d09-e0b2-465f-b8c4-3920952d86c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:31,857 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:31,858 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-c04ebdc2-e10c-42c0-a73e-38f80795feb6', 'x-compute-request-id': 'req-c04ebdc2-e10c-42c0-a73e-38f80795feb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:33,022 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:33,023 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-d4e7ddec-d24b-40c2-8b75-4186633c5a25', 'x-compute-request-id': 'req-d4e7ddec-d24b-40c2-8b75-4186633c5a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:34,186 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:16:34,186 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-bae7886e-64d7-4cc1-97ec-874c7bec4ee9', 'x-compute-request-id': 'req-bae7886e-64d7-4cc1-97ec-874c7bec4ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:35,351 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:35,351 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-2696242d-6659-4954-b81d-352af46d76b5', 'x-compute-request-id': 'req-2696242d-6659-4954-b81d-352af46d76b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:36,516 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:36,516 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-5f4dbcdd-78f4-4795-8a2f-c19019d46f7a', 'x-compute-request-id': 'req-5f4dbcdd-78f4-4795-8a2f-c19019d46f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:37,691 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.166s 2022-02-17 13:16:37,691 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-875d8595-fd24-4672-a682-3c6335ae653a', 'x-compute-request-id': 'req-875d8595-fd24-4672-a682-3c6335ae653a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:38,856 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:38,856 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-f5347f3e-819c-4d3b-a27a-e9ac81a79535', 'x-compute-request-id': 'req-f5347f3e-819c-4d3b-a27a-e9ac81a79535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:40,021 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:40,022 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-5763aa3b-d2d7-48fd-8223-2e7fa3d087d0', 'x-compute-request-id': 'req-5763aa3b-d2d7-48fd-8223-2e7fa3d087d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:41,191 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:41,191 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-313b8057-92da-4d5d-b8e2-2c6daf47ea27', 'x-compute-request-id': 'req-313b8057-92da-4d5d-b8e2-2c6daf47ea27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:42,352 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:16:42,352 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-b518d889-56c8-4b97-a4fb-14f64bae76cb', 'x-compute-request-id': 'req-b518d889-56c8-4b97-a4fb-14f64bae76cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:43,519 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:43,519 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-b99144fb-70ad-47f9-b738-d88c822106a0', 'x-compute-request-id': 'req-b99144fb-70ad-47f9-b738-d88c822106a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:44,685 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:44,685 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-0bea2acf-8a5c-4a1c-95a6-ca253440b637', 'x-compute-request-id': 'req-0bea2acf-8a5c-4a1c-95a6-ca253440b637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:45,857 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 13:16:45,857 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-a399a781-5f58-4860-b1cc-5a2b2ab7b35f', 'x-compute-request-id': 'req-a399a781-5f58-4860-b1cc-5a2b2ab7b35f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:47,023 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:16:47,024 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-f2780bc8-cbb6-46db-808c-8d6813bd0d14', 'x-compute-request-id': 'req-f2780bc8-cbb6-46db-808c-8d6813bd0d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:48,188 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:48,188 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-1182fbcf-67e5-420d-9b90-d3287384ba36', 'x-compute-request-id': 'req-1182fbcf-67e5-420d-9b90-d3287384ba36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:49,356 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:49,357 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-0440be98-ee1d-42b1-b272-d6229c7d0839', 'x-compute-request-id': 'req-0440be98-ee1d-42b1-b272-d6229c7d0839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:50,522 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:16:50,523 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-3672f950-f506-4236-ada7-82c394f7f86c', 'x-compute-request-id': 'req-3672f950-f506-4236-ada7-82c394f7f86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:51,692 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:16:51,692 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-f124f0ee-4474-4b07-bf5e-e9adbf6bcece', 'x-compute-request-id': 'req-f124f0ee-4474-4b07-bf5e-e9adbf6bcece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:52,857 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:52,858 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-484c325c-d116-4220-9b30-72486b5f6392', 'x-compute-request-id': 'req-484c325c-d116-4220-9b30-72486b5f6392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:54,020 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:16:54,020 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-71c7eea2-61d7-4613-be4d-23e5062f88d4', 'x-compute-request-id': 'req-71c7eea2-61d7-4613-be4d-23e5062f88d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:55,189 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:16:55,189 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-94f79d5f-aa13-48a3-a869-ad419e13f525', 'x-compute-request-id': 'req-94f79d5f-aa13-48a3-a869-ad419e13f525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:56,354 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:56,355 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-64d0fb72-8c05-464e-a132-d6bcfbcb89df', 'x-compute-request-id': 'req-64d0fb72-8c05-464e-a132-d6bcfbcb89df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:57,525 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.162s 2022-02-17 13:16:57,525 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-0828d205-22b4-4e43-a616-e14978c1b2fb', 'x-compute-request-id': 'req-0828d205-22b4-4e43-a616-e14978c1b2fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:58,689 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:16:58,690 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-84e3f3a5-6d15-4287-858f-abbca86c5475', 'x-compute-request-id': 'req-84e3f3a5-6d15-4287-858f-abbca86c5475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:16:59,854 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:16:59,855 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:16: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-8f11eb8f-faa2-49c5-a4f7-8a258d6da2af', 'x-compute-request-id': 'req-8f11eb8f-faa2-49c5-a4f7-8a258d6da2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:01,020 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:01,020 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-d19f0755-99f9-4220-ae26-f29f348b112e', 'x-compute-request-id': 'req-d19f0755-99f9-4220-ae26-f29f348b112e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:02,186 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:02,187 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-962b1713-35be-4219-85f7-bbf6527330f6', 'x-compute-request-id': 'req-962b1713-35be-4219-85f7-bbf6527330f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:03,352 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:03,352 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-f16554cd-b779-4cff-a8ea-c7dd1c564bd0', 'x-compute-request-id': 'req-f16554cd-b779-4cff-a8ea-c7dd1c564bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:04,515 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:17:04,516 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-b076a411-5977-429d-a387-e248081eebef', 'x-compute-request-id': 'req-b076a411-5977-429d-a387-e248081eebef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:05,683 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:17:05,683 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-2f60580f-15ed-4105-9058-495ea82a187e', 'x-compute-request-id': 'req-2f60580f-15ed-4105-9058-495ea82a187e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:06,845 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.153s 2022-02-17 13:17:06,845 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-5f1811d4-27d6-4b34-941c-9bff354df8d0', 'x-compute-request-id': 'req-5f1811d4-27d6-4b34-941c-9bff354df8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:08,094 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.240s 2022-02-17 13:17:08,095 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-00151712-58c4-4d79-b00b-dcc2d5f6f8a1', 'x-compute-request-id': 'req-00151712-58c4-4d79-b00b-dcc2d5f6f8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:09,266 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 13:17:09,267 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-55461c25-d11c-4145-b4a6-ed27a4ab407f', 'x-compute-request-id': 'req-55461c25-d11c-4145-b4a6-ed27a4ab407f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:10,431 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:10,431 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-a56935ca-2c74-40c5-9f51-6c0bd21b1dd6', 'x-compute-request-id': 'req-a56935ca-2c74-40c5-9f51-6c0bd21b1dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:11,596 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:11,597 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-d95f204d-c4a8-4746-b7aa-eaf78429f773', 'x-compute-request-id': 'req-d95f204d-c4a8-4746-b7aa-eaf78429f773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:12,760 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:17:12,760 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-a772da82-cb89-4ca6-8459-28059f977036', 'x-compute-request-id': 'req-a772da82-cb89-4ca6-8459-28059f977036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:13,928 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:13,929 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-ffd819fa-f6c3-4862-b524-afc8f17b096d', 'x-compute-request-id': 'req-ffd819fa-f6c3-4862-b524-afc8f17b096d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:15,097 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:15,097 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-2100769e-d817-4d05-8de2-628c3e5964d5', 'x-compute-request-id': 'req-2100769e-d817-4d05-8de2-628c3e5964d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:16,264 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:16,264 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-85142c9d-b615-4949-b15b-e0b8f2ad86fc', 'x-compute-request-id': 'req-85142c9d-b615-4949-b15b-e0b8f2ad86fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:17,429 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:17,430 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-cd58b466-5b94-47a6-bf15-6920771fb5fb', 'x-compute-request-id': 'req-cd58b466-5b94-47a6-bf15-6920771fb5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:18,594 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:18,595 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-db68a7c7-81c2-4a78-b719-3cd9bf0dc05c', 'x-compute-request-id': 'req-db68a7c7-81c2-4a78-b719-3cd9bf0dc05c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:19,760 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:19,760 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-9e70ea61-b2f3-45eb-b1eb-210589c1ac41', 'x-compute-request-id': 'req-9e70ea61-b2f3-45eb-b1eb-210589c1ac41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:20,923 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:20,924 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-eaea7e7e-7cd5-47f1-9ee6-9c4597597e6e', 'x-compute-request-id': 'req-eaea7e7e-7cd5-47f1-9ee6-9c4597597e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:22,091 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:17:22,092 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-003ec9ee-9745-42e0-8a05-2a8373f738d2', 'x-compute-request-id': 'req-003ec9ee-9745-42e0-8a05-2a8373f738d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:23,260 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:23,260 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-0818ffa0-053d-4c26-9845-34486c89a250', 'x-compute-request-id': 'req-0818ffa0-053d-4c26-9845-34486c89a250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:24,426 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:24,426 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-9330f05b-66c0-4c0b-86d9-a77f5b2eaab8', 'x-compute-request-id': 'req-9330f05b-66c0-4c0b-86d9-a77f5b2eaab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:25,592 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:17:25,593 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-427dc3a1-4ec9-47ec-b852-d76f7bfcfe11', 'x-compute-request-id': 'req-427dc3a1-4ec9-47ec-b852-d76f7bfcfe11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:26,756 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:26,756 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-0f07af68-036d-4db8-9753-cf5e15fa1f03', 'x-compute-request-id': 'req-0f07af68-036d-4db8-9753-cf5e15fa1f03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:27,921 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:27,922 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-ed4ddc21-f914-4aa5-9a34-ade72b6301de', 'x-compute-request-id': 'req-ed4ddc21-f914-4aa5-9a34-ade72b6301de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:29,083 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:17:29,083 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-d8ad8438-5b2e-43b5-9ba7-e509edee483c', 'x-compute-request-id': 'req-d8ad8438-5b2e-43b5-9ba7-e509edee483c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:30,252 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:17:30,263 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-eeb53894-a7aa-4bc2-abea-b7e15f60926f', 'x-compute-request-id': 'req-eeb53894-a7aa-4bc2-abea-b7e15f60926f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:31,428 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:31,429 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-950af573-5250-4a6e-87ca-d0362cc38a39', 'x-compute-request-id': 'req-950af573-5250-4a6e-87ca-d0362cc38a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:32,607 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.170s 2022-02-17 13:17:32,608 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-095b52f0-2f1b-4894-911f-3c7cbf79e70b', 'x-compute-request-id': 'req-095b52f0-2f1b-4894-911f-3c7cbf79e70b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:33,772 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:33,773 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-5a3bc1a2-19ef-4a3f-b1eb-0da00b64bfa2', 'x-compute-request-id': 'req-5a3bc1a2-19ef-4a3f-b1eb-0da00b64bfa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:34,940 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:17:34,940 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-caebb9a8-863f-4660-bfe2-22164507da81', 'x-compute-request-id': 'req-caebb9a8-863f-4660-bfe2-22164507da81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:36,106 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:36,106 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-e0836cae-2ec4-4e62-88ab-0e4282919f28', 'x-compute-request-id': 'req-e0836cae-2ec4-4e62-88ab-0e4282919f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:37,269 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:37,269 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-b8c9fc89-ac85-4961-90c1-7cd1b231d3d5', 'x-compute-request-id': 'req-b8c9fc89-ac85-4961-90c1-7cd1b231d3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:38,433 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:38,433 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-91e3766a-852e-45d6-902f-0530d14bc7e4', 'x-compute-request-id': 'req-91e3766a-852e-45d6-902f-0530d14bc7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:39,601 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:39,601 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-b75fafd4-a8af-4b0c-8cb8-fd27582ed876', 'x-compute-request-id': 'req-b75fafd4-a8af-4b0c-8cb8-fd27582ed876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:40,765 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:40,765 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-50a91c89-2c9f-4fbb-9590-b9ca31f2dce0', 'x-compute-request-id': 'req-50a91c89-2c9f-4fbb-9590-b9ca31f2dce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:41,933 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:41,933 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-4fd65c81-aa9a-470b-8866-ba9c1456beff', 'x-compute-request-id': 'req-4fd65c81-aa9a-470b-8866-ba9c1456beff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:43,096 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:17:43,096 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-037c3548-3f14-46cd-be09-5b19b76b2e60', 'x-compute-request-id': 'req-037c3548-3f14-46cd-be09-5b19b76b2e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:44,262 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:44,263 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-e9d5de4a-4858-423f-b862-c27aba32b034', 'x-compute-request-id': 'req-e9d5de4a-4858-423f-b862-c27aba32b034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:45,435 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 13:17:45,435 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-b1825040-bb87-407b-bedf-60a5a32ad31a', 'x-compute-request-id': 'req-b1825040-bb87-407b-bedf-60a5a32ad31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:46,601 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:17:46,601 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-9761b6ab-04fd-4914-a387-ba551421dc73', 'x-compute-request-id': 'req-9761b6ab-04fd-4914-a387-ba551421dc73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:47,769 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:17:47,769 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-d4abcce2-2676-4c95-b214-7ecd190b8281', 'x-compute-request-id': 'req-d4abcce2-2676-4c95-b214-7ecd190b8281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:48,934 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:48,935 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-bc37143e-b520-480b-887c-adb8014a5da1', 'x-compute-request-id': 'req-bc37143e-b520-480b-887c-adb8014a5da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:50,103 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:17:50,104 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-670f6d33-610d-44fd-ade6-a737dfdbcfb8', 'x-compute-request-id': 'req-670f6d33-610d-44fd-ade6-a737dfdbcfb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:51,267 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:51,268 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-0ba4b61b-c6e7-415a-974a-e5fcc9d70565', 'x-compute-request-id': 'req-0ba4b61b-c6e7-415a-974a-e5fcc9d70565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:52,438 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:17:52,438 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-0cc9b0e6-e58d-4c5d-8f26-b1f26bebcebb', 'x-compute-request-id': 'req-0cc9b0e6-e58d-4c5d-8f26-b1f26bebcebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:53,856 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.408s 2022-02-17 13:17:53,856 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-698c4a91-e15f-4a85-8e75-6db683f729b8', 'x-compute-request-id': 'req-698c4a91-e15f-4a85-8e75-6db683f729b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:55,032 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.166s 2022-02-17 13:17:55,032 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-dd230c25-6eac-4eca-b339-1a9db8e500f0', 'x-compute-request-id': 'req-dd230c25-6eac-4eca-b339-1a9db8e500f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:56,201 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:17:56,202 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-b3477bda-86da-494c-b932-30b4ec8f5564', 'x-compute-request-id': 'req-b3477bda-86da-494c-b932-30b4ec8f5564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:57,366 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:17:57,366 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-e178de3f-7ecd-451a-81ab-3063f78dbd23', 'x-compute-request-id': 'req-e178de3f-7ecd-451a-81ab-3063f78dbd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:58,530 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:17:58,531 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-98612542-1036-4f2f-95ee-ef5bf6c814e9', 'x-compute-request-id': 'req-98612542-1036-4f2f-95ee-ef5bf6c814e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:17:59,881 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.342s 2022-02-17 13:17:59,881 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:17: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-7e4b6a65-ecc4-4bcd-8ba5-fef50353410b', 'x-compute-request-id': 'req-7e4b6a65-ecc4-4bcd-8ba5-fef50353410b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:01,050 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:01,051 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-b79527d8-2b5d-4ee1-93f4-93b53040f897', 'x-compute-request-id': 'req-b79527d8-2b5d-4ee1-93f4-93b53040f897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:02,218 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:02,218 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-98d9cbf2-6e20-4fe6-9f7f-b93d37c2d3d4', 'x-compute-request-id': 'req-98d9cbf2-6e20-4fe6-9f7f-b93d37c2d3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:03,387 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:03,387 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-b22475d5-67af-4d42-bde5-aedcd83b51c6', 'x-compute-request-id': 'req-b22475d5-67af-4d42-bde5-aedcd83b51c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:04,550 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:04,551 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-169be6f8-2266-421c-82c0-2e3ba32f0f40', 'x-compute-request-id': 'req-169be6f8-2266-421c-82c0-2e3ba32f0f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:05,711 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:18:05,711 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-c45fc281-bc96-4f9f-8cf7-0fbd5f5f613d', 'x-compute-request-id': 'req-c45fc281-bc96-4f9f-8cf7-0fbd5f5f613d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:06,876 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:06,877 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-37339f60-6fe1-4694-993c-daf1f130ea03', 'x-compute-request-id': 'req-37339f60-6fe1-4694-993c-daf1f130ea03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:08,047 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:08,047 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-a0edeb84-4734-4b08-9679-4d2638c3f5c6', 'x-compute-request-id': 'req-a0edeb84-4734-4b08-9679-4d2638c3f5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:09,215 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:09,216 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-eb225fae-e0c0-4bb1-9d05-6572b6601e10', 'x-compute-request-id': 'req-eb225fae-e0c0-4bb1-9d05-6572b6601e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:10,381 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:18:10,382 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-28b47b10-6756-4889-8ae9-d1b2f4271ba8', 'x-compute-request-id': 'req-28b47b10-6756-4889-8ae9-d1b2f4271ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:11,549 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:11,550 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-37f88a61-9980-4993-8709-83de3145bd2f', 'x-compute-request-id': 'req-37f88a61-9980-4993-8709-83de3145bd2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:12,713 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:18:12,713 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-5370d764-f111-47db-84b6-08d71636e0a1', 'x-compute-request-id': 'req-5370d764-f111-47db-84b6-08d71636e0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:13,875 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.153s 2022-02-17 13:18:13,875 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-eda9e958-e0bf-4b55-9c85-0f7a38be74dd', 'x-compute-request-id': 'req-eda9e958-e0bf-4b55-9c85-0f7a38be74dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:15,293 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.410s 2022-02-17 13:18:15,294 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-26a88ef1-2659-4faa-9e7a-953233a67ec6', 'x-compute-request-id': 'req-26a88ef1-2659-4faa-9e7a-953233a67ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:16,462 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:16,462 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-afaa755c-5b9c-4400-b5ea-9e44b39a666f', 'x-compute-request-id': 'req-afaa755c-5b9c-4400-b5ea-9e44b39a666f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:17,631 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:18:17,632 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-cd221112-14b7-493a-ae74-4573eb54481c', 'x-compute-request-id': 'req-cd221112-14b7-493a-ae74-4573eb54481c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:18,796 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:18,796 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-b734eb5e-82d7-4189-a69b-0d8b4b9f8e38', 'x-compute-request-id': 'req-b734eb5e-82d7-4189-a69b-0d8b4b9f8e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:19,962 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:19,962 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-5b54a728-2554-4031-beeb-1a59ccd235ce', 'x-compute-request-id': 'req-5b54a728-2554-4031-beeb-1a59ccd235ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:21,128 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:18:21,128 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-d9a55fb5-9e0e-4c84-96b5-486697f1cbe2', 'x-compute-request-id': 'req-d9a55fb5-9e0e-4c84-96b5-486697f1cbe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:22,295 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:18:22,295 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-c6caf996-4a0d-47f7-9b62-8afca7b97cb7', 'x-compute-request-id': 'req-c6caf996-4a0d-47f7-9b62-8afca7b97cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:23,462 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:18:23,462 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-15978d48-d238-4407-91ea-3c6acb4f03a7', 'x-compute-request-id': 'req-15978d48-d238-4407-91ea-3c6acb4f03a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:24,627 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:24,628 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-affb8206-ba72-45fe-a22c-30e93ee0db00', 'x-compute-request-id': 'req-affb8206-ba72-45fe-a22c-30e93ee0db00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:25,804 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.166s 2022-02-17 13:18:25,804 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-58e8c110-eb71-4105-8ed8-b66c60d76996', 'x-compute-request-id': 'req-58e8c110-eb71-4105-8ed8-b66c60d76996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:26,968 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:26,968 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-5e0b5b1e-de43-4035-85a4-67e755fb938f', 'x-compute-request-id': 'req-5e0b5b1e-de43-4035-85a4-67e755fb938f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:28,133 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:28,133 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-42dc4eed-2e63-49cc-bff1-d716dce84c15', 'x-compute-request-id': 'req-42dc4eed-2e63-49cc-bff1-d716dce84c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:29,302 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.162s 2022-02-17 13:18:29,303 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-64e9e580-67c6-4d5b-9e9f-cc039d2afc0b', 'x-compute-request-id': 'req-64e9e580-67c6-4d5b-9e9f-cc039d2afc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:30,470 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:30,470 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-6b247c1d-84ce-4aef-8bf4-877475cac49b', 'x-compute-request-id': 'req-6b247c1d-84ce-4aef-8bf4-877475cac49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:31,639 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:31,639 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-3e9677fd-adc2-43bb-8f72-498b9cdc447c', 'x-compute-request-id': 'req-3e9677fd-adc2-43bb-8f72-498b9cdc447c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:32,800 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:18:32,801 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-36fcdcdd-506e-4d32-93be-6ec202773365', 'x-compute-request-id': 'req-36fcdcdd-506e-4d32-93be-6ec202773365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:33,976 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.166s 2022-02-17 13:18:33,977 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-b55bbb49-e9cc-415e-967d-72611b76ebcd', 'x-compute-request-id': 'req-b55bbb49-e9cc-415e-967d-72611b76ebcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:35,143 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:18:35,144 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-d0bff5cc-d2b2-4905-91cc-d5e1688e96c5', 'x-compute-request-id': 'req-d0bff5cc-d2b2-4905-91cc-d5e1688e96c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:36,307 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:18:36,307 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-5943cf33-30e1-45b0-91b5-daea744bf1ba', 'x-compute-request-id': 'req-5943cf33-30e1-45b0-91b5-daea744bf1ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:37,473 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:18:37,473 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-0fa1195a-8f3a-47bc-b787-96304f20713e', 'x-compute-request-id': 'req-0fa1195a-8f3a-47bc-b787-96304f20713e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:38,637 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:38,638 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-afce5862-de35-4264-99ff-cc1398b5a3fc', 'x-compute-request-id': 'req-afce5862-de35-4264-99ff-cc1398b5a3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:39,806 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:39,806 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-03d339d2-43a4-46bb-85fc-10cd1f3e6ab8', 'x-compute-request-id': 'req-03d339d2-43a4-46bb-85fc-10cd1f3e6ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:40,971 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:40,971 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-b34716bd-e73e-4db5-b199-b26c21e85fae', 'x-compute-request-id': 'req-b34716bd-e73e-4db5-b199-b26c21e85fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:42,135 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:18:42,135 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-ff0efb05-cc17-456a-9f60-c858c6eb3b35', 'x-compute-request-id': 'req-ff0efb05-cc17-456a-9f60-c858c6eb3b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:43,304 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:43,304 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-e7b8e0d2-3707-4b75-9398-5740f7f8ee61', 'x-compute-request-id': 'req-e7b8e0d2-3707-4b75-9398-5740f7f8ee61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:44,467 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.153s 2022-02-17 13:18:44,467 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-0e84a16d-8ac1-425e-b5a6-59007cdbd9b2', 'x-compute-request-id': 'req-0e84a16d-8ac1-425e-b5a6-59007cdbd9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:45,638 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.162s 2022-02-17 13:18:45,639 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-382b2733-01c1-43d7-80c6-bf6816f5ddb9', 'x-compute-request-id': 'req-382b2733-01c1-43d7-80c6-bf6816f5ddb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:46,803 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:46,803 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-f342bad7-d508-4af5-bc40-e211a055c05b', 'x-compute-request-id': 'req-f342bad7-d508-4af5-bc40-e211a055c05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:47,975 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.163s 2022-02-17 13:18:47,976 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-d9f1e79f-746d-457d-9ec5-bfb92abad9c0', 'x-compute-request-id': 'req-d9f1e79f-746d-457d-9ec5-bfb92abad9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:49,141 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:49,141 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-ecbb4fb7-bdcf-461c-80aa-109fc1d1636c', 'x-compute-request-id': 'req-ecbb4fb7-bdcf-461c-80aa-109fc1d1636c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:50,306 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:18:50,306 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-d4536281-b61c-469f-8a3e-2ab9ba72b9b4', 'x-compute-request-id': 'req-d4536281-b61c-469f-8a3e-2ab9ba72b9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:51,474 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:18:51,474 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-54d1e52b-8794-4877-9427-71e4705aabf5', 'x-compute-request-id': 'req-54d1e52b-8794-4877-9427-71e4705aabf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:52,638 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:52,639 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-5bd3c9fa-da2f-4e55-8dcc-b829290015c5', 'x-compute-request-id': 'req-5bd3c9fa-da2f-4e55-8dcc-b829290015c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:53,808 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:53,809 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-8e901bee-3c6d-4db1-ad6e-a764c2409985', 'x-compute-request-id': 'req-8e901bee-3c6d-4db1-ad6e-a764c2409985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:54,974 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:18:54,974 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-9d177b8f-ba90-459e-9726-11456b3483e3', 'x-compute-request-id': 'req-9d177b8f-ba90-459e-9726-11456b3483e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:56,234 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.250s 2022-02-17 13:18:56,234 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-85c8466c-c220-4831-829d-08c68b4e468f', 'x-compute-request-id': 'req-85c8466c-c220-4831-829d-08c68b4e468f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:57,402 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:18:57,403 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-3d8902ae-a2bc-43c4-ada3-92d6ebc9cf41', 'x-compute-request-id': 'req-3d8902ae-a2bc-43c4-ada3-92d6ebc9cf41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:58,565 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:18:58,565 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-24fda574-870d-49a6-9b78-0457b08feff1', 'x-compute-request-id': 'req-24fda574-870d-49a6-9b78-0457b08feff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:18:59,732 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:18:59,733 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:18: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-dd25ed03-a05a-4f47-8223-987474b4096e', 'x-compute-request-id': 'req-dd25ed03-a05a-4f47-8223-987474b4096e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:00,900 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:19:00,900 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-beb1eba8-9071-43d6-b914-8890389000b9', 'x-compute-request-id': 'req-beb1eba8-9071-43d6-b914-8890389000b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:02,067 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:19:02,068 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-91c3a1ec-582a-4b42-a7d4-f531342ebcc5', 'x-compute-request-id': 'req-91c3a1ec-582a-4b42-a7d4-f531342ebcc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:03,238 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:19:03,238 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-e710b034-f119-435c-a784-dc8b478d24c3', 'x-compute-request-id': 'req-e710b034-f119-435c-a784-dc8b478d24c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:04,404 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:04,404 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-cef8d5f9-9217-4ef4-8182-e71fd318b52b', 'x-compute-request-id': 'req-cef8d5f9-9217-4ef4-8182-e71fd318b52b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:05,573 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:19:05,573 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-de93a043-9c08-4269-8203-1c0fe5b1b1fe', 'x-compute-request-id': 'req-de93a043-9c08-4269-8203-1c0fe5b1b1fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:06,737 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:19:06,737 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-fb52d6de-8cd1-4fde-9242-cd1f7f8cce1b', 'x-compute-request-id': 'req-fb52d6de-8cd1-4fde-9242-cd1f7f8cce1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:07,906 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:19:07,907 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-9956c1f9-c60d-4db2-b475-9ef451d1ca3b', 'x-compute-request-id': 'req-9956c1f9-c60d-4db2-b475-9ef451d1ca3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:09,072 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:09,073 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-fc0505d4-048e-4b0d-ab77-07ca081ac2b7', 'x-compute-request-id': 'req-fc0505d4-048e-4b0d-ab77-07ca081ac2b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:10,236 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:10,236 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-751bfc2b-3442-4e1a-a9b5-86376be26faf', 'x-compute-request-id': 'req-751bfc2b-3442-4e1a-a9b5-86376be26faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:11,405 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:19:11,405 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-337c045c-60b9-434d-acd0-97c7984d3b80', 'x-compute-request-id': 'req-337c045c-60b9-434d-acd0-97c7984d3b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:12,571 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:12,571 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-2ac17079-6a44-46dc-8c11-720ba2c17574', 'x-compute-request-id': 'req-2ac17079-6a44-46dc-8c11-720ba2c17574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:13,737 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:19:13,737 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-e9b89ef3-8d3f-47c6-99a3-f398c2298d61', 'x-compute-request-id': 'req-e9b89ef3-8d3f-47c6-99a3-f398c2298d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:14,900 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.153s 2022-02-17 13:19:14,900 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-31a7e411-5a04-4301-b20c-7d31b9681feb', 'x-compute-request-id': 'req-31a7e411-5a04-4301-b20c-7d31b9681feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:16,068 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:19:16,068 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-43c4da69-fda3-4fbb-81ba-8b88b04b917a', 'x-compute-request-id': 'req-43c4da69-fda3-4fbb-81ba-8b88b04b917a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:17,234 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:17,235 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-b21bc532-cfae-40a8-b452-de9689adafaa', 'x-compute-request-id': 'req-b21bc532-cfae-40a8-b452-de9689adafaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:18,399 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:18,400 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-ba708f44-48ef-4fa6-a41b-8ff3de56443f', 'x-compute-request-id': 'req-ba708f44-48ef-4fa6-a41b-8ff3de56443f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:19,572 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.164s 2022-02-17 13:19:19,572 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-85a7a814-56b0-486b-8461-c76d80c283a4', 'x-compute-request-id': 'req-85a7a814-56b0-486b-8461-c76d80c283a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:20,735 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:20,735 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-90dc2735-0a43-4112-93f6-3385f87dddfe', 'x-compute-request-id': 'req-90dc2735-0a43-4112-93f6-3385f87dddfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:21,904 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:19:21,904 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-e409201e-3b57-4b4d-8437-d9bf9a476af2', 'x-compute-request-id': 'req-e409201e-3b57-4b4d-8437-d9bf9a476af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:23,073 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.160s 2022-02-17 13:19:23,073 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-e5d05fdb-7fe3-4640-9b18-a95e8776dcb6', 'x-compute-request-id': 'req-e5d05fdb-7fe3-4640-9b18-a95e8776dcb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:24,235 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.153s 2022-02-17 13:19:24,235 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-fef6ea3a-716c-4ac1-9c3b-7d2f24b3a999', 'x-compute-request-id': 'req-fef6ea3a-716c-4ac1-9c3b-7d2f24b3a999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:25,409 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.164s 2022-02-17 13:19:25,409 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-d624d358-e567-4301-81de-c039f976e7c8', 'x-compute-request-id': 'req-d624d358-e567-4301-81de-c039f976e7c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:26,574 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:26,574 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-db2b518d-3aec-4862-a48d-78ffb732d962', 'x-compute-request-id': 'req-db2b518d-3aec-4862-a48d-78ffb732d962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:27,744 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.162s 2022-02-17 13:19:27,744 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-89bbec2d-675c-4bb5-ad5a-697595dd38c2', 'x-compute-request-id': 'req-89bbec2d-675c-4bb5-ad5a-697595dd38c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:28,907 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:28,907 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-2bf1bb91-0dc9-4338-bba6-5d405b079c3a', 'x-compute-request-id': 'req-2bf1bb91-0dc9-4338-bba6-5d405b079c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:30,073 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:30,074 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-e68bd3a3-d86f-4f58-b1ff-4e74b83f2a75', 'x-compute-request-id': 'req-e68bd3a3-d86f-4f58-b1ff-4e74b83f2a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:31,237 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:19:31,237 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-ff9ae2d7-0a71-409f-bc93-b679d1bf5cbe', 'x-compute-request-id': 'req-ff9ae2d7-0a71-409f-bc93-b679d1bf5cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:32,404 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:19:32,404 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-18de6c62-6774-40e6-8896-a96e31b06189', 'x-compute-request-id': 'req-18de6c62-6774-40e6-8896-a96e31b06189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:33,582 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.168s 2022-02-17 13:19:33,582 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-acdfbbad-85d8-443a-9add-a6763beef2d3', 'x-compute-request-id': 'req-acdfbbad-85d8-443a-9add-a6763beef2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:34,746 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.155s 2022-02-17 13:19:34,746 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-34ee894f-fdff-458b-ada8-abd4cf138c0f', 'x-compute-request-id': 'req-34ee894f-fdff-458b-ada8-abd4cf138c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:35,911 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:35,912 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-1069b6bd-ec4f-4f89-8dee-8968c489d8ae', 'x-compute-request-id': 'req-1069b6bd-ec4f-4f89-8dee-8968c489d8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:37,075 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:37,075 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-05c985fd-0f36-4917-a783-a599e5ae2349', 'x-compute-request-id': 'req-05c985fd-0f36-4917-a783-a599e5ae2349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:38,242 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:19:38,242 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-f3b9a7d0-b00d-412e-b8f3-417b8bcb3d1d', 'x-compute-request-id': 'req-f3b9a7d0-b00d-412e-b8f3-417b8bcb3d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:39,413 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.162s 2022-02-17 13:19:39,414 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-ac6a927e-2457-4c64-8c00-6f26bcbf172b', 'x-compute-request-id': 'req-ac6a927e-2457-4c64-8c00-6f26bcbf172b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:40,579 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:40,580 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-315dd751-5b12-4e15-a6e0-c8354acc65f6', 'x-compute-request-id': 'req-315dd751-5b12-4e15-a6e0-c8354acc65f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:41,747 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.158s 2022-02-17 13:19:41,748 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-c3acbe96-89f1-4926-ad49-361b2dd2c222', 'x-compute-request-id': 'req-c3acbe96-89f1-4926-ad49-361b2dd2c222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:42,910 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:42,911 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-985945e9-2b44-44be-b3e2-ded0af8ecd33', 'x-compute-request-id': 'req-985945e9-2b44-44be-b3e2-ded0af8ecd33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:44,075 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:44,075 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-458a4aab-0286-4389-9ef3-a0d9152cdddf', 'x-compute-request-id': 'req-458a4aab-0286-4389-9ef3-a0d9152cdddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:45,236 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.152s 2022-02-17 13:19:45,237 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-852377ff-f27d-4a21-9a97-c30f05dca2ac', 'x-compute-request-id': 'req-852377ff-f27d-4a21-9a97-c30f05dca2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:46,400 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:46,400 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-9ada1bb8-cea7-464a-ba0a-33630d14d0fb', 'x-compute-request-id': 'req-9ada1bb8-cea7-464a-ba0a-33630d14d0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:47,570 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:19:47,570 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-7b2435f8-c454-470c-866d-43e8f4180617', 'x-compute-request-id': 'req-7b2435f8-c454-470c-866d-43e8f4180617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:48,735 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:48,735 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-7e8b9bb9-8887-4673-9d98-466f75edcec4', 'x-compute-request-id': 'req-7e8b9bb9-8887-4673-9d98-466f75edcec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:49,901 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.157s 2022-02-17 13:19:49,901 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-83613239-4cd7-4996-86c6-aebcd874afa4', 'x-compute-request-id': 'req-83613239-4cd7-4996-86c6-aebcd874afa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:51,064 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.154s 2022-02-17 13:19:51,064 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-178307b6-91af-43a7-90c6-0e515a33d90e', 'x-compute-request-id': 'req-178307b6-91af-43a7-90c6-0e515a33d90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:52,229 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.156s 2022-02-17 13:19:52,229 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-06e8f8b8-77db-4d0f-87f5-a9723ec0cc30', 'x-compute-request-id': 'req-06e8f8b8-77db-4d0f-87f5-a9723ec0cc30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:53,399 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.161s 2022-02-17 13:19:53,399 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19: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-9c52e97b-fbc4-406f-8967-13f70de114d3', 'x-compute-request-id': 'req-9c52e97b-fbc4-406f-8967-13f70de114d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1227870179-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:0a:17"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:54,567 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.159s 2022-02-17 13:19:54,568 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc5ad514-76ce-44f4-b62d-508ee4c03644', 'x-compute-request-id': 'req-fc5ad514-76ce-44f4-b62d-508ee4c03644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:55,661 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:19:55,662 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1888da5-31d0-4d4e-a55d-cfe510669968', 'x-compute-request-id': 'req-c1888da5-31d0-4d4e-a55d-cfe510669968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:56,757 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.087s 2022-02-17 13:19:56,757 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-821c7227-314c-4e8e-b765-43cdf333fa10', 'x-compute-request-id': 'req-821c7227-314c-4e8e-b765-43cdf333fa10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:57,851 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:19:57,852 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2636280c-4408-44a3-84b4-1a535d68d091', 'x-compute-request-id': 'req-2636280c-4408-44a3-84b4-1a535d68d091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:19:58,944 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:19:58,944 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5de1b47-4d29-4716-8a68-a6c958a6ad1b', 'x-compute-request-id': 'req-c5de1b47-4d29-4716-8a68-a6c958a6ad1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:00,038 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:00,039 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87dabbb4-2332-4b31-bb04-7cee8ca0c924', 'x-compute-request-id': 'req-87dabbb4-2332-4b31-bb04-7cee8ca0c924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:01,130 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:01,131 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42368f9b-e101-4377-b032-c9d531a56d92', 'x-compute-request-id': 'req-42368f9b-e101-4377-b032-c9d531a56d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:02,223 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:02,223 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3210d73-7f25-46c8-abb4-1dc0d8b9a2b6', 'x-compute-request-id': 'req-c3210d73-7f25-46c8-abb4-1dc0d8b9a2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:03,318 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:03,319 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3e22205-0a56-462a-a66b-4a1da69b4f6c', 'x-compute-request-id': 'req-a3e22205-0a56-462a-a66b-4a1da69b4f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:04,413 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:04,413 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16217f39-8d45-42c6-9453-224719acdcda', 'x-compute-request-id': 'req-16217f39-8d45-42c6-9453-224719acdcda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:05,507 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:05,508 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6fac3fa-6158-4031-8904-7e270a950434', 'x-compute-request-id': 'req-e6fac3fa-6158-4031-8904-7e270a950434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:06,601 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:06,601 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd616e46-3859-4e34-b1ef-f195ef2871aa', 'x-compute-request-id': 'req-dd616e46-3859-4e34-b1ef-f195ef2871aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:07,695 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:07,695 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e67581ec-9efc-43d8-b5e0-3656264c6e3f', 'x-compute-request-id': 'req-e67581ec-9efc-43d8-b5e0-3656264c6e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:08,789 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:08,790 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ecfada-128b-4e5d-a590-e842c544d451', 'x-compute-request-id': 'req-f4ecfada-128b-4e5d-a590-e842c544d451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:09,881 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:09,882 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1949ddf6-7adf-4284-88fb-f1c02ad2d396', 'x-compute-request-id': 'req-1949ddf6-7adf-4284-88fb-f1c02ad2d396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:10,973 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:10,974 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51d6051c-b915-4c0c-b914-e58608b51260', 'x-compute-request-id': 'req-51d6051c-b915-4c0c-b914-e58608b51260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:12,066 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:12,066 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d71dd4a5-a86a-41be-a816-01598abf0a92', 'x-compute-request-id': 'req-d71dd4a5-a86a-41be-a816-01598abf0a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:13,163 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:20:13,164 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfbe33c6-2316-400b-8ffc-cb34f6f37b2b', 'x-compute-request-id': 'req-dfbe33c6-2316-400b-8ffc-cb34f6f37b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:14,256 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:14,257 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08bbd9df-070d-4676-916d-afac48268eab', 'x-compute-request-id': 'req-08bbd9df-070d-4676-916d-afac48268eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:15,356 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.090s 2022-02-17 13:20:15,356 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7721439-d8c1-4e9a-99f5-98e12e5abf9a', 'x-compute-request-id': 'req-a7721439-d8c1-4e9a-99f5-98e12e5abf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:16,447 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:16,448 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8673b799-3870-44bc-9cd1-494f292c1b5e', 'x-compute-request-id': 'req-8673b799-3870-44bc-9cd1-494f292c1b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:17,541 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:17,541 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea85ab0d-50ad-4d71-92e0-5bb1227d14b8', 'x-compute-request-id': 'req-ea85ab0d-50ad-4d71-92e0-5bb1227d14b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:18,633 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:18,634 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddef6299-f509-4720-9713-4d535427701b', 'x-compute-request-id': 'req-ddef6299-f509-4720-9713-4d535427701b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:19,726 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:19,726 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e740d4ed-0c0e-46e5-a08c-4010dadc7dd6', 'x-compute-request-id': 'req-e740d4ed-0c0e-46e5-a08c-4010dadc7dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:20,818 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:20,818 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa86442a-c37a-4266-8f8e-bdb52258f137', 'x-compute-request-id': 'req-fa86442a-c37a-4266-8f8e-bdb52258f137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:21,915 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:20:21,916 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44bd1573-d5de-429c-af01-7eb9c82189dc', 'x-compute-request-id': 'req-44bd1573-d5de-429c-af01-7eb9c82189dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:23,007 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:23,008 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9fee760-dad2-40cb-b5a6-1a2a0df01a79', 'x-compute-request-id': 'req-d9fee760-dad2-40cb-b5a6-1a2a0df01a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:24,104 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:20:24,104 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3c878d-928a-421a-8509-0325231dbced', 'x-compute-request-id': 'req-0e3c878d-928a-421a-8509-0325231dbced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:25,195 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:25,196 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35b40c8c-8348-4aba-9fc1-7c4ef6f1df1e', 'x-compute-request-id': 'req-35b40c8c-8348-4aba-9fc1-7c4ef6f1df1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:26,288 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:26,289 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0240fb50-da84-420b-95ef-3ca70ddbe95b', 'x-compute-request-id': 'req-0240fb50-da84-420b-95ef-3ca70ddbe95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:27,380 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:20:27,380 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-001ac192-090f-4843-b699-5c78c2d98e95', 'x-compute-request-id': 'req-001ac192-090f-4843-b699-5c78c2d98e95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:28,479 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.091s 2022-02-17 13:20:28,480 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9461f69-a52f-47df-9ff9-de67757396eb', 'x-compute-request-id': 'req-a9461f69-a52f-47df-9ff9-de67757396eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:29,573 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:29,574 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69ffa756-b955-4402-9d42-4557efe64483', 'x-compute-request-id': 'req-69ffa756-b955-4402-9d42-4557efe64483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:30,668 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:30,668 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f0f858d-8d56-4ac5-b387-f03245fa96f1', 'x-compute-request-id': 'req-8f0f858d-8d56-4ac5-b387-f03245fa96f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:31,760 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:31,761 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-694df2d0-9fb3-49c9-8833-edeabb4c2278', 'x-compute-request-id': 'req-694df2d0-9fb3-49c9-8833-edeabb4c2278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:32,866 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.096s 2022-02-17 13:20:32,867 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de734684-9ccc-4c6e-972b-96bb60901eb0', 'x-compute-request-id': 'req-de734684-9ccc-4c6e-972b-96bb60901eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:33,958 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:33,959 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e6d2b89-e32a-4d22-a18b-35f66a9cf3de', 'x-compute-request-id': 'req-0e6d2b89-e32a-4d22-a18b-35f66a9cf3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:35,055 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.087s 2022-02-17 13:20:35,056 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0079f873-11a3-405b-9fd4-c4e58be0775e', 'x-compute-request-id': 'req-0079f873-11a3-405b-9fd4-c4e58be0775e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:36,148 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:36,149 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b7886b-f89b-4083-baa2-47cb5b29bc6f', 'x-compute-request-id': 'req-f4b7886b-f89b-4083-baa2-47cb5b29bc6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:37,242 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:20:37,242 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64782494-069e-459f-a059-058fdd33d21d', 'x-compute-request-id': 'req-64782494-069e-459f-a059-058fdd33d21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:38,333 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:38,334 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56aa087d-5d0d-497c-8c96-1253a5bc19ed', 'x-compute-request-id': 'req-56aa087d-5d0d-497c-8c96-1253a5bc19ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:39,426 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:39,426 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d5a5090-6e8a-4d8a-873d-097d2e1b24c0', 'x-compute-request-id': 'req-5d5a5090-6e8a-4d8a-873d-097d2e1b24c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:40,516 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:20:40,517 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7282095-721b-42fb-b90e-8cecff0ffbdd', 'x-compute-request-id': 'req-d7282095-721b-42fb-b90e-8cecff0ffbdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:41,613 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.087s 2022-02-17 13:20:41,613 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb3dd3f-8605-44fb-b6f8-350e3156ed4e', 'x-compute-request-id': 'req-efb3dd3f-8605-44fb-b6f8-350e3156ed4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:42,706 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:42,706 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e4a02d7-c505-4684-85dc-8d3be4a4df34', 'x-compute-request-id': 'req-8e4a02d7-c505-4684-85dc-8d3be4a4df34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:43,800 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:43,801 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04bf2595-a08f-463a-92cc-451ce713dcab', 'x-compute-request-id': 'req-04bf2595-a08f-463a-92cc-451ce713dcab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:44,894 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:44,895 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fb53ba1-9a07-4f2f-a886-0431d6160af6', 'x-compute-request-id': 'req-8fb53ba1-9a07-4f2f-a886-0431d6160af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:45,987 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:45,987 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-676382f3-d9c0-4e32-a1bc-a17dce7f9bc1', 'x-compute-request-id': 'req-676382f3-d9c0-4e32-a1bc-a17dce7f9bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:47,081 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:47,081 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a3e912-c077-4a45-88ba-75f063200ecb', 'x-compute-request-id': 'req-36a3e912-c077-4a45-88ba-75f063200ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:48,176 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:48,176 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d1d8619-1fd1-4fe0-bb61-1b1d7ec76f80', 'x-compute-request-id': 'req-2d1d8619-1fd1-4fe0-bb61-1b1d7ec76f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:49,268 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:20:49,268 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0329ef0c-8571-4b84-b705-84932c01a752', 'x-compute-request-id': 'req-0329ef0c-8571-4b84-b705-84932c01a752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:50,365 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:20:50,366 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1501781d-b9e7-4fe6-afc5-5a819433c5b3', 'x-compute-request-id': 'req-1501781d-b9e7-4fe6-afc5-5a819433c5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:51,460 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:51,460 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb7f4ac-5d7e-4d9d-9f57-958632abb812', 'x-compute-request-id': 'req-2bb7f4ac-5d7e-4d9d-9f57-958632abb812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:52,553 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:20:52,553 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77887e10-fd0a-4b12-85de-5dfc6aba6c6a', 'x-compute-request-id': 'req-77887e10-fd0a-4b12-85de-5dfc6aba6c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:53,648 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:53,648 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deb7f068-3e1d-4b85-a8e5-eb0b720e3f26', 'x-compute-request-id': 'req-deb7f068-3e1d-4b85-a8e5-eb0b720e3f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:54,746 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:20:54,747 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bfb9a0c-c611-4414-8ea6-e39d82a0e6d8', 'x-compute-request-id': 'req-9bfb9a0c-c611-4414-8ea6-e39d82a0e6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:55,837 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:20:55,838 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f07acb3e-32b7-4e89-8534-bd4975a494a5', 'x-compute-request-id': 'req-f07acb3e-32b7-4e89-8534-bd4975a494a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:56,932 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:56,932 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19ad759d-8fdf-432f-96bd-0cd30c12a015', 'x-compute-request-id': 'req-19ad759d-8fdf-432f-96bd-0cd30c12a015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:58,027 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:20:58,027 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b976758-aa37-46ff-a1f6-71ee26cff424', 'x-compute-request-id': 'req-3b976758-aa37-46ff-a1f6-71ee26cff424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:20:59,118 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:20:59,119 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c87cdee-a8b1-42f0-9eb6-dfc7e4725888', 'x-compute-request-id': 'req-3c87cdee-a8b1-42f0-9eb6-dfc7e4725888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:00,212 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:21:00,212 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0809d1e0-298f-4bdd-b219-01c4fee24100', 'x-compute-request-id': 'req-0809d1e0-298f-4bdd-b219-01c4fee24100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:01,308 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:21:01,308 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26c44b1e-817f-4974-bda8-44c992534a8d', 'x-compute-request-id': 'req-26c44b1e-817f-4974-bda8-44c992534a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:02,402 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:21:02,403 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf858d05-0446-4ea8-99ee-097b3526f5e6', 'x-compute-request-id': 'req-cf858d05-0446-4ea8-99ee-097b3526f5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:03,496 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:21:03,496 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4680b69-8d31-47f2-9292-8dae7378e350', 'x-compute-request-id': 'req-e4680b69-8d31-47f2-9292-8dae7378e350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:04,588 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:04,589 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c2462d7-2e6a-421a-9669-ee3b6fc426de', 'x-compute-request-id': 'req-2c2462d7-2e6a-421a-9669-ee3b6fc426de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:05,681 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:05,681 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ec5825-ed09-4dfc-b5c4-b0eeacdb6593', 'x-compute-request-id': 'req-e0ec5825-ed09-4dfc-b5c4-b0eeacdb6593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:06,774 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:06,774 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83db94a-f9c6-4a98-bdc2-2828f49f045e', 'x-compute-request-id': 'req-b83db94a-f9c6-4a98-bdc2-2828f49f045e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:07,872 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:21:07,872 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e0043c-461c-4135-92b7-481f524bd140', 'x-compute-request-id': 'req-e3e0043c-461c-4135-92b7-481f524bd140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:08,965 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:08,966 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01e91537-5982-49e8-a6ec-a60b99d0973a', 'x-compute-request-id': 'req-01e91537-5982-49e8-a6ec-a60b99d0973a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:10,058 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:10,058 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff999484-dad0-47a4-b51a-4dc2fa8a2d8a', 'x-compute-request-id': 'req-ff999484-dad0-47a4-b51a-4dc2fa8a2d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:11,305 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.238s 2022-02-17 13:21:11,305 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1197bea-b139-4e1b-a204-497caab6df45', 'x-compute-request-id': 'req-b1197bea-b139-4e1b-a204-497caab6df45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:12,400 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.087s 2022-02-17 13:21:12,400 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6250451c-d63c-45c4-a998-36efffec3b57', 'x-compute-request-id': 'req-6250451c-d63c-45c4-a998-36efffec3b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:13,496 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.087s 2022-02-17 13:21:13,496 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fd28f04-a46a-45e8-ae24-668eac23e1bc', 'x-compute-request-id': 'req-3fd28f04-a46a-45e8-ae24-668eac23e1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:14,592 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:21:14,593 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fdf1c3f-cb50-4bed-933f-19905e54e202', 'x-compute-request-id': 'req-9fdf1c3f-cb50-4bed-933f-19905e54e202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:15,688 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:21:15,689 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-094cedcc-b024-4f31-8f00-66f0b6170a25', 'x-compute-request-id': 'req-094cedcc-b024-4f31-8f00-66f0b6170a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:16,787 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:21:16,787 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3a509ad-6fb6-4432-8c94-547e7dd12235', 'x-compute-request-id': 'req-a3a509ad-6fb6-4432-8c94-547e7dd12235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:17,879 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:17,880 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bba08d59-8df1-4878-ae4b-a7fde72065d8', 'x-compute-request-id': 'req-bba08d59-8df1-4878-ae4b-a7fde72065d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:18,970 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:21:18,971 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b1caaa0-1b57-4d1c-8b0a-0dde1d981a4c', 'x-compute-request-id': 'req-4b1caaa0-1b57-4d1c-8b0a-0dde1d981a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:20,063 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:20,064 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08965e3c-26f5-4e6d-9fa4-1fd72dbe540c', 'x-compute-request-id': 'req-08965e3c-26f5-4e6d-9fa4-1fd72dbe540c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:21,157 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:21,158 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25fd9114-0efd-42df-a00d-4ef56e5db7e6', 'x-compute-request-id': 'req-25fd9114-0efd-42df-a00d-4ef56e5db7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:22,250 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:22,251 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-424fed34-5254-449a-8ee6-ce060ba009b9', 'x-compute-request-id': 'req-424fed34-5254-449a-8ee6-ce060ba009b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:23,344 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.086s 2022-02-17 13:21:23,345 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0a4aead-503c-42a2-b66d-2a9d18170a14', 'x-compute-request-id': 'req-e0a4aead-503c-42a2-b66d-2a9d18170a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:24,439 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:21:24,440 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f4821dc-00bb-4001-973a-fb2776973182', 'x-compute-request-id': 'req-7f4821dc-00bb-4001-973a-fb2776973182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:25,532 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:25,533 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf54fae-18db-4874-ac03-c0c1b3a333f8', 'x-compute-request-id': 'req-aaf54fae-18db-4874-ac03-c0c1b3a333f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:26,631 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:21:26,631 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80785c6a-72ab-433c-bc28-dc6090ae17e8', 'x-compute-request-id': 'req-80785c6a-72ab-433c-bc28-dc6090ae17e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:27,723 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:27,723 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b0f2be-5461-4d0e-89ff-ed7649654e70', 'x-compute-request-id': 'req-46b0f2be-5461-4d0e-89ff-ed7649654e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:28,815 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:28,816 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c274b02-9db3-4657-8e4f-ab05ccfe4453', 'x-compute-request-id': 'req-3c274b02-9db3-4657-8e4f-ab05ccfe4453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:29,914 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.089s 2022-02-17 13:21:29,914 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9898921-00fc-484f-b091-0c71fbe0c910', 'x-compute-request-id': 'req-a9898921-00fc-484f-b091-0c71fbe0c910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:31,005 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:21:31,005 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fa200aa-c622-4e54-99d0-418c489890c2', 'x-compute-request-id': 'req-3fa200aa-c622-4e54-99d0-418c489890c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:32,098 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:32,098 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb9bc327-5ba4-4101-b07a-69fcbf0fed47', 'x-compute-request-id': 'req-fb9bc327-5ba4-4101-b07a-69fcbf0fed47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:33,189 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:33,190 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-518e0983-c7c8-4028-ad57-78f38f8bae36', 'x-compute-request-id': 'req-518e0983-c7c8-4028-ad57-78f38f8bae36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:34,283 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:34,283 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f2172e3-936f-4199-bd49-56e43204f5f9', 'x-compute-request-id': 'req-4f2172e3-936f-4199-bd49-56e43204f5f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:35,392 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.100s 2022-02-17 13:21:35,392 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d2ef023-7ac5-4756-98bb-63b349b51e56', 'x-compute-request-id': 'req-4d2ef023-7ac5-4756-98bb-63b349b51e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:36,484 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:36,485 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3605301d-8643-4582-b55b-15e5e1f0f178', 'x-compute-request-id': 'req-3605301d-8643-4582-b55b-15e5e1f0f178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:37,577 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:37,578 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-549f431e-e449-497f-899e-00df09fcc0d6', 'x-compute-request-id': 'req-549f431e-e449-497f-899e-00df09fcc0d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:38,670 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:38,671 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6070636e-371f-427a-973e-f0ac21744425', 'x-compute-request-id': 'req-6070636e-371f-427a-973e-f0ac21744425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:39,767 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.088s 2022-02-17 13:21:39,768 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8911f2-0752-4761-aeeb-73c897ad2693', 'x-compute-request-id': 'req-1a8911f2-0752-4761-aeeb-73c897ad2693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:40,860 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:40,860 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c071b8-9865-4b84-b0c0-9468e836fa97', 'x-compute-request-id': 'req-29c071b8-9865-4b84-b0c0-9468e836fa97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:41,953 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:41,953 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e96f6f69-3715-4a68-8ce0-7f73f407e4e4', 'x-compute-request-id': 'req-e96f6f69-3715-4a68-8ce0-7f73f407e4e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:43,047 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:21:43,048 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3df26b05-1c52-49a2-a49a-0b510c0062b7', 'x-compute-request-id': 'req-3df26b05-1c52-49a2-a49a-0b510c0062b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:44,140 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:44,141 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a06856d-79fa-418b-b79a-1c9bb8d4ae15', 'x-compute-request-id': 'req-5a06856d-79fa-418b-b79a-1c9bb8d4ae15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:45,232 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.082s 2022-02-17 13:21:45,232 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87970eba-4aee-4858-947d-e221f01dadc0', 'x-compute-request-id': 'req-87970eba-4aee-4858-947d-e221f01dadc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:46,324 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:46,324 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a68c72c-1bf8-4969-87e1-6fe95ca3f14a', 'x-compute-request-id': 'req-1a68c72c-1bf8-4969-87e1-6fe95ca3f14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:47,417 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.085s 2022-02-17 13:21:47,418 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32dfa9e-4985-4d1f-9705-54eb97e445f9', 'x-compute-request-id': 'req-a32dfa9e-4985-4d1f-9705-54eb97e445f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:48,510 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:48,511 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7897dc66-58e9-4c71-a448-64e22eb72d2f', 'x-compute-request-id': 'req-7897dc66-58e9-4c71-a448-64e22eb72d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:49,603 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.084s 2022-02-17 13:21:49,604 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1be919d-d11f-493e-b0ee-5ce60b0ab917', 'x-compute-request-id': 'req-d1be919d-d11f-493e-b0ee-5ce60b0ab917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:50,695 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:50,696 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2662e117-78fb-45ac-a1ec-a60e0c83331e', 'x-compute-request-id': 'req-2662e117-78fb-45ac-a1ec-a60e0c83331e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:51,787 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.083s 2022-02-17 13:21:51,787 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9816a013-c270-497a-baee-059773cb0b3e', 'x-compute-request-id': 'req-9816a013-c270-497a-baee-059773cb0b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' 2022-02-17 13:21:52,893 129473 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821 0.096s 2022-02-17 13:21:52,893 129473 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8755dc5d-5694-4d0e-8b79-2987cd91a271', 'x-compute-request-id': 'req-8755dc5d-5694-4d0e-8b79-2987cd91a271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821'} Body: b'{"server": {"id": "00acf262-21a2-4a64-875f-c04a1038e821", "name": "tempest-VolumesSnapshotTestJSON-instance-1162214072", "status": "ACTIVE", "tenant_id": "aa5fc6116471413a85d9ffa3891f556b", "user_id": "4d686abedcc94b548cd35698399b3bca", "metadata": {}, "hostId": "99a2613a7043e568bcb9ad581a7c9843551fc06ccdcc6415207bc8cb", "image": {"id": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/images/4e24ae35-5d7e-4efe-91f6-42cc025c78bb"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:55:22Z", "updated": "2022-02-17T13:15:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/00acf262-21a2-4a64-875f-c04a1038e821"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/00acf262-21a2-4a64-875f-c04a1038e821"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-02-17T12:55:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5f7805c1-7ecb-40ad-b24f-4637423aea48"}]}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 474, 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, 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-6693d681-8413-48a4-ad1e-7dfe9514565d)"} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 5f7805c1-7ecb-40ad-b24f-4637423aea48 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 145, 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 61, in test_snapshot_create_delete_with_volume_in_use snapshot3 = self.create_snapshot(volume['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 145, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 10b57c2d-7568-406a-b24c-53b8b4a213a8 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
fail
ft14.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]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 103, in test_snapshot_create_get_list_update_delete snapshot = self.create_snapshot(self.volume_origin['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 141, in create_snapshot snapshot = cls.snapshots_client.create_snapshot( File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 70, in create_snapshot resp, body = self.post('snapshots', 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 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, 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 375, 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 785, 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_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt14.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt14.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt14.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt15.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
pt15.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
pt15.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
pt15.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
pt15.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] |
fail
ft15.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-17 13:08:57,677 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes 0.733s 2022-02-17 13:08:57,678 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 13:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2adc5ddf-5003-4ec3-942b-61faad201fdf', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2adc5ddf-5003-4ec3-942b-61faad201fdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.402593", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 13:09:46,550 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 48.866s 2022-02-17 13:09:46,550 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-416256d3-af4d-44cf-943b-7b45864b2740', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-416256d3-af4d-44cf-943b-7b45864b2740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:09:47,604 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 0.046s 2022-02-17 13:09:47,605 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a5b0ce-0d81-40aa-b056-51731e77d760', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a5b0ce-0d81-40aa-b056-51731e77d760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:09:48,682 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 0.069s 2022-02-17 13:09:48,682 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275a88f6-a04b-4256-a366-11cf8602a777', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275a88f6-a04b-4256-a366-11cf8602a777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:09:49,976 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 0.284s 2022-02-17 13:09:49,976 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7b63be-e754-4a7f-98f6-3f521bb70fba', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7b63be-e754-4a7f-98f6-3f521bb70fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:09:51,062 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 0.077s 2022-02-17 13:09:51,062 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58939ca9-6601-4d5d-a98c-7d56bd550b0d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58939ca9-6601-4d5d-a98c-7d56bd550b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:10:52,128 129469 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/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 2022-02-17 13:10:58,695 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 66.625s 2022-02-17 13:10:58,696 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31accda-0af6-4b20-b602-2117d246b68f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31accda-0af6-4b20-b602-2117d246b68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:11:51,339 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 51.636s 2022-02-17 13:11:51,340 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6429155e-1039-41ca-ba7f-eb59cea58804', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6429155e-1039-41ca-ba7f-eb59cea58804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:12:52,407 129469 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/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 2022-02-17 13:12:59,275 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 66.928s 2022-02-17 13:12:59,275 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4f6e60-90f4-462d-8e7e-c593e6086844', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4f6e60-90f4-462d-8e7e-c593e6086844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:13:51,573 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 51.288s 2022-02-17 13:13:51,573 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddd807a-b4c6-477d-b495-c6d296888964', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddd807a-b4c6-477d-b495-c6d296888964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:14:52,638 129469 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/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 2022-02-17 13:15:00,719 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 68.138s 2022-02-17 13:15:00,719 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03e1433-aeb5-4162-8c63-4bd46f33fb65', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03e1433-aeb5-4162-8c63-4bd46f33fb65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' 2022-02-17 13:15:51,832 129469 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa 50.105s 2022-02-17 13:15:51,832 129469 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d676d4b-1143-47d4-8f13-9043d753bbb3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d676d4b-1143-47d4-8f13-9043d753bbb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa'} Body: b'{"volume": {"id": "00757407-ccef-4f77-84b4-f7bf8c257daa", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-02-17T13:08:57.000000", "updated_at": "2022-02-17T13:08:58.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-223130393", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/5f4b554e65a74fbf94dc83e95a23a256/volumes/00757407-ccef-4f77-84b4-f7bf8c257daa"}], "user_id": "bc01deb600044e01a7b79ec34c1b3f29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4b554e65a74fbf94dc83e95a23a256"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 00757407-ccef-4f77-84b4-f7bf8c257daa failed to reach available status (current creating) within the required time (360 s). |
||||||
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
ft16.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-02-17 12:55:22,958 129463 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.902s 2022-02-17 12:55:22,958 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-892061283"}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f97b0c55-2e19-4dd2-9c9a-9710ed5cf68a', 'x-compute-request-id': 'req-f97b0c55-2e19-4dd2-9c9a-9710ed5cf68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA0PjC31dmfOfvDslLDv6oQpRdqSs0NsBFUysFRgcHSnwtIGuo\\nxNeqYdo4Z6z+FAMXhmT/oWTNgNQQYnE0W/hsscazYYYZvzyf0Kna14rRm6ufuUHc\\nn77dsd8ejxfWT7fo5vVEVGMjxOdeeR0uKAB/KO/7bW39rQB+osS1WYMawGnKXSsw\\nc9rcQZseTW+8m25AuI8J2pmPwcg2cN9MzCzLKX3+wClBru5k7sYI/cImtf1ZaV+3\\nsfxL4GE3t5eoBd3qldHkhgjb7C9Um3EDCyPxYeFxEQ0TMCB+O9yE5Sa8i8OuHSEA\\nBHr5ddlT8WiwtaBGToj7Jfvq9f63df6fPUGlPwIDAQABAoIBAFjG9fLwLIgv+G1t\\nsseCBHWUll3CDwKbmFgG1My1O7G3I2y8kAxgGvBLRt80rRRPY/Uifz9PlcZ/UR6h\\nPT89QOAdrCNoVxPZa4O4RVKAlR/vP4HyqwnqikCAq3jbBZ8EYJuN4yN+ormKGaaW\\ncP9phpwbp9MLgVO3/BSmQOzwN7M5+TQOXQR8vHHRCfyKMgPElX1dwDqKxV7x3Im/\\nkIXEVpI+vyT07HX7Nz27YQOttFZwNFVZmChzqX0frzehkUkhHJusD2xErac2D5/D\\nnYM/M50WqzgDOpeZTYAitpTnvVwlQnRNBN6O1flw4v303+lzB3PL3CH0SFFY7QKn\\nDL4a0PECgYEA+eYFCTQ5M1WWTzWwmseKllLVP3gXWG1fOYecCmFQ4yDW9XVL/PFm\\nhJ3NkZKBEMYTS9ZrW1oGliH4F7D9OBs1c/QYt8pzZVqk7cSxamHaz6LgvzYBA5HN\\n0+STrXp0J/Uba01RkjK5+/SFJO5zgGWN4NngxgETlTu+/NkO1j762BsCgYEA1hLu\\nKnV6aHro6fay9AUTX/BVklS5yjo/ugg/gWhU7KmfNT777dwwYt93CNCcR2wFGMu0\\nhFcdlDGzsPpd9tDDE02MbE1bOXFhSyVaITtm5X/eeBaIcSFZVKawOHYrbwUUloGf\\nfsdBlUCukGBJHpnJYbvB0yX4Z5+4SYDRjvIIga0CgYAj1OSB9lgBUVNVFji1aMkp\\nVsU27YxDZKNTx2sLXfrQJmRMG76CjUaK22mfZudUtWIM7LjGB3mMS2CcXQdh5Rzb\\n/HMS31d+f+nIIfziaReL0CnzoNWyYlSl/k9if31qQU3mK9b3ZIigZOY2bm5nSah3\\nRiZhncPmEQQIk0L6W1tyYwKBgQDDhTyz2OJ5JLEwZ1rg1vXwLSDq6qlaE8N6lOfz\\nuKfAE9hOmH0erXogA/vDOE1USkuJbxwrtylT3eVB4hoKQHe7XJvBmxGTsINtT+s2\\n6Ps854H4apQpx4zAbRIML5nR53D7Wd6juzeiKxaE1PxTj6BHvGX2BPsRIeb+c0Jy\\n7YppbQKBgA1/HwYOMDA5fVBkcssSQj19p8VyLWc63ZEyM+F1ie3gn5PiEe/wxzgG\\nXCwzRSb2DOr8VONsDVsStAif3KlxEFrO9rTJycQIbApXA3wngSBGP5TPUoLgOpXe\\n79YKmJXd0NgFpafJzMolgIkiMScZwr2R/3JfVvHF3enWHNsi6hTn\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-892061283", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ+MLfV2Z85+8OyUsO/qhClF2pKzQ2wEVTKwVGBwdKfC0ga6jE16ph2jhnrP4UAxeGZP+hZM2A1BBicTRb+GyxxrNhhhm/PJ/QqdrXitGbq5+5Qdyfvt2x3x6PF9ZPt+jm9URUYyPE5155HS4oAH8o7/ttbf2tAH6ixLVZgxrAacpdKzBz2txBmx5Nb7ybbkC4jwnamY/ByDZw30zMLMspff7AKUGu7mTuxgj9wia1/VlpX7ex/EvgYTe3l6gF3eqV0eSGCNvsL1SbcQMLI/Fh4XERDRMwIH473ITlJryLw64dIQAEevl12VPxaLC1oEZOiPsl++r1/rd1/p89QaU/ Generated-by-Nova", "fingerprint": "70:9f:89:35:d7:6d:9f:10:78:e7:c2:b0:32:4a:a5:65", "user_id": "92649ee6cbb241fe9087d71e1be31189"}}' 2022-02-17 12:55:23,388 129463 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.426s 2022-02-17 12:55:23,389 129463 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-1664452884", "description": "tempest-secgroup-smoke-1664452884 description", "project_id": "4c64fd8a30b947558a5b107e61c7d870"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b2a4dc98-f9d3-4504-bee6-bb29cb849c84', 'date': 'Thu, 17 Feb 2022 12:55:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "name": "tempest-secgroup-smoke-1664452884", "stateful": true, "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "description": "tempest-secgroup-smoke-1664452884 description", "shared": false, "security_group_rules": [{"id": "61deeba0-5b57-412b-8092-14030fb9156e", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:23Z", "updated_at": "2022-02-17T12:55:23Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}, {"id": "99b636c4-b6e8-4760-8479-0d9eccb1f992", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:23Z", "updated_at": "2022-02-17T12:55:23Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}], "tags": [], "created_at": "2022-02-17T12:55:23Z", "updated_at": "2022-02-17T12:55:23Z", "revision_number": 1, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:23,991 129463 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.601s 2022-02-17 12:55:23,991 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "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-5668056e-ae94-48f6-b4e3-f5ab443eee85', 'date': 'Thu, 17 Feb 2022 12:55:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0895a6cc-1d8e-4a75-9d1f-e7e1d13c1b12", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:23Z", "updated_at": "2022-02-17T12:55:23Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:24,404 129463 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.412s 2022-02-17 12:55:24,405 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "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-3c56ba91-6ade-440c-9ffd-49f7ca40992b', 'date': 'Thu, 17 Feb 2022 12:55: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": "52e0e02e-1658-4687-ac26-81c8a4b6fde0", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:24Z", "updated_at": "2022-02-17T12:55:24Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:24,829 129463 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.423s 2022-02-17 12:55:24,829 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-db74ddc2-3716-4407-871e-e4f277b6266f', 'date': 'Thu, 17 Feb 2022 12:55: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": "e6c8631a-27c6-46a5-bd62-18f04013dbfe", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:24Z", "updated_at": "2022-02-17T12:55:24Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:25,760 129463 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.930s 2022-02-17 12:55:25,761 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c6f2f4eb-1263-463b-a690-8e7fa7ccb67a', 'date': 'Thu, 17 Feb 2022 12:55:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e828cb7f-505c-4b3a-9e33-8d97d0126697", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:25Z", "updated_at": "2022-02-17T12:55:25Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:26,739 129463 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.977s 2022-02-17 12:55:26,739 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3f83949d-8613-4158-9d5b-c0144a3332d9', 'date': 'Thu, 17 Feb 2022 12:55:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a747f0f6-069d-4863-af46-95214661f990", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:26Z", "updated_at": "2022-02-17T12:55:26Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:27,830 129463 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 1.090s 2022-02-17 12:55:27,831 129463 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": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-464ecf06-abfe-4a21-b905-c7ef6c717975', 'date': 'Thu, 17 Feb 2022 12:55:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d35881d2-54c7-4482-ab64-5958b882cfc9", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "security_group_id": "78c6535a-b9e1-4e86-a791-a392a27c5b85", "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-02-17T12:55:27Z", "updated_at": "2022-02-17T12:55:27Z", "revision_number": 0, "project_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:27,887 129463 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.051s 2022-02-17 12:55:27,888 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:27 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-0d3be774-50bb-4500-9e2b-9f17fb052bc9', '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": "92649ee6cbb241fe9087d71e1be31189", "name": "tempest-TestShelveInstance-1393291902-project", "password_expires_at": null}, "audit_ids": ["C9gOoetjS3aiaKoQj1oDFg"], "expires_at": "2022-02-17T13:55:27.000000Z", "issued_at": "2022-02-17T12:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c64fd8a30b947558a5b107e61c7d870", "name": "tempest-TestShelveInstance-1393291902"}, "is_domain": false, "roles": [{"id": "ae9e0bd95cd1420ab80f1c48f26783ec", "name": "reader"}, {"id": "6bd0802236954390a2158e5d26d7bb11", "name": "member"}], "catalog": [{"endpoints": [{"id": "cf46570b4ee644588f10c53325cdeab2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:9696/", "region": "RegionOne"}], "id": "2636484df3984db88c506a03f5acc50f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "704d29ef3a524c3085f8c9b952207061", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.67:8080", "region": "RegionOne"}, {"id": "b5789cc428904f399b92232946128e3c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67:8080/v1/AUTH_4c64fd8a30b947558a5b107e61c7d870", "region": "RegionOne"}], "id": "3d11656ecd604b0ba729666057ea13ab", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f818aeb8e341389a84eb378b08e523", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/identity", "region": "RegionOne"}], "id": "412dc02579f64d34a61de3f0681bcccb", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9d4e856f2dd84ddf8a8e41749b0b884b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/image", "region": "RegionOne"}], "id": "502c5be7d376472bac14d4c172112064", "type": "image", "name": "glance"}, {"endpoints": [{"id": "829737e0c2884a05b2b3ab8a0f0bfe07", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870", "region": "RegionOne"}], "id": "544636711c1349d09f04332041c77335", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "bb4a03d9aae84d4e81e33d86018fa4ac", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2.1", "region": "RegionOne"}], "id": "a5b03c5118634f0fabfd3b1bc934bcc5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "57e89ddb8ac44d5a8fa7ff4d38d17e29", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/compute/v2/4c64fd8a30b947558a5b107e61c7d870", "region": "RegionOne"}], "id": "d60fb8d01e45404ea24942af1c50c040", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "dead05c85e734af7a3e0802f0a9fa067", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870", "region": "RegionOne"}], "id": "dbe2dbdb87d84014971c103e62dcb8e1", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "76becc7b42d14b21843cf5ff13d63577", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.67/placement", "region": "RegionOne"}], "id": "f9b87f8bbd6548d9a9b57f65dcf32070", "type": "placement", "name": "placement"}]}}' 2022-02-17 12:55:27,888 129463 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '140be0ac-fde0-47da-b918-eca8caaf2020', 'name': 'tempest-TestShelveInstance-972571395-network', 'tenant_id': '4c64fd8a30b947558a5b107e61c7d870', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c64fd8a30b947558a5b107e61c7d870', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-17T12:55:01Z', 'updated_at': '2022-02-17T12:55:01Z', 'revision_number': 1} available for tenant 2022-02-17 12:55:28,956 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes 1.066s 2022-02-17 12:55:28,956 129463 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-864895057", "imageRef": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "size": 1}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7dfdb90-9ee0-4fe6-b4f7-3d9b909926f7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7dfdb90-9ee0-4fe6-b4f7-3d9b909926f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:28.501272", "updated_at": null, "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-17 12:55:29,004 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.041s 2022-02-17 12:55:29,016 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae6be028-cc75-4d40-8195-03056514c1cd', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae6be028-cc75-4d40-8195-03056514c1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:30,141 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.117s 2022-02-17 12:55:30,142 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a9f23a-8adf-498f-83ef-9e0817c758b3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a9f23a-8adf-498f-83ef-9e0817c758b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:31,193 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.044s 2022-02-17 12:55:31,226 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e716e08-6268-478d-903c-d07a04de72c7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e716e08-6268-478d-903c-d07a04de72c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:32,277 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.042s 2022-02-17 12:55:32,278 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c65c95-aa93-4cf2-8768-6953e29f0b3f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c65c95-aa93-4cf2-8768-6953e29f0b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:33,349 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.058s 2022-02-17 12:55:33,349 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-369883fd-de21-40c2-8d50-cea41ab83f1e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-369883fd-de21-40c2-8d50-cea41ab83f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:34,397 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.041s 2022-02-17 12:55:34,398 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a0bc662-91ed-4e78-9503-0f817b5e17d2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a0bc662-91ed-4e78-9503-0f817b5e17d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:35,448 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.041s 2022-02-17 12:55:35,449 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826e73aa-5c91-4727-bafb-596c44d96076', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826e73aa-5c91-4727-bafb-596c44d96076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:36,508 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.043s 2022-02-17 12:55:36,508 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ca1bc6d-7d65-4041-a9a4-2eb09b81635c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ca1bc6d-7d65-4041-a9a4-2eb09b81635c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:37,568 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.045s 2022-02-17 12:55:37,569 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef4cc2d-2e72-459b-96e9-134d4a2cf596', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef4cc2d-2e72-459b-96e9-134d4a2cf596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:38,623 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.044s 2022-02-17 12:55:38,623 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae52c87e-b3c1-43a7-bd86-7b32edc45052', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae52c87e-b3c1-43a7-bd86-7b32edc45052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:39,678 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.046s 2022-02-17 12:55:39,679 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa82df4d-5b0e-4000-a1ae-62044b914623', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa82df4d-5b0e-4000-a1ae-62044b914623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:40,732 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.045s 2022-02-17 12:55:40,732 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9daadfb-3b58-4ee1-9f58-8be73d748f81', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9daadfb-3b58-4ee1-9f58-8be73d748f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:41,788 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.041s 2022-02-17 12:55:41,789 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3dbaff-187f-4090-8245-36c70d0a8fa4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3dbaff-187f-4090-8245-36c70d0a8fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:42,838 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.040s 2022-02-17 12:55:42,838 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6425b8-db96-4d77-83c3-545c83deb2e5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6425b8-db96-4d77-83c3-545c83deb2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:43,894 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.047s 2022-02-17 12:55:43,894 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286e0745-4762-49a2-a996-4d86e9223bbf', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286e0745-4762-49a2-a996-4d86e9223bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:44,951 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.049s 2022-02-17 12:55:44,955 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8dbaded-3d7a-4378-8c4d-f85a98c5a242', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8dbaded-3d7a-4378-8c4d-f85a98c5a242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:46,014 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.042s 2022-02-17 12:55:46,015 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306edb19-79dc-491a-9f65-6bd7b8ca2f81', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306edb19-79dc-491a-9f65-6bd7b8ca2f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:47,063 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.040s 2022-02-17 12:55:47,064 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4cbd9da-3010-44c7-a4a0-8961884ef31d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4cbd9da-3010-44c7-a4a0-8961884ef31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:48,153 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.082s 2022-02-17 12:55:48,154 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc18955-e6b8-40f2-b8f5-a92cec9b624d', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc18955-e6b8-40f2-b8f5-a92cec9b624d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:29.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:49,209 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.046s 2022-02-17 12:55:49,209 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febe8e5d-832d-4e9f-8517-4d0d54205e7a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febe8e5d-832d-4e9f-8517-4d0d54205e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:50,283 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.065s 2022-02-17 12:55:50,283 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb9f8d7-7e48-4294-b567-60fd7a5642b5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb9f8d7-7e48-4294-b567-60fd7a5642b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:51,333 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.042s 2022-02-17 12:55:51,333 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd81c60a-0b76-4ed3-a904-7af0528c2b14', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd81c60a-0b76-4ed3-a904-7af0528c2b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:52,383 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.041s 2022-02-17 12:55:52,383 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22255daf-d13e-4508-8d23-3ba7d2fa37a9', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22255daf-d13e-4508-8d23-3ba7d2fa37a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:53,438 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.046s 2022-02-17 12:55:53,442 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1aac6d5-9d40-4c54-afe7-61ce968c4af2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1aac6d5-9d40-4c54-afe7-61ce968c4af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:54,496 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.043s 2022-02-17 12:55:54,497 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124ac6c8-cfb2-478d-90be-882e3cf99b4b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124ac6c8-cfb2-478d-90be-882e3cf99b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:55,563 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.058s 2022-02-17 12:55:55,564 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bf988cf-327c-4ed5-9c44-2afd00a3f2f7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bf988cf-327c-4ed5-9c44-2afd00a3f2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:56,615 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.043s 2022-02-17 12:55:56,616 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0360c00-f426-40c8-97b7-5f97bef1c22b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0360c00-f426-40c8-97b7-5f97bef1c22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:57,801 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.177s 2022-02-17 12:55:57,802 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca72976-2605-439f-b61e-8ed6884ef350', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca72976-2605-439f-b61e-8ed6884ef350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:58,897 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.084s 2022-02-17 12:55:58,898 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8289fbf5-cd3f-4e6a-bb7e-9fb749fc1d55', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8289fbf5-cd3f-4e6a-bb7e-9fb749fc1d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:55:59,947 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.040s 2022-02-17 12:55:59,967 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12c6240b-d874-4e27-ad7a-7b541bcee422', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c6240b-d874-4e27-ad7a-7b541bcee422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:56:01,020 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.044s 2022-02-17 12:56:01,020 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f83eea-d432-4ff1-bff3-4df03a218a1b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f83eea-d432-4ff1-bff3-4df03a218a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:55:48.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:56:02,075 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3 0.045s 2022-02-17 12:56:02,075 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5790c5a8-3971-450d-bb5e-ce2b67a5f9cb', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5790c5a8-3971-450d-bb5e-ce2b67a5f9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3'} Body: b'{"volume": {"id": "8b3ac3b1-15f7-4340-894b-22184e147db3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-17T12:55:29.000000", "updated_at": "2022-02-17T12:56:02.000000", "name": "tempest-tempest.common.compute-volume-864895057", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.67/volume/v3/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}, {"rel": "bookmark", "href": "http://10.222.0.67/volume/4c64fd8a30b947558a5b107e61c7d870/volumes/8b3ac3b1-15f7-4340-894b-22184e147db3"}], "user_id": "92649ee6cbb241fe9087d71e1be31189", "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": "4e24ae35-5d7e-4efe-91f6-42cc025c78bb", "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": "4c64fd8a30b947558a5b107e61c7d870"}}' 2022-02-17 12:56:02,084 129463 INFO [tempest.common.waiters] volume 8b3ac3b1-15f7-4340-894b-22184e147db3 reached available after waiting for 33.084548 seconds 2022-02-17 12:56:03,273 129463 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.188s 2022-02-17 12:56:03,274 129463 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-726539465", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-892061283", "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "networks": [{"uuid": "140be0ac-fde0-47da-b918-eca8caaf2020"}], "block_device_mapping_v2": [{"uuid": "8b3ac3b1-15f7-4340-894b-22184e147db3", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a02f049-3824-41ff-a790-117e38a64c11', 'x-compute-request-id': 'req-3a02f049-3824-41ff-a790-117e38a64c11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "adminPass": "CYHnjUchE83E"}}' 2022-02-17 12:56:03,543 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.267s 2022-02-17 12:56:03,544 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1087', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999f1887-ecd1-4e4e-8e77-2205c96b23ea', 'x-compute-request-id': 'req-999f1887-ecd1-4e4e-8e77-2205c96b23ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "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-02-17 12:56:04,805 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.250s 2022-02-17 12:56:04,805 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1137', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e2f9ba-1b49-43b7-adac-c0d38e9d24e0', 'x-compute-request-id': 'req-75e2f9ba-1b49-43b7-adac-c0d38e9d24e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "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": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:05,996 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.181s 2022-02-17 12:56:05,996 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1193', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88790990-bc80-4f86-8b76-17c44b3d94d4', 'x-compute-request-id': 'req-88790990-bc80-4f86-8b76-17c44b3d94d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:06,003 129463 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2022-02-17 12:56:07,367 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.362s 2022-02-17 12:56:07,367 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:07 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-11b2e3eb-52e7-466d-932d-368a8452fc7a', 'x-compute-request-id': 'req-11b2e3eb-52e7-466d-932d-368a8452fc7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "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": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:07,374 129463 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 4 second wait 2022-02-17 12:56:08,633 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.257s 2022-02-17 12:56:08,633 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-949cfccb-4ccb-4d38-b98a-becaa2a97fc8', 'x-compute-request-id': 'req-949cfccb-4ccb-4d38-b98a-becaa2a97fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:08,643 129463 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2022-02-17 12:56:09,830 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.185s 2022-02-17 12:56:09,830 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07c12149-d9ad-4bf5-87da-2d63f6a43f8c', 'x-compute-request-id': 'req-07c12149-d9ad-4bf5-87da-2d63f6a43f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:11,022 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 12:56:11,022 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ef9798b-4ea5-47a8-9666-3aa9c7c004c7', 'x-compute-request-id': 'req-1ef9798b-4ea5-47a8-9666-3aa9c7c004c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:12,201 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.171s 2022-02-17 12:56:12,201 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c989fb3-21e4-4883-b515-2a219331962b', 'x-compute-request-id': 'req-1c989fb3-21e4-4883-b515-2a219331962b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:13,439 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.228s 2022-02-17 12:56:13,440 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4db2ac-320c-4bb8-9b0f-53c67cb8b5e9', 'x-compute-request-id': 'req-4a4db2ac-320c-4bb8-9b0f-53c67cb8b5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:14,679 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.230s 2022-02-17 12:56:14,679 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee575a0b-6bb8-4e93-925e-07463e810130', 'x-compute-request-id': 'req-ee575a0b-6bb8-4e93-925e-07463e810130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:15,857 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 12:56:15,857 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13651b68-547e-4678-9d92-0273b5ecb2aa', 'x-compute-request-id': 'req-13651b68-547e-4678-9d92-0273b5ecb2aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:17,037 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.172s 2022-02-17 12:56:17,038 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-370b9971-c02b-4cfb-896c-85e1452830b3', 'x-compute-request-id': 'req-370b9971-c02b-4cfb-896c-85e1452830b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:18,242 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.195s 2022-02-17 12:56:18,242 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe1590cb-17ce-4856-9f2e-a82a8de5e831', 'x-compute-request-id': 'req-fe1590cb-17ce-4856-9f2e-a82a8de5e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:19,426 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.175s 2022-02-17 12:56:19,427 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9397e91e-a3ec-4634-8700-163cde764a6e', 'x-compute-request-id': 'req-9397e91e-a3ec-4634-8700-163cde764a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:20,604 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 12:56:20,604 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3079e96-6b93-4286-a127-ba3e4929dce1', 'x-compute-request-id': 'req-b3079e96-6b93-4286-a127-ba3e4929dce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:21,775 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 12:56:21,775 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82f208d-1bc5-42fb-b911-918d4a12780f', 'x-compute-request-id': 'req-e82f208d-1bc5-42fb-b911-918d4a12780f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:22,947 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 12:56:22,947 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bacf1c7-4f91-43e9-ab3a-5e8be5ef7cab', 'x-compute-request-id': 'req-1bacf1c7-4f91-43e9-ab3a-5e8be5ef7cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:24,147 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.191s 2022-02-17 12:56:24,148 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72f173a1-01fd-4894-9c65-3086cb98507f', 'x-compute-request-id': 'req-72f173a1-01fd-4894-9c65-3086cb98507f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:25,336 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 12:56:25,337 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25ddc33a-b2ff-470a-ab40-c4697d3f2ca5', 'x-compute-request-id': 'req-25ddc33a-b2ff-470a-ab40-c4697d3f2ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:26,550 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.205s 2022-02-17 12:56:26,553 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee4da5c-eb8a-4171-88ce-3edcbe32bbd2', 'x-compute-request-id': 'req-7ee4da5c-eb8a-4171-88ce-3edcbe32bbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:27,730 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 12:56:27,730 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb5cf02-0bd8-4c9a-911a-79208688c361', 'x-compute-request-id': 'req-bbb5cf02-0bd8-4c9a-911a-79208688c361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "BUILD", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:28,910 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.171s 2022-02-17 12:56:28,911 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1443', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb9b2532-f89c-4f46-b404-17927a305883', 'x-compute-request-id': 'req-fb9b2532-f89c-4f46-b404-17927a305883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:28Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:28,918 129463 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2022-02-17 12:56:29,086 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 12:56:29,086 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1443', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e09f18ad-22de-4294-b7e8-41dd757935d3', 'x-compute-request-id': 'req-e09f18ad-22de-4294-b7e8-41dd757935d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:56:28Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:56:29,296 129463 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=c5e81df8-01bf-46db-a102-002e3b88c4cf 0.202s 2022-02-17 12:56:29,297 129463 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-ce26b4bc-50ad-42d6-a03d-15b5d5296d8f', 'date': 'Thu, 17 Feb 2022 12:56:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67:9696/v2.0/ports?device_id=c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"ports":[{"id":"91d8e1b9-957f-4a13-90d6-2e240963a7f1","name":"","network_id":"140be0ac-fde0-47da-b918-eca8caaf2020","tenant_id":"4c64fd8a30b947558a5b107e61c7d870","mac_address":"fa:16:3e:15:18:3f","admin_state_up":true,"status":"ACTIVE","device_id":"c5e81df8-01bf-46db-a102-002e3b88c4cf","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"08dd0af5-897f-41e8-ace9-7103337344fe","ip_address":"172.20.0.14"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["78c6535a-b9e1-4e86-a791-a392a27c5b85"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-80403","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-02-17T12:56:06Z","updated_at":"2022-02-17T12:56:24Z","revision_number":5,"project_id":"4c64fd8a30b947558a5b107e61c7d870"}]}' 2022-02-17 12:56:31,326 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.67:9696/v2.0/floatingips 2.029s 2022-02-17 12:56:31,327 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "port_id": "91d8e1b9-957f-4a13-90d6-2e240963a7f1", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "fixed_ip_address": "172.20.0.14"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-2dddb61f-c963-4fef-b628-80b456840a69', 'date': 'Thu, 17 Feb 2022 12:56:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d1b7bef7-392a-42a8-bc4b-f1615571c83e", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "floating_ip_address": "172.27.3.111", "floating_network_id": "c9468b11-414c-4196-9478-c78c8ff8c549", "router_id": "88734e39-1f85-4228-b77b-bcbd5d936218", "port_id": "91d8e1b9-957f-4a13-90d6-2e240963a7f1", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "project_id": "4c64fd8a30b947558a5b107e61c7d870", "description": "", "port_details": {"name": "", "network_id": "140be0ac-fde0-47da-b918-eca8caaf2020", "mac_address": "fa:16:3e:15:18:3f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-17T12:56:30Z", "updated_at": "2022-02-17T12:56:30Z", "revision_number": 0}}' 2022-02-17 12:56:31,339 129463 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.111:22' as 'ubuntu' with public key authentication 2022-02-17 12:56:35,311 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 1. Retry after 2 seconds. 2022-02-17 12:56:40,875 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 2. Retry after 3 seconds. 2022-02-17 12:56:47,435 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 3. Retry after 4 seconds. 2022-02-17 12:56:55,019 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 4. Retry after 5 seconds. 2022-02-17 12:57:03,595 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 5. Retry after 6 seconds. 2022-02-17 12:57:13,163 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 6. Retry after 7 seconds. 2022-02-17 12:57:27,820 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 7. Retry after 8 seconds. 2022-02-17 12:57:36,328 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 8. Retry after 9 seconds. 2022-02-17 12:57:45,839 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 9. Retry after 10 seconds. 2022-02-17 12:57:56,351 129463 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.111 ([Errno None] Unable to connect to port 22 on 172.27.3.111). Number attempts: 10. Retry after 11 seconds. 2022-02-17 12:58:07,948 129463 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:58:08,546 129463 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:58:08,546 129463 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.111 successfully created 2022-02-17 12:58:08,547 129463 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-02-17 12:58:08,547 129463 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.111:22' as 'ubuntu' with public key authentication 2022-02-17 12:58:08,568 129463 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:58:08,720 129463 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:58:08,721 129463 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.111 successfully created 2022-02-17 12:58:51,455 129463 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-02-17 12:58:51,455 129463 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.111:22' as 'ubuntu' with public key authentication 2022-02-17 12:58:51,466 129463 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-17 12:58:51,535 129463 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-17 12:58:51,536 129463 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.111 successfully created 2022-02-17 12:59:32,188 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf/action 0.413s 2022-02-17 12:59:32,188 129463 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, 17 Feb 2022 12:59:31 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-c08ab135-bdac-4ae1-916b-4da9c5284b66', 'x-compute-request-id': 'req-c08ab135-bdac-4ae1-916b-4da9c5284b66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf/action'} Body: b'' 2022-02-17 12:59:32,402 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.213s 2022-02-17 12:59:32,403 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada07478-5d7e-4453-ba40-ad70d669646e', 'x-compute-request-id': 'req-ada07478-5d7e-4453-ba40-ad70d669646e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:33,625 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.213s 2022-02-17 12:59:33,626 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e80d3f70-3b0e-430a-ad14-d01ea90f0eee', 'x-compute-request-id': 'req-e80d3f70-3b0e-430a-ad14-d01ea90f0eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:34,824 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.190s 2022-02-17 12:59:34,825 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1f28d1-fb5f-4116-a913-21918acee0af', 'x-compute-request-id': 'req-5f1f28d1-fb5f-4116-a913-21918acee0af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:36,017 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 12:59:36,017 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6172da2f-84c8-402d-84f5-ab10472272b0', 'x-compute-request-id': 'req-6172da2f-84c8-402d-84f5-ab10472272b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:37,197 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.171s 2022-02-17 12:59:37,198 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1242a634-72b0-4bcb-a6a8-9cf2d19dd28e', 'x-compute-request-id': 'req-1242a634-72b0-4bcb-a6a8-9cf2d19dd28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:38,375 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 12:59:38,376 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b92478fb-b1c3-4b8e-9390-ec20ccff8973', 'x-compute-request-id': 'req-b92478fb-b1c3-4b8e-9390-ec20ccff8973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:39,563 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.178s 2022-02-17 12:59:39,564 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31e39ea0-8940-4a36-8089-74f75a99c5ba', 'x-compute-request-id': 'req-31e39ea0-8940-4a36-8089-74f75a99c5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:40,744 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.170s 2022-02-17 12:59:40,744 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f28bd4-c7d4-4d99-aa0e-7359fabaa8de', 'x-compute-request-id': 'req-d2f28bd4-c7d4-4d99-aa0e-7359fabaa8de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:41,926 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.174s 2022-02-17 12:59:41,927 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f1b6fb4-e5cc-4f4c-aa9f-e1d5fbedf0d0', 'x-compute-request-id': 'req-2f1b6fb4-e5cc-4f4c-aa9f-e1d5fbedf0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:43,160 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.225s 2022-02-17 12:59:43,161 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b1e27e-073e-4a0d-9c8a-17c581b97eaa', 'x-compute-request-id': 'req-b7b1e27e-073e-4a0d-9c8a-17c581b97eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:44,347 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.177s 2022-02-17 12:59:44,347 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-404a2456-a4bf-4b50-9253-13edfb54cb60', 'x-compute-request-id': 'req-404a2456-a4bf-4b50-9253-13edfb54cb60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:45,525 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.170s 2022-02-17 12:59:45,526 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c2bd3fa-d963-4c9d-b88a-b76ebb059361', 'x-compute-request-id': 'req-9c2bd3fa-d963-4c9d-b88a-b76ebb059361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:46,721 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.186s 2022-02-17 12:59:46,721 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fbf9322-1333-4e9c-9c8c-6bead9d1f3db', 'x-compute-request-id': 'req-1fbf9322-1333-4e9c-9c8c-6bead9d1f3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:47,907 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.177s 2022-02-17 12:59:47,908 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef2f554c-32cb-42a8-a9df-42900985f24d', 'x-compute-request-id': 'req-ef2f554c-32cb-42a8-a9df-42900985f24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:49,093 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.175s 2022-02-17 12:59:49,093 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f091ac1-f74b-41c1-9677-197c0526fcb6', 'x-compute-request-id': 'req-7f091ac1-f74b-41c1-9677-197c0526fcb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:50,347 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.246s 2022-02-17 12:59:50,348 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66728df7-ea16-4364-88d5-870faba4fb94', 'x-compute-request-id': 'req-66728df7-ea16-4364-88d5-870faba4fb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:51,521 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 12:59:51,522 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b51ce96-46f1-45aa-8950-b71b0c80c8d1', 'x-compute-request-id': 'req-1b51ce96-46f1-45aa-8950-b71b0c80c8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:52,932 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.401s 2022-02-17 12:59:52,933 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-319d0d32-52fd-4107-a865-6554894a420f', 'x-compute-request-id': 'req-319d0d32-52fd-4107-a865-6554894a420f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:54,151 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.210s 2022-02-17 12:59:54,152 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b64a4870-3ce6-40f9-8667-4f7589760d9c', 'x-compute-request-id': 'req-b64a4870-3ce6-40f9-8667-4f7589760d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:55,338 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.178s 2022-02-17 12:59:55,339 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33f9baed-0dbe-49f9-a8c5-28f4ecb519dd', 'x-compute-request-id': 'req-33f9baed-0dbe-49f9-a8c5-28f4ecb519dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:56,527 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.178s 2022-02-17 12:59:56,528 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b9237df-511c-4ece-b4c5-9a2d306e17ad', 'x-compute-request-id': 'req-0b9237df-511c-4ece-b4c5-9a2d306e17ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:57,735 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.199s 2022-02-17 12:59:57,736 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f96b3a4-a5c6-4ccc-aea8-02f69ddd243f', 'x-compute-request-id': 'req-3f96b3a4-a5c6-4ccc-aea8-02f69ddd243f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 12:59:58,924 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 12:59:58,925 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9445d66-c2ae-434d-ae8a-cc492f7e00b2', 'x-compute-request-id': 'req-b9445d66-c2ae-434d-ae8a-cc492f7e00b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:00,165 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.226s 2022-02-17 13:00:00,168 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 12:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39902fb0-c55f-4612-a57a-89f90ccf713b', 'x-compute-request-id': 'req-39902fb0-c55f-4612-a57a-89f90ccf713b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:01,345 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:00:01,346 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78bdee33-909e-43da-953c-5d48f41ce076', 'x-compute-request-id': 'req-78bdee33-909e-43da-953c-5d48f41ce076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:02,552 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.197s 2022-02-17 13:00:02,552 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3849f2d-d981-4f28-bdd2-1e8eaeda3c52', 'x-compute-request-id': 'req-c3849f2d-d981-4f28-bdd2-1e8eaeda3c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:03,745 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 13:00:03,746 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f00fd124-dbff-419c-bb50-ab209bdeb596', 'x-compute-request-id': 'req-f00fd124-dbff-419c-bb50-ab209bdeb596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:04,952 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.197s 2022-02-17 13:00:04,953 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2086cbd-c75e-464e-8b44-4b581a70720a', 'x-compute-request-id': 'req-a2086cbd-c75e-464e-8b44-4b581a70720a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:06,142 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 13:00:06,142 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbeeb40a-b8fb-4839-8d3e-6c79afba60e2', 'x-compute-request-id': 'req-cbeeb40a-b8fb-4839-8d3e-6c79afba60e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:07,319 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:00:07,319 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7a4df4-7e53-4585-9ac9-4bfce31f436e', 'x-compute-request-id': 'req-5e7a4df4-7e53-4585-9ac9-4bfce31f436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:08,498 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.170s 2022-02-17 13:00:08,498 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea8e524-cd30-4545-927c-b430fd5c4b83', 'x-compute-request-id': 'req-6ea8e524-cd30-4545-927c-b430fd5c4b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:09,709 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.202s 2022-02-17 13:00:09,710 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2c2452e-c9a2-4427-b36b-87e72d49bd80', 'x-compute-request-id': 'req-d2c2452e-c9a2-4427-b36b-87e72d49bd80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:10,881 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:00:10,881 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78cedb99-3759-489c-8f92-50e5bcdf23ef', 'x-compute-request-id': 'req-78cedb99-3759-489c-8f92-50e5bcdf23ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:12,056 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:00:12,056 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb5a0b67-366d-4fac-9c01-0116be397185', 'x-compute-request-id': 'req-cb5a0b67-366d-4fac-9c01-0116be397185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:13,249 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.185s 2022-02-17 13:00:13,249 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96cbf882-0ed7-41df-ae12-2530786f37e3', 'x-compute-request-id': 'req-96cbf882-0ed7-41df-ae12-2530786f37e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:14,426 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:00:14,426 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e5cd0dd-cbda-4a72-a35b-ff1570e0e5f4', 'x-compute-request-id': 'req-9e5cd0dd-cbda-4a72-a35b-ff1570e0e5f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:15,662 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.227s 2022-02-17 13:00:15,663 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae3b89d8-05ad-4fca-a371-aafe2566fab5', 'x-compute-request-id': 'req-ae3b89d8-05ad-4fca-a371-aafe2566fab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:17,070 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.399s 2022-02-17 13:00:17,072 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd7d146-5712-4e5c-a469-fe26c91db68f', 'x-compute-request-id': 'req-acd7d146-5712-4e5c-a469-fe26c91db68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:18,248 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:00:18,248 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a17351-616e-4639-bddd-dfb35f0144d2', 'x-compute-request-id': 'req-58a17351-616e-4639-bddd-dfb35f0144d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:19,424 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:00:19,425 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8141d239-e114-42a3-983c-be41afbf280c', 'x-compute-request-id': 'req-8141d239-e114-42a3-983c-be41afbf280c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:20,611 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.177s 2022-02-17 13:00:20,612 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e96174da-59f8-422d-a359-f4a9e097dc98', 'x-compute-request-id': 'req-e96174da-59f8-422d-a359-f4a9e097dc98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:21,892 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.263s 2022-02-17 13:00:21,892 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d030b63-5145-4c66-a121-9e06bf372e47', 'x-compute-request-id': 'req-7d030b63-5145-4c66-a121-9e06bf372e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:23,066 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:00:23,066 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a9153ca-d93b-4a31-8da4-94871f124411', 'x-compute-request-id': 'req-6a9153ca-d93b-4a31-8da4-94871f124411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:24,239 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:00:24,239 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5203f950-1965-4157-9c92-c79b2b698b0b', 'x-compute-request-id': 'req-5203f950-1965-4157-9c92-c79b2b698b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:25,411 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:00:25,411 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c833dd1-d275-4923-83bb-ae6c67eae25d', 'x-compute-request-id': 'req-1c833dd1-d275-4923-83bb-ae6c67eae25d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:26,590 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:00:26,590 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c758621e-3f2b-4f72-9a1c-df1e7beb4f04', 'x-compute-request-id': 'req-c758621e-3f2b-4f72-9a1c-df1e7beb4f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:27,767 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:00:27,768 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-108f8368-4267-42e1-b5cc-fb0fbea92f7c', 'x-compute-request-id': 'req-108f8368-4267-42e1-b5cc-fb0fbea92f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:28,938 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:00:28,939 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078bc98b-6cfa-47dc-9415-b992f31e2776', 'x-compute-request-id': 'req-078bc98b-6cfa-47dc-9415-b992f31e2776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:30,111 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:00:30,112 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b25ec8-cf6a-4da5-a3fe-9744c1190ee3', 'x-compute-request-id': 'req-52b25ec8-cf6a-4da5-a3fe-9744c1190ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:31,289 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:00:31,290 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6096794e-fcf8-4d3e-804d-af419e798c1f', 'x-compute-request-id': 'req-6096794e-fcf8-4d3e-804d-af419e798c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:32,461 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:00:32,462 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bdeab8-c261-4195-8102-a36b0fc8040d', 'x-compute-request-id': 'req-c0bdeab8-c261-4195-8102-a36b0fc8040d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:33,631 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:00:33,631 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be0a7d86-5859-4038-807e-7ed05e7e5213', 'x-compute-request-id': 'req-be0a7d86-5859-4038-807e-7ed05e7e5213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:34,806 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:00:34,806 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce4b8fc9-6ecd-4c34-bf15-b48695036933', 'x-compute-request-id': 'req-ce4b8fc9-6ecd-4c34-bf15-b48695036933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:35,979 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:00:35,979 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7aa7c4-e533-4b1e-a8cf-cba5a746d085', 'x-compute-request-id': 'req-7f7aa7c4-e533-4b1e-a8cf-cba5a746d085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:37,162 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.173s 2022-02-17 13:00:37,163 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdc04e72-8d2f-43cd-bda1-1a22de8ba0cb', 'x-compute-request-id': 'req-fdc04e72-8d2f-43cd-bda1-1a22de8ba0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:38,348 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.177s 2022-02-17 13:00:38,349 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38b4da72-118a-4b1f-8702-7b1c035754ed', 'x-compute-request-id': 'req-38b4da72-118a-4b1f-8702-7b1c035754ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:39,521 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:00:39,521 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858f4334-b4f8-4fff-89ba-0dee2fe73b7b', 'x-compute-request-id': 'req-858f4334-b4f8-4fff-89ba-0dee2fe73b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:40,721 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.184s 2022-02-17 13:00:40,721 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd458f2-c752-4186-883f-036353a2f2ae', 'x-compute-request-id': 'req-ebd458f2-c752-4186-883f-036353a2f2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:41,946 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.216s 2022-02-17 13:00:41,946 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0681441b-d3ee-4216-afdb-1c50917d9e83', 'x-compute-request-id': 'req-0681441b-d3ee-4216-afdb-1c50917d9e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:43,139 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 13:00:43,140 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322a7627-5675-4f33-85b7-734c10f121ee', 'x-compute-request-id': 'req-322a7627-5675-4f33-85b7-734c10f121ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:44,333 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.184s 2022-02-17 13:00:44,333 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeb35adb-081a-4ab5-b8d2-1070d6d9458a', 'x-compute-request-id': 'req-aeb35adb-081a-4ab5-b8d2-1070d6d9458a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:45,514 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.172s 2022-02-17 13:00:45,514 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a1faa29-3571-40e2-999e-a310ceb9d27b', 'x-compute-request-id': 'req-4a1faa29-3571-40e2-999e-a310ceb9d27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:46,725 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.196s 2022-02-17 13:00:46,726 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d57e205-3d60-4fcc-bd26-54e4772b32dd', 'x-compute-request-id': 'req-7d57e205-3d60-4fcc-bd26-54e4772b32dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:47,923 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.188s 2022-02-17 13:00:47,923 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-578f5138-fdf6-4895-896c-6497b81b7789', 'x-compute-request-id': 'req-578f5138-fdf6-4895-896c-6497b81b7789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:49,129 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.196s 2022-02-17 13:00:49,130 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bef0e227-f907-49d9-9dda-c454418f4028', 'x-compute-request-id': 'req-bef0e227-f907-49d9-9dda-c454418f4028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:50,318 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.179s 2022-02-17 13:00:50,326 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be7f6c34-ee81-43f4-a8a7-86664d92e8f3', 'x-compute-request-id': 'req-be7f6c34-ee81-43f4-a8a7-86664d92e8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:51,563 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.228s 2022-02-17 13:00:51,563 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40f072c9-7e30-4944-b154-5da09e526643', 'x-compute-request-id': 'req-40f072c9-7e30-4944-b154-5da09e526643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:52,755 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 13:00:52,756 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8a478b-d5ce-4590-a9d8-f28374cbb3df', 'x-compute-request-id': 'req-ad8a478b-d5ce-4590-a9d8-f28374cbb3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:54,027 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.261s 2022-02-17 13:00:54,028 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec6f07f1-faab-43e0-9c26-6bc6d4bc8a41', 'x-compute-request-id': 'req-ec6f07f1-faab-43e0-9c26-6bc6d4bc8a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:55,260 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.224s 2022-02-17 13:00:55,261 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c37085d-a55a-4eea-a19b-9dc27def0296', 'x-compute-request-id': 'req-3c37085d-a55a-4eea-a19b-9dc27def0296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:56,451 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 13:00:56,452 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1172501-d989-4706-84bf-0926a192abf6', 'x-compute-request-id': 'req-a1172501-d989-4706-84bf-0926a192abf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:57,641 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 13:00:57,641 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c102b5-242e-418d-8a3c-1b666d3ab65b', 'x-compute-request-id': 'req-d5c102b5-242e-418d-8a3c-1b666d3ab65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:00:58,835 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 13:00:58,835 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18f1efcc-7e25-41cd-aebe-6ea0221fd634', 'x-compute-request-id': 'req-18f1efcc-7e25-41cd-aebe-6ea0221fd634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:00,030 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.185s 2022-02-17 13:01:00,031 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbd503fa-758a-48c1-8846-c0cebfbda515', 'x-compute-request-id': 'req-fbd503fa-758a-48c1-8846-c0cebfbda515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:01,239 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.200s 2022-02-17 13:01:01,240 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee3e4c25-a664-4d80-a352-bf4f8ad1a41c', 'x-compute-request-id': 'req-ee3e4c25-a664-4d80-a352-bf4f8ad1a41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:02,454 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.205s 2022-02-17 13:01:02,455 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6a90d40-65ed-4aa6-96d2-b8977992f85e', 'x-compute-request-id': 'req-e6a90d40-65ed-4aa6-96d2-b8977992f85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:03,628 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:03,629 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd6fc5ff-455b-40ea-8d0f-46c26a07694f', 'x-compute-request-id': 'req-dd6fc5ff-455b-40ea-8d0f-46c26a07694f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:04,807 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:04,808 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa99fbe1-438d-45d7-ab88-f58e4f03b03a', 'x-compute-request-id': 'req-aa99fbe1-438d-45d7-ab88-f58e4f03b03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:05,980 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:01:05,980 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c89c08-f265-431a-afc8-2e1b5d625c0b', 'x-compute-request-id': 'req-d0c89c08-f265-431a-afc8-2e1b5d625c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:07,204 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.215s 2022-02-17 13:01:07,204 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e0680f-ca5b-46bc-8269-09eee05f04cd', 'x-compute-request-id': 'req-89e0680f-ca5b-46bc-8269-09eee05f04cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:08,437 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.223s 2022-02-17 13:01:08,437 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63ac7728-d336-4f22-bb0d-1b20c0d9025b', 'x-compute-request-id': 'req-63ac7728-d336-4f22-bb0d-1b20c0d9025b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:09,624 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.178s 2022-02-17 13:01:09,625 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56f8b8fa-3ea4-48be-a0c5-e9fb3b65fa7c', 'x-compute-request-id': 'req-56f8b8fa-3ea4-48be-a0c5-e9fb3b65fa7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:10,813 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 13:01:10,814 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46e09914-072a-4d47-9af1-b981f8c5f74b', 'x-compute-request-id': 'req-46e09914-072a-4d47-9af1-b981f8c5f74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:12,016 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.192s 2022-02-17 13:01:12,016 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a268d385-d3b9-4bc6-b2fe-81e558479133', 'x-compute-request-id': 'req-a268d385-d3b9-4bc6-b2fe-81e558479133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:13,207 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 13:01:13,208 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1569e627-15f0-4e86-81bb-b59a8099f284', 'x-compute-request-id': 'req-1569e627-15f0-4e86-81bb-b59a8099f284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:14,386 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:14,386 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c49c5f-6c07-4428-9184-f5f05b48550c', 'x-compute-request-id': 'req-f8c49c5f-6c07-4428-9184-f5f05b48550c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:15,564 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.170s 2022-02-17 13:01:15,565 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f86d69c-7e29-445e-9007-4a2b5aae90e9', 'x-compute-request-id': 'req-9f86d69c-7e29-445e-9007-4a2b5aae90e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:16,736 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:01:16,737 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a59e9c4a-e4d0-4b05-aabd-fc2fc5675612', 'x-compute-request-id': 'req-a59e9c4a-e4d0-4b05-aabd-fc2fc5675612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:17,932 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.187s 2022-02-17 13:01:17,932 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3c4a9d3-48ef-43eb-bb26-342335d1eb7e', 'x-compute-request-id': 'req-f3c4a9d3-48ef-43eb-bb26-342335d1eb7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:19,113 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.171s 2022-02-17 13:01:19,113 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-005acf56-6bc0-4f01-80fa-6567f4997c89', 'x-compute-request-id': 'req-005acf56-6bc0-4f01-80fa-6567f4997c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:20,291 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:20,291 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50d4cb6f-acbf-4bcc-8143-c1891bc16cd8', 'x-compute-request-id': 'req-50d4cb6f-acbf-4bcc-8143-c1891bc16cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:21,461 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:01:21,461 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-588d685c-39c0-42df-a6fa-ddde8653882d', 'x-compute-request-id': 'req-588d685c-39c0-42df-a6fa-ddde8653882d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:22,636 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:01:22,636 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c16fc6-46b7-4299-aaf9-0a9a60b586e4', 'x-compute-request-id': 'req-68c16fc6-46b7-4299-aaf9-0a9a60b586e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:23,813 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:01:23,813 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6276c202-adda-462d-987c-3f2fcc8d3ec9', 'x-compute-request-id': 'req-6276c202-adda-462d-987c-3f2fcc8d3ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:24,982 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:01:24,983 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c93e976c-cd14-4315-aebd-1f4875c0d706', 'x-compute-request-id': 'req-c93e976c-cd14-4315-aebd-1f4875c0d706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:26,150 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:01:26,151 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a111e41-b44c-4797-938b-343c9021d85a', 'x-compute-request-id': 'req-9a111e41-b44c-4797-938b-343c9021d85a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:27,324 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:01:27,324 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b06dd182-0759-469b-ba01-daeb9eff190f', 'x-compute-request-id': 'req-b06dd182-0759-469b-ba01-daeb9eff190f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:28,492 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:01:28,492 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f804409f-2780-492e-be5f-6241f36ca88b', 'x-compute-request-id': 'req-f804409f-2780-492e-be5f-6241f36ca88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:29,671 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:29,671 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a99a200a-ec02-4759-ba4a-2d050162be90', 'x-compute-request-id': 'req-a99a200a-ec02-4759-ba4a-2d050162be90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:30,849 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:30,850 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ddf0558-a956-4f7b-9a01-5193ec903f17', 'x-compute-request-id': 'req-7ddf0558-a956-4f7b-9a01-5193ec903f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:32,046 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.188s 2022-02-17 13:01:32,047 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1dadcc-16c7-4dea-bad1-720a8961e983', 'x-compute-request-id': 'req-ed1dadcc-16c7-4dea-bad1-720a8961e983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:33,222 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:01:33,222 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a9b74aa-0a31-4134-aca8-18cb9b5d0c72', 'x-compute-request-id': 'req-9a9b74aa-0a31-4134-aca8-18cb9b5d0c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:34,432 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.200s 2022-02-17 13:01:34,432 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-541d0d87-7283-405b-9838-1aec5a9add16', 'x-compute-request-id': 'req-541d0d87-7283-405b-9838-1aec5a9add16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:35,600 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:01:35,600 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3d925e2-4de7-4a8d-b28e-8d2ac0dd38a8', 'x-compute-request-id': 'req-d3d925e2-4de7-4a8d-b28e-8d2ac0dd38a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:36,765 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.156s 2022-02-17 13:01:36,766 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213829be-b2ee-4a8f-85af-ba54ff35d00a', 'x-compute-request-id': 'req-213829be-b2ee-4a8f-85af-ba54ff35d00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:37,937 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:01:37,937 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b63e9a4-fc41-4580-ace7-46bd218de6ef', 'x-compute-request-id': 'req-6b63e9a4-fc41-4580-ace7-46bd218de6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:39,106 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:01:39,107 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbfbcdef-4a73-44f4-b976-ac17f307fa48', 'x-compute-request-id': 'req-bbfbcdef-4a73-44f4-b976-ac17f307fa48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:40,280 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:40,281 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caa7be87-b399-4514-9e80-5d3d0781b9c1', 'x-compute-request-id': 'req-caa7be87-b399-4514-9e80-5d3d0781b9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:41,452 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:01:41,452 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc4e7da-85dd-4e2c-9dd1-9a4194336b4e', 'x-compute-request-id': 'req-dcc4e7da-85dd-4e2c-9dd1-9a4194336b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:42,621 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:01:42,622 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013ec88c-7176-4fa9-b123-c06497151dbf', 'x-compute-request-id': 'req-013ec88c-7176-4fa9-b123-c06497151dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:43,794 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:01:43,795 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-027da141-e07e-45a6-9608-2cf0999aad37', 'x-compute-request-id': 'req-027da141-e07e-45a6-9608-2cf0999aad37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:44,968 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:44,969 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b62702-5f5d-4ef0-992f-55665f60edf0', 'x-compute-request-id': 'req-52b62702-5f5d-4ef0-992f-55665f60edf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:46,137 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:01:46,137 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d45fdc-ec1c-4397-8567-f480c2244abd', 'x-compute-request-id': 'req-93d45fdc-ec1c-4397-8567-f480c2244abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:47,306 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:01:47,307 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b8e8fcc-a548-49a4-a3fa-1184d9ec7a18', 'x-compute-request-id': 'req-4b8e8fcc-a548-49a4-a3fa-1184d9ec7a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:48,480 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:48,480 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e97ac621-efe5-461f-a446-bca78acb9750', 'x-compute-request-id': 'req-e97ac621-efe5-461f-a446-bca78acb9750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:49,881 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.392s 2022-02-17 13:01:49,882 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00022833-4a51-44a6-88b4-505193293511', 'x-compute-request-id': 'req-00022833-4a51-44a6-88b4-505193293511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:51,056 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:51,056 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d7c11bb-7af0-4c5b-afc4-9c9af4417b52', 'x-compute-request-id': 'req-5d7c11bb-7af0-4c5b-afc4-9c9af4417b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:52,228 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:01:52,228 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22fd87e1-8a63-4860-ae0f-9c0cb16397e2', 'x-compute-request-id': 'req-22fd87e1-8a63-4860-ae0f-9c0cb16397e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:53,407 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:01:53,407 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10170a7a-c71c-4baa-a5ca-d32772503ece', 'x-compute-request-id': 'req-10170a7a-c71c-4baa-a5ca-d32772503ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:54,575 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:01:54,576 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-387330e6-90bd-4c3c-8424-60635dc05da8', 'x-compute-request-id': 'req-387330e6-90bd-4c3c-8424-60635dc05da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:55,740 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.155s 2022-02-17 13:01:55,740 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c05dde5-dad7-474c-ad9d-c509e60bdca6', 'x-compute-request-id': 'req-9c05dde5-dad7-474c-ad9d-c509e60bdca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:56,914 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:01:56,914 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2f56ad6-fa89-4d37-a0e8-eea1b75394f1', 'x-compute-request-id': 'req-f2f56ad6-fa89-4d37-a0e8-eea1b75394f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:58,088 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:01:58,088 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cc09cec-0b1d-4530-aac9-0a87348e559b', 'x-compute-request-id': 'req-9cc09cec-0b1d-4530-aac9-0a87348e559b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:01:59,262 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:01:59,262 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f1be2a-ae79-440a-981a-f9fa041325a5', 'x-compute-request-id': 'req-47f1be2a-ae79-440a-981a-f9fa041325a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:00,436 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:00,436 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eda00fe-3dd6-48bb-9fea-a7eb1c1bd023', 'x-compute-request-id': 'req-6eda00fe-3dd6-48bb-9fea-a7eb1c1bd023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:01,609 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:01,609 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56fe1556-9cba-4e88-8676-5ce11c78fb09', 'x-compute-request-id': 'req-56fe1556-9cba-4e88-8676-5ce11c78fb09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:02,784 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:02:02,784 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b760ac2-c303-4b08-86b1-145bd1ea6197', 'x-compute-request-id': 'req-9b760ac2-c303-4b08-86b1-145bd1ea6197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:03,955 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:03,955 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b03b61c8-2c8e-4054-a53f-5f175d85f350', 'x-compute-request-id': 'req-b03b61c8-2c8e-4054-a53f-5f175d85f350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:05,125 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:02:05,125 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29384280-b28f-450c-bfd3-72ffeca9d8cd', 'x-compute-request-id': 'req-29384280-b28f-450c-bfd3-72ffeca9d8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:06,298 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:02:06,298 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113041ec-2641-4f18-88d1-33586bf46dce', 'x-compute-request-id': 'req-113041ec-2641-4f18-88d1-33586bf46dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:07,460 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.154s 2022-02-17 13:02:07,461 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe73cfcc-590e-432c-84b1-96782eda82c1', 'x-compute-request-id': 'req-fe73cfcc-590e-432c-84b1-96782eda82c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:08,634 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:02:08,634 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbc63648-3117-4316-a2af-916cf32bf4a4', 'x-compute-request-id': 'req-cbc63648-3117-4316-a2af-916cf32bf4a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:09,801 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:02:09,801 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08ff3101-42db-434a-83e4-1774310ea446', 'x-compute-request-id': 'req-08ff3101-42db-434a-83e4-1774310ea446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:10,968 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:02:10,969 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e7ee088-9c63-4951-bf5e-a5461f189fc3', 'x-compute-request-id': 'req-8e7ee088-9c63-4951-bf5e-a5461f189fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:12,140 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:02:12,140 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cfb98c5-182f-4408-b24b-b7baa8af199c', 'x-compute-request-id': 'req-3cfb98c5-182f-4408-b24b-b7baa8af199c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:13,306 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.157s 2022-02-17 13:02:13,306 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d4ca54e-f814-4355-8682-b31b9bdf717f', 'x-compute-request-id': 'req-3d4ca54e-f814-4355-8682-b31b9bdf717f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:14,478 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:14,479 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6649fff4-c2d9-4f4f-9a8e-ea8032bfdcfb', 'x-compute-request-id': 'req-6649fff4-c2d9-4f4f-9a8e-ea8032bfdcfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:15,651 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:15,651 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63813cb4-52af-4ff0-aec1-ef3ae4f8c4d7', 'x-compute-request-id': 'req-63813cb4-52af-4ff0-aec1-ef3ae4f8c4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:16,819 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:02:16,819 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0517638a-cedc-4fe0-a02e-89a5dad20d19', 'x-compute-request-id': 'req-0517638a-cedc-4fe0-a02e-89a5dad20d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:17,988 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:02:17,989 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-377b682b-a490-4322-9698-169d415d9910', 'x-compute-request-id': 'req-377b682b-a490-4322-9698-169d415d9910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:19,156 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:02:19,156 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1277353-84cf-4a77-a559-713ca11d3533', 'x-compute-request-id': 'req-d1277353-84cf-4a77-a559-713ca11d3533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:20,329 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:02:20,330 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda979c9-c301-4071-8688-a99495025c45', 'x-compute-request-id': 'req-eda979c9-c301-4071-8688-a99495025c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:21,502 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:21,503 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5afdafff-6976-42b2-a378-1bf7ce839406', 'x-compute-request-id': 'req-5afdafff-6976-42b2-a378-1bf7ce839406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:22,680 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:02:22,680 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bfacb67-0e21-4bd5-a236-c7ed7f29cba3', 'x-compute-request-id': 'req-1bfacb67-0e21-4bd5-a236-c7ed7f29cba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:23,851 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:02:23,852 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef8f3cd-301b-41ab-a329-b11af0c4f828', 'x-compute-request-id': 'req-fef8f3cd-301b-41ab-a329-b11af0c4f828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:25,025 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:25,025 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a85c2ac-26f8-48c1-9f2a-6b7c2a6f0d94', 'x-compute-request-id': 'req-4a85c2ac-26f8-48c1-9f2a-6b7c2a6f0d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:26,196 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:26,197 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e5760c5-7373-4864-9c80-3e844602600c', 'x-compute-request-id': 'req-4e5760c5-7373-4864-9c80-3e844602600c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:27,367 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:02:27,367 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56aa1e20-637e-48f5-a3c3-d043a09edc1f', 'x-compute-request-id': 'req-56aa1e20-637e-48f5-a3c3-d043a09edc1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:28,535 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.158s 2022-02-17 13:02:28,535 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a816922-c21b-4421-a33f-463b745846f7', 'x-compute-request-id': 'req-2a816922-c21b-4421-a33f-463b745846f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:29,707 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:29,707 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b53b1716-42ca-4f90-bccb-09b464d02073', 'x-compute-request-id': 'req-b53b1716-42ca-4f90-bccb-09b464d02073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:30,876 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:02:30,877 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdf43d14-42d1-4db3-8b1f-c27e0207f4cd', 'x-compute-request-id': 'req-cdf43d14-42d1-4db3-8b1f-c27e0207f4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:32,050 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:02:32,050 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06d01173-0201-487e-951f-8b0f687bed6b', 'x-compute-request-id': 'req-06d01173-0201-487e-951f-8b0f687bed6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:33,218 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:02:33,219 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e4b8d0-c3c5-400a-bf01-8e684a292e7f', 'x-compute-request-id': 'req-10e4b8d0-c3c5-400a-bf01-8e684a292e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:34,383 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.156s 2022-02-17 13:02:34,383 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8503fddb-f985-4e32-a1fe-189133642514', 'x-compute-request-id': 'req-8503fddb-f985-4e32-a1fe-189133642514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:35,553 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:02:35,554 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33124e7e-dc9e-4d85-a618-085453504179', 'x-compute-request-id': 'req-33124e7e-dc9e-4d85-a618-085453504179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:36,727 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:36,727 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77ca7c94-09cc-4d18-9bce-a2451a88fb87', 'x-compute-request-id': 'req-77ca7c94-09cc-4d18-9bce-a2451a88fb87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:37,896 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:02:37,897 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d079fee-cf43-4153-a0f0-a188d76a4d8e', 'x-compute-request-id': 'req-2d079fee-cf43-4153-a0f0-a188d76a4d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:39,070 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:39,071 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c9a27a1-16b4-443b-aef7-af4a28f80ee8', 'x-compute-request-id': 'req-3c9a27a1-16b4-443b-aef7-af4a28f80ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:40,243 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:40,244 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dabab091-8fbe-4040-bae3-e88d6bc019da', 'x-compute-request-id': 'req-dabab091-8fbe-4040-bae3-e88d6bc019da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:41,422 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:02:41,422 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17e8aef5-789f-4400-a987-d4653a0478ab', 'x-compute-request-id': 'req-17e8aef5-789f-4400-a987-d4653a0478ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:42,596 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:42,597 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f1acede-e0b7-42db-bc83-b1875b36623a', 'x-compute-request-id': 'req-1f1acede-e0b7-42db-bc83-b1875b36623a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:43,774 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.169s 2022-02-17 13:02:43,775 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ced8cab-10b2-48b7-8d71-98696089b910', 'x-compute-request-id': 'req-7ced8cab-10b2-48b7-8d71-98696089b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:44,950 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:02:44,951 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e72cf35-4951-4d4f-a1b8-32043cd3fc21', 'x-compute-request-id': 'req-3e72cf35-4951-4d4f-a1b8-32043cd3fc21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:46,136 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.175s 2022-02-17 13:02:46,136 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f06aa2a2-3846-468a-9665-e62507c0e703', 'x-compute-request-id': 'req-f06aa2a2-3846-468a-9665-e62507c0e703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:47,320 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.174s 2022-02-17 13:02:47,320 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d213b541-d502-4905-be39-2269a93bc2b6', 'x-compute-request-id': 'req-d213b541-d502-4905-be39-2269a93bc2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:48,536 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.207s 2022-02-17 13:02:48,536 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bfcabdb-4083-4fde-9c84-b269f20f3fbd', 'x-compute-request-id': 'req-3bfcabdb-4083-4fde-9c84-b269f20f3fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:49,727 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 13:02:49,727 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18bd1cb1-06aa-4b45-b41d-1dd6450a0059', 'x-compute-request-id': 'req-18bd1cb1-06aa-4b45-b41d-1dd6450a0059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:50,997 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.261s 2022-02-17 13:02:50,997 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-401ea8b9-9bc1-4d9b-83c1-7486fa9af3f4', 'x-compute-request-id': 'req-401ea8b9-9bc1-4d9b-83c1-7486fa9af3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:52,172 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:02:52,172 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f79cd1-4a9c-422f-8a66-81a2dc48eb84', 'x-compute-request-id': 'req-89f79cd1-4a9c-422f-8a66-81a2dc48eb84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:53,357 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.176s 2022-02-17 13:02:53,357 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e31e5b14-99b1-4b25-a408-76f1daf78d2c', 'x-compute-request-id': 'req-e31e5b14-99b1-4b25-a408-76f1daf78d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:54,582 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.215s 2022-02-17 13:02:54,582 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b8eb90-ede2-4fda-866e-dbdbde727a04', 'x-compute-request-id': 'req-c0b8eb90-ede2-4fda-866e-dbdbde727a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:55,840 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.249s 2022-02-17 13:02:55,840 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64919ab9-031d-42ae-a9f7-5c046066065b', 'x-compute-request-id': 'req-64919ab9-031d-42ae-a9f7-5c046066065b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:57,029 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.178s 2022-02-17 13:02:57,029 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0df4ee9f-4a77-44db-9595-bdf2439a7429', 'x-compute-request-id': 'req-0df4ee9f-4a77-44db-9595-bdf2439a7429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:58,238 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.200s 2022-02-17 13:02:58,238 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab8235f-86ec-455c-959d-bee87601a1f1', 'x-compute-request-id': 'req-dab8235f-86ec-455c-959d-bee87601a1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:02:59,410 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:02:59,410 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fe0c44f-7d3d-4ae9-b245-99476be01d8a', 'x-compute-request-id': 'req-9fe0c44f-7d3d-4ae9-b245-99476be01d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:00,593 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.175s 2022-02-17 13:03:00,594 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-106759f7-9701-419d-adf3-385a5b59f0c1', 'x-compute-request-id': 'req-106759f7-9701-419d-adf3-385a5b59f0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:01,806 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.203s 2022-02-17 13:03:01,806 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fd0246b-6af1-498a-991d-4487a6cd8689', 'x-compute-request-id': 'req-7fd0246b-6af1-498a-991d-4487a6cd8689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:03,052 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.180s 2022-02-17 13:03:03,053 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0300b1eb-b939-4ce7-9350-73a8a431c9a8', 'x-compute-request-id': 'req-0300b1eb-b939-4ce7-9350-73a8a431c9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:04,228 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:03:04,229 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1777f76b-cbce-4471-b301-08a787a29afa', 'x-compute-request-id': 'req-1777f76b-cbce-4471-b301-08a787a29afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:05,403 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:03:05,404 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea69f188-deff-4ca1-b933-6d4b0411468f', 'x-compute-request-id': 'req-ea69f188-deff-4ca1-b933-6d4b0411468f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:06,579 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:03:06,579 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e4d9678-51b1-413e-80af-88e442975628', 'x-compute-request-id': 'req-0e4d9678-51b1-413e-80af-88e442975628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:07,865 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.276s 2022-02-17 13:03:07,865 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f0b8fd-5185-4593-a78b-8e878e70004a', 'x-compute-request-id': 'req-47f0b8fd-5185-4593-a78b-8e878e70004a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:09,047 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.174s 2022-02-17 13:03:09,048 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e92e6b-c1a1-4cb2-a652-7a5dd748d3e2', 'x-compute-request-id': 'req-79e92e6b-c1a1-4cb2-a652-7a5dd748d3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:10,231 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.174s 2022-02-17 13:03:10,231 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8378312-79fb-4fe8-8fcf-fc27c1d888c1', 'x-compute-request-id': 'req-a8378312-79fb-4fe8-8fcf-fc27c1d888c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:11,403 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:03:11,404 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e63156b1-5dde-4284-ac3f-6c42445fb8b4', 'x-compute-request-id': 'req-e63156b1-5dde-4284-ac3f-6c42445fb8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:12,573 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:12,573 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33d9d683-8389-457f-89c6-c40db9d3ff7d', 'x-compute-request-id': 'req-33d9d683-8389-457f-89c6-c40db9d3ff7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:13,744 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:03:13,744 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bb3d4ce-1f39-40ac-b0c9-7dede2b3abfe', 'x-compute-request-id': 'req-7bb3d4ce-1f39-40ac-b0c9-7dede2b3abfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:14,913 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:14,914 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e76540d-03be-4190-89cf-3a3035428b70', 'x-compute-request-id': 'req-3e76540d-03be-4190-89cf-3a3035428b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:16,104 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 13:03:16,104 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2414f28c-c740-4422-b289-6fc44193acc4', 'x-compute-request-id': 'req-2414f28c-c740-4422-b289-6fc44193acc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:17,275 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:03:17,275 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1285557-47d9-43d3-9c2e-e0a6a85cdc74', 'x-compute-request-id': 'req-c1285557-47d9-43d3-9c2e-e0a6a85cdc74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:18,449 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:03:18,449 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-995aced9-577a-4c86-8fcf-a16e534bb93c', 'x-compute-request-id': 'req-995aced9-577a-4c86-8fcf-a16e534bb93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:19,621 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:03:19,622 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49151bea-84c1-46ee-9381-3ffafb36af9d', 'x-compute-request-id': 'req-49151bea-84c1-46ee-9381-3ffafb36af9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:20,816 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.185s 2022-02-17 13:03:20,816 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-307979cf-81ff-4a85-95a2-39e3e2b4bdee', 'x-compute-request-id': 'req-307979cf-81ff-4a85-95a2-39e3e2b4bdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:21,993 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:03:21,994 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-097296c3-9371-4901-bec7-23b394b4a800', 'x-compute-request-id': 'req-097296c3-9371-4901-bec7-23b394b4a800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:23,163 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:03:23,164 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f6d262-7ae3-4ba3-bd13-d527be60ac0e', 'x-compute-request-id': 'req-c0f6d262-7ae3-4ba3-bd13-d527be60ac0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:24,335 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:24,335 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3848f9d4-b557-4e6f-a027-22a67883217a', 'x-compute-request-id': 'req-3848f9d4-b557-4e6f-a027-22a67883217a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:25,513 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.170s 2022-02-17 13:03:25,514 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c47dc299-7bff-46cf-bcff-95a929adcfb2', 'x-compute-request-id': 'req-c47dc299-7bff-46cf-bcff-95a929adcfb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:26,686 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.163s 2022-02-17 13:03:26,686 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7282b305-90f3-485e-a3d3-0199e8e45523', 'x-compute-request-id': 'req-7282b305-90f3-485e-a3d3-0199e8e45523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:27,860 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.166s 2022-02-17 13:03:27,861 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa94c447-7055-4e53-88a1-68fd2ff4831b', 'x-compute-request-id': 'req-fa94c447-7055-4e53-88a1-68fd2ff4831b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:29,030 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:29,030 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc37bf3a-69ed-41e7-bc7c-f09d219d26bb', 'x-compute-request-id': 'req-bc37bf3a-69ed-41e7-bc7c-f09d219d26bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:30,207 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.167s 2022-02-17 13:03:30,208 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dd9a67a-4fd8-409c-9b38-38c9f58d223b', 'x-compute-request-id': 'req-6dd9a67a-4fd8-409c-9b38-38c9f58d223b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:31,382 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:03:31,382 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da146b76-9065-4c21-8b23-e45df25c99a3', 'x-compute-request-id': 'req-da146b76-9065-4c21-8b23-e45df25c99a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:32,553 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:03:32,553 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af363fcf-3e0f-4c70-9175-011d56862ba9', 'x-compute-request-id': 'req-af363fcf-3e0f-4c70-9175-011d56862ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:33,723 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.161s 2022-02-17 13:03:33,724 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-705d9d0a-b582-4ebb-a383-9e34403b5566', 'x-compute-request-id': 'req-705d9d0a-b582-4ebb-a383-9e34403b5566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:34,892 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:34,893 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74e3e30b-641a-4f71-854e-3e1b00086c6a', 'x-compute-request-id': 'req-74e3e30b-641a-4f71-854e-3e1b00086c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:36,067 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.165s 2022-02-17 13:03:36,067 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba095a4-e89e-40a1-95b7-02eea4071a46', 'x-compute-request-id': 'req-0ba095a4-e89e-40a1-95b7-02eea4071a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:37,236 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.160s 2022-02-17 13:03:37,236 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad661fd-4c44-4b60-b4c7-578462cc3390', 'x-compute-request-id': 'req-bad661fd-4c44-4b60-b4c7-578462cc3390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:38,409 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.164s 2022-02-17 13:03:38,409 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e393184e-393f-4975-9e73-8d66673d7eaf', 'x-compute-request-id': 'req-e393184e-393f-4975-9e73-8d66673d7eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:39,580 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:03:39,581 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8ce70e5-37e4-4cc6-a9a4-339576a52c00', 'x-compute-request-id': 'req-b8ce70e5-37e4-4cc6-a9a4-339576a52c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:40,752 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.162s 2022-02-17 13:03:40,752 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e9b14c-6977-4ee4-8299-72449e2da772', 'x-compute-request-id': 'req-83e9b14c-6977-4ee4-8299-72449e2da772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:41,920 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:03:41,921 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a097a18-0311-48ee-af1d-ebf18262cfc2', 'x-compute-request-id': 'req-1a097a18-0311-48ee-af1d-ebf18262cfc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:43,089 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:03:43,089 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-543c85f8-bbb7-4ca7-bd42-7de2ed1027db', 'x-compute-request-id': 'req-543c85f8-bbb7-4ca7-bd42-7de2ed1027db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:44,267 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:03:44,267 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85165703-56d0-4124-9b13-d8895f1f6b03', 'x-compute-request-id': 'req-85165703-56d0-4124-9b13-d8895f1f6b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:45,450 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.174s 2022-02-17 13:03:45,451 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea87ba2f-93aa-4dfa-86e8-8e8eb8ce4233', 'x-compute-request-id': 'req-ea87ba2f-93aa-4dfa-86e8-8e8eb8ce4233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:46,618 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.159s 2022-02-17 13:03:46,618 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c000f7-b1f1-48ba-bbf0-9e13ce9f0083', 'x-compute-request-id': 'req-76c000f7-b1f1-48ba-bbf0-9e13ce9f0083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:47,808 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.182s 2022-02-17 13:03:47,809 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeb632b8-8428-44e4-b7f9-c8ad902e31bf', 'x-compute-request-id': 'req-aeb632b8-8428-44e4-b7f9-c8ad902e31bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:49,027 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.209s 2022-02-17 13:03:49,028 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e802cf6-ff52-42c5-a3cf-5559284dd1d4', 'x-compute-request-id': 'req-4e802cf6-ff52-42c5-a3cf-5559284dd1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:50,206 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.168s 2022-02-17 13:03:50,206 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc3e8794-6ce2-4f89-8269-0a513882d3d3', 'x-compute-request-id': 'req-bc3e8794-6ce2-4f89-8269-0a513882d3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:51,414 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.199s 2022-02-17 13:03:51,414 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92f1c69d-99d8-432d-977b-861a3620702a', 'x-compute-request-id': 'req-92f1c69d-99d8-432d-977b-861a3620702a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:52,620 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.197s 2022-02-17 13:03:52,620 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcd7a8d7-22af-48f1-994a-b27e046a272d', 'x-compute-request-id': 'req-fcd7a8d7-22af-48f1-994a-b27e046a272d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:03:54,175 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.545s 2022-02-17 13:03:54,175 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1499f65c-0afc-4f59-a3c3-a72080896a90', 'x-compute-request-id': 'req-1499f65c-0afc-4f59-a3c3-a72080896a90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:04:55,211 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 60.024s 2022-02-17 13:04:55,211 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d510e709-bc7f-4a03-a681-488d023dc0f4', 'x-compute-request-id': 'req-d510e709-bc7f-4a03-a681-488d023dc0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T12:59:32Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:05:56,280 129463 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/c5e81df8-01bf-46db-a102-002e3b88c4cf 2022-02-17 13:06:56,339 129463 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/c5e81df8-01bf-46db-a102-002e3b88c4cf 2022-02-17 13:07:56,399 129463 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/c5e81df8-01bf-46db-a102-002e3b88c4cf 2022-02-17 13:08:56,460 129463 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/c5e81df8-01bf-46db-a102-002e3b88c4cf 2022-02-17 13:09:47,241 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 291.021s 2022-02-17 13:09:47,242 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69b8d31e-9509-43bb-ade0-f5b97f3f6bcb', 'x-compute-request-id': 'req-69b8d31e-9509-43bb-ade0-f5b97f3f6bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:47Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:47,249 129463 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/None" after 615 second wait 2022-02-17 13:09:48,320 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/floatingips/d1b7bef7-392a-42a8-bc4b-f1615571c83e 1.069s 2022-02-17 13:09:48,321 129463 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-b9461dbf-8e39-40e3-8c64-7642a10d3286', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/floatingips/d1b7bef7-392a-42a8-bc4b-f1615571c83e'} Body: b'' 2022-02-17 13:09:48,962 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.641s 2022-02-17 13:09:48,962 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:48 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-00c86f56-cbc3-4209-b8f7-948bad3c6249', 'x-compute-request-id': 'req-00c86f56-cbc3-4209-b8f7-948bad3c6249', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'' 2022-02-17 13:09:50,659 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 1.696s 2022-02-17 13:09:50,659 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe4cd829-3cc9-4723-97db-0ba30cd4a862', 'x-compute-request-id': 'req-fe4cd829-3cc9-4723-97db-0ba30cd4a862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {"tempest-TestShelveInstance-972571395-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}, {"version": 4, "addr": "172.27.3.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:18:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1664452884"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:51,760 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.092s 2022-02-17 13:09:51,761 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0017a1fb-10ae-4cad-b644-538b14a76d60', 'x-compute-request-id': 'req-0017a1fb-10ae-4cad-b644-538b14a76d60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:52,853 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:09:52,853 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c002fa3-e80e-4157-a4e0-a95d719fa1b4', 'x-compute-request-id': 'req-8c002fa3-e80e-4157-a4e0-a95d719fa1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:53,960 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.098s 2022-02-17 13:09:53,961 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-410f3035-8ed6-4602-af47-e0e009e64bd4', 'x-compute-request-id': 'req-410f3035-8ed6-4602-af47-e0e009e64bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:55,056 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:09:55,057 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-065030a6-847b-4b67-a894-994efadca1a5', 'x-compute-request-id': 'req-065030a6-847b-4b67-a894-994efadca1a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:56,156 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.090s 2022-02-17 13:09:56,156 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504fcbf4-8618-46b9-9296-4281e66266d8', 'x-compute-request-id': 'req-504fcbf4-8618-46b9-9296-4281e66266d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:57,252 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:09:57,252 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b392806-6d43-4362-9a91-52de3856c1f0', 'x-compute-request-id': 'req-4b392806-6d43-4362-9a91-52de3856c1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:58,349 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:09:58,349 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-421b2d87-31a7-4fe0-8e3a-e92e8deed053', 'x-compute-request-id': 'req-421b2d87-31a7-4fe0-8e3a-e92e8deed053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:09:59,542 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.184s 2022-02-17 13:09:59,543 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58437dda-d137-43a1-b99a-e9ab34ed6ffc', 'x-compute-request-id': 'req-58437dda-d137-43a1-b99a-e9ab34ed6ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:00,688 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.137s 2022-02-17 13:10:00,688 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c374dbf4-da02-4145-ba19-05226544b110', 'x-compute-request-id': 'req-c374dbf4-da02-4145-ba19-05226544b110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:01,824 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.127s 2022-02-17 13:10:01,824 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e2b22be-fa46-4fa5-a41b-454e90e6faee', 'x-compute-request-id': 'req-4e2b22be-fa46-4fa5-a41b-454e90e6faee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:02,926 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.093s 2022-02-17 13:10:02,926 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d57f0b17-5a06-4cba-b326-f0701a824323', 'x-compute-request-id': 'req-d57f0b17-5a06-4cba-b326-f0701a824323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:04,019 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:04,019 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fafd5ab-8d73-491f-973c-ae4ef4387128', 'x-compute-request-id': 'req-8fafd5ab-8d73-491f-973c-ae4ef4387128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:05,112 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:05,112 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d9112e-11fc-4ed8-bcc6-937aac2230b8', 'x-compute-request-id': 'req-02d9112e-11fc-4ed8-bcc6-937aac2230b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:06,205 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:06,206 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eed9094-1f12-4eb9-9d95-e9a090a4abdb', 'x-compute-request-id': 'req-0eed9094-1f12-4eb9-9d95-e9a090a4abdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:07,302 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:10:07,302 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9166948f-d632-4e01-8ad2-cf3baa95fc51', 'x-compute-request-id': 'req-9166948f-d632-4e01-8ad2-cf3baa95fc51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:08,395 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:08,395 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93765968-684d-4396-b518-aeec6129423a', 'x-compute-request-id': 'req-93765968-684d-4396-b518-aeec6129423a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:09,483 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.080s 2022-02-17 13:10:09,484 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7678f3e-e759-4fcd-b4a1-5cd52f01221d', 'x-compute-request-id': 'req-c7678f3e-e759-4fcd-b4a1-5cd52f01221d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:10,579 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:10,579 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f66b853d-895e-4f1d-9f75-43e0eb1be555', 'x-compute-request-id': 'req-f66b853d-895e-4f1d-9f75-43e0eb1be555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:11,674 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:10:11,675 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e76bea5f-8c70-49c8-a993-ef141bc21e9b', 'x-compute-request-id': 'req-e76bea5f-8c70-49c8-a993-ef141bc21e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:12,776 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.094s 2022-02-17 13:10:12,777 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6620ffcc-d05d-4416-96d9-4bd3d82bd32c', 'x-compute-request-id': 'req-6620ffcc-d05d-4416-96d9-4bd3d82bd32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:13,868 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:13,869 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191252b7-27d8-4e52-94f6-242d1e3de330', 'x-compute-request-id': 'req-191252b7-27d8-4e52-94f6-242d1e3de330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:14,962 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:14,963 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1512dea6-697b-47b4-bf2b-1f60464ae96f', 'x-compute-request-id': 'req-1512dea6-697b-47b4-bf2b-1f60464ae96f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:16,055 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:16,056 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f88f035-45ec-4d40-a58c-6e39c4d1e8f3', 'x-compute-request-id': 'req-9f88f035-45ec-4d40-a58c-6e39c4d1e8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:17,149 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:17,150 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13250fe7-ee66-4390-9954-eb1f385d92db', 'x-compute-request-id': 'req-13250fe7-ee66-4390-9954-eb1f385d92db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:18,241 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:18,241 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ae594d1-7ed4-4d4d-938f-76e4224cc284', 'x-compute-request-id': 'req-8ae594d1-7ed4-4d4d-938f-76e4224cc284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:19,333 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:19,333 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a80ee1e-bf63-4d27-bde7-d0574963d793', 'x-compute-request-id': 'req-6a80ee1e-bf63-4d27-bde7-d0574963d793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:20,429 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:10:20,430 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50d9ec0e-03ac-43f4-8672-d0d3f59ae5f3', 'x-compute-request-id': 'req-50d9ec0e-03ac-43f4-8672-d0d3f59ae5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:21,524 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:21,524 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-210c9031-bbcd-44b1-a965-e192600afa57', 'x-compute-request-id': 'req-210c9031-bbcd-44b1-a965-e192600afa57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:22,618 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:22,619 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2335ce53-1fdd-4aa0-ac6d-3508f27a6428', 'x-compute-request-id': 'req-2335ce53-1fdd-4aa0-ac6d-3508f27a6428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:23,710 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:23,710 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4c20b34-b0f0-4ed9-8712-d4ef3c898d33', 'x-compute-request-id': 'req-f4c20b34-b0f0-4ed9-8712-d4ef3c898d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:24,804 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:24,804 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5950a61b-734d-415b-a63a-55194cacf143', 'x-compute-request-id': 'req-5950a61b-734d-415b-a63a-55194cacf143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:25,902 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:10:25,903 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-847f26e3-4a97-4e98-b9e4-da1dd3afdd3f', 'x-compute-request-id': 'req-847f26e3-4a97-4e98-b9e4-da1dd3afdd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:26,996 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:26,997 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-643fc8c4-5061-4dab-bb34-8e5b7ea2a012', 'x-compute-request-id': 'req-643fc8c4-5061-4dab-bb34-8e5b7ea2a012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:28,089 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:28,089 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73eadd3-071f-4eaa-99b3-da9e45614f81', 'x-compute-request-id': 'req-c73eadd3-071f-4eaa-99b3-da9e45614f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:29,187 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:10:29,188 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04610a5a-2902-4c00-b5ce-df9c52334067', 'x-compute-request-id': 'req-04610a5a-2902-4c00-b5ce-df9c52334067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:30,280 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:30,280 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30f4d1ae-60e6-498a-ba62-5696af9a616e', 'x-compute-request-id': 'req-30f4d1ae-60e6-498a-ba62-5696af9a616e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:31,372 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:31,373 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fbe8e2f-122c-4483-98d5-6f21716bd53a', 'x-compute-request-id': 'req-7fbe8e2f-122c-4483-98d5-6f21716bd53a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:32,463 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:32,464 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac869b2b-78a3-4b48-9817-58dce649cd35', 'x-compute-request-id': 'req-ac869b2b-78a3-4b48-9817-58dce649cd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:33,559 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:33,559 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c78493e-ee19-48ab-ad19-7e887e71de91', 'x-compute-request-id': 'req-0c78493e-ee19-48ab-ad19-7e887e71de91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:34,652 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:34,653 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2fad45-5a43-4d79-aeea-27dbf41aa9a4', 'x-compute-request-id': 'req-1b2fad45-5a43-4d79-aeea-27dbf41aa9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:35,743 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:35,744 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f93f4f14-6e1e-4381-9968-ecda5f9f81e0', 'x-compute-request-id': 'req-f93f4f14-6e1e-4381-9968-ecda5f9f81e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:36,834 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:36,835 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae1a077d-cf3d-451f-835f-08ce76d54d26', 'x-compute-request-id': 'req-ae1a077d-cf3d-451f-835f-08ce76d54d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:37,926 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:37,927 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2c4557-4c85-4fac-9cf5-20ce2897e0e0', 'x-compute-request-id': 'req-bd2c4557-4c85-4fac-9cf5-20ce2897e0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:39,017 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:10:39,018 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43de9f3-b38e-4968-94c5-555543beef5f', 'x-compute-request-id': 'req-a43de9f3-b38e-4968-94c5-555543beef5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:40,111 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:40,112 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60a241b7-d4f1-40ec-bafc-3613f26e33c1', 'x-compute-request-id': 'req-60a241b7-d4f1-40ec-bafc-3613f26e33c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:41,204 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:41,204 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c50f53d-5768-4ed7-956c-cf5919e381f4', 'x-compute-request-id': 'req-1c50f53d-5768-4ed7-956c-cf5919e381f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:42,297 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:42,298 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69492ae3-e4b0-43a7-8c3b-d6fb2dfdf731', 'x-compute-request-id': 'req-69492ae3-e4b0-43a7-8c3b-d6fb2dfdf731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:43,390 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:43,391 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ef43ebe-57a0-411d-a19b-65b4d2361645', 'x-compute-request-id': 'req-2ef43ebe-57a0-411d-a19b-65b4d2361645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:44,482 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:44,482 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f2902d4-cf5d-4255-8d3d-041fadca32aa', 'x-compute-request-id': 'req-1f2902d4-cf5d-4255-8d3d-041fadca32aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:45,674 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.183s 2022-02-17 13:10:45,674 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5e13686-0e8d-4746-bbcc-fb20f8583dec', 'x-compute-request-id': 'req-b5e13686-0e8d-4746-bbcc-fb20f8583dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:46,768 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:10:46,769 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-042193eb-8fba-4f8e-bd76-f87bb1da5c41', 'x-compute-request-id': 'req-042193eb-8fba-4f8e-bd76-f87bb1da5c41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:47,862 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:47,862 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c9db2cb-89f8-4270-af92-8fefeb02a90a', 'x-compute-request-id': 'req-9c9db2cb-89f8-4270-af92-8fefeb02a90a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:48,955 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:10:48,955 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8609a03-5f4a-4e60-84f6-4c222b04ccd6', 'x-compute-request-id': 'req-e8609a03-5f4a-4e60-84f6-4c222b04ccd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:50,047 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:50,047 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb894e04-8f73-4b01-9486-26793c191a1c', 'x-compute-request-id': 'req-bb894e04-8f73-4b01-9486-26793c191a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:51,142 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:51,142 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f6b9226-2d4e-4ba7-a483-2a8aaf7a45a3', 'x-compute-request-id': 'req-9f6b9226-2d4e-4ba7-a483-2a8aaf7a45a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:52,235 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:10:52,235 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fccb058-4163-41fb-817d-a3f768bbf173', 'x-compute-request-id': 'req-1fccb058-4163-41fb-817d-a3f768bbf173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:53,329 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:53,329 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d33428d-626d-4c88-86f2-b8769cfadfdb', 'x-compute-request-id': 'req-1d33428d-626d-4c88-86f2-b8769cfadfdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:54,421 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:54,421 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec24d106-865b-4672-bf9f-64062df663a2', 'x-compute-request-id': 'req-ec24d106-865b-4672-bf9f-64062df663a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:55,512 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:55,512 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3720984d-3816-4827-a48d-dea02e8224aa', 'x-compute-request-id': 'req-3720984d-3816-4827-a48d-dea02e8224aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:56,607 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:56,608 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b25de064-a15c-4049-b8ac-42d1db931063', 'x-compute-request-id': 'req-b25de064-a15c-4049-b8ac-42d1db931063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:57,699 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:10:57,699 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c513a479-885a-44a0-9f14-a60c57f34e7c', 'x-compute-request-id': 'req-c513a479-885a-44a0-9f14-a60c57f34e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:58,793 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:58,794 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5490b2e-baa5-4e46-8eb8-49856956b585', 'x-compute-request-id': 'req-e5490b2e-baa5-4e46-8eb8-49856956b585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:10:59,888 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:10:59,889 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52459117-66b4-4204-8731-3de81be371ac', 'x-compute-request-id': 'req-52459117-66b4-4204-8731-3de81be371ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:00,985 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:11:00,986 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c672a209-808c-41a5-96bc-50c3891ba5db', 'x-compute-request-id': 'req-c672a209-808c-41a5-96bc-50c3891ba5db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:02,078 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:02,078 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb72e512-a343-453a-b87a-427e3fbfb769', 'x-compute-request-id': 'req-eb72e512-a343-453a-b87a-427e3fbfb769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:03,170 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:03,170 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70675945-c6c4-4eae-88bf-5482525b9636', 'x-compute-request-id': 'req-70675945-c6c4-4eae-88bf-5482525b9636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:04,260 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:11:04,260 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7559ebcf-3259-4053-a086-48d91cf90bc3', 'x-compute-request-id': 'req-7559ebcf-3259-4053-a086-48d91cf90bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:05,352 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:05,353 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7d7353-cd8d-41fe-96bd-63eec6857aa8', 'x-compute-request-id': 'req-7f7d7353-cd8d-41fe-96bd-63eec6857aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:06,443 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:06,444 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f2c5e14-2eb4-435b-b588-440b5a8d80d0', 'x-compute-request-id': 'req-8f2c5e14-2eb4-435b-b588-440b5a8d80d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:07,535 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:07,535 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d4a1eb9-6040-497f-ab42-a2e10a22ab2a', 'x-compute-request-id': 'req-4d4a1eb9-6040-497f-ab42-a2e10a22ab2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:08,627 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:08,628 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-557223cf-28d9-44f7-b002-d77fbe4dbd0d', 'x-compute-request-id': 'req-557223cf-28d9-44f7-b002-d77fbe4dbd0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:09,719 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:09,719 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2edcf8f3-79da-4787-b0d0-c65e4b153338', 'x-compute-request-id': 'req-2edcf8f3-79da-4787-b0d0-c65e4b153338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:10,810 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:10,811 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-938b22bf-7142-4510-9d86-c3a735c4ed28', 'x-compute-request-id': 'req-938b22bf-7142-4510-9d86-c3a735c4ed28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:11,902 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:11,902 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a22dd421-c3d6-467b-9e10-35021e6db7ca', 'x-compute-request-id': 'req-a22dd421-c3d6-467b-9e10-35021e6db7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:12,999 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:11:12,999 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ac3eb13-4b8d-414b-9a50-819af5adfb54', 'x-compute-request-id': 'req-6ac3eb13-4b8d-414b-9a50-819af5adfb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:14,093 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:11:14,094 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16951cb0-1df5-4ef8-a29e-2fbe60c66d22', 'x-compute-request-id': 'req-16951cb0-1df5-4ef8-a29e-2fbe60c66d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:15,185 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:15,186 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3499d0cb-cf40-45a2-974e-35dbf1db8462', 'x-compute-request-id': 'req-3499d0cb-cf40-45a2-974e-35dbf1db8462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:16,506 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.312s 2022-02-17 13:11:16,506 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2371069-b1a2-4240-b986-f37dd4f56a34', 'x-compute-request-id': 'req-a2371069-b1a2-4240-b986-f37dd4f56a34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:17,598 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:17,598 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a35c12-608d-4aa6-b563-e699dab6abb8', 'x-compute-request-id': 'req-36a35c12-608d-4aa6-b563-e699dab6abb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:18,689 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:18,690 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4638d3c-51b4-492e-8e70-e88d3333805c', 'x-compute-request-id': 'req-b4638d3c-51b4-492e-8e70-e88d3333805c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:19,781 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:19,781 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02e8b862-7c93-4deb-b290-7afafaf99518', 'x-compute-request-id': 'req-02e8b862-7c93-4deb-b290-7afafaf99518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:20,871 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:11:20,871 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da1dcb0-0c69-49d7-abc1-f43b1bd0261a', 'x-compute-request-id': 'req-8da1dcb0-0c69-49d7-abc1-f43b1bd0261a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:21,963 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:21,963 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-820a53ee-8519-4a69-9a72-35970c3dcbec', 'x-compute-request-id': 'req-820a53ee-8519-4a69-9a72-35970c3dcbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:23,058 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:11:23,059 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2278b6c-0d3e-489d-b1a7-4964d0d47edd', 'x-compute-request-id': 'req-f2278b6c-0d3e-489d-b1a7-4964d0d47edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:24,150 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:24,150 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ced2fa5-85c8-4f72-b176-c74178f1fe68', 'x-compute-request-id': 'req-8ced2fa5-85c8-4f72-b176-c74178f1fe68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:25,245 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:11:25,246 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09361634-8fae-46f4-ac8b-ae8f212b452f', 'x-compute-request-id': 'req-09361634-8fae-46f4-ac8b-ae8f212b452f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:26,344 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:11:26,344 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e96412e0-dde8-4785-a002-4dd63dd110e8', 'x-compute-request-id': 'req-e96412e0-dde8-4785-a002-4dd63dd110e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:27,443 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.091s 2022-02-17 13:11:27,444 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24fead27-9384-4587-b4a7-cacbcd71e862', 'x-compute-request-id': 'req-24fead27-9384-4587-b4a7-cacbcd71e862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:28,534 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:11:28,535 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd9a02a3-b114-48b7-8a94-347630f9eca4', 'x-compute-request-id': 'req-cd9a02a3-b114-48b7-8a94-347630f9eca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:29,629 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:11:29,629 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a2e2460-041d-43bb-b389-1163e7134ba8', 'x-compute-request-id': 'req-7a2e2460-041d-43bb-b389-1163e7134ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:30,721 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:30,722 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83cd750-1e3c-479b-a74f-66d1fb966b12', 'x-compute-request-id': 'req-b83cd750-1e3c-479b-a74f-66d1fb966b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:31,813 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:31,814 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8c00010-1cd0-40bb-8975-513d1fd33d4f', 'x-compute-request-id': 'req-e8c00010-1cd0-40bb-8975-513d1fd33d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:32,903 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:11:32,904 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a84cf17-29d8-4b4a-96c4-3265682695ae', 'x-compute-request-id': 'req-0a84cf17-29d8-4b4a-96c4-3265682695ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:33,999 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:33,999 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db03399f-7e08-4ec3-81e5-581a44bd04b4', 'x-compute-request-id': 'req-db03399f-7e08-4ec3-81e5-581a44bd04b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:35,092 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:35,093 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af335038-9a35-42ac-b5a8-8e5cff27fb08', 'x-compute-request-id': 'req-af335038-9a35-42ac-b5a8-8e5cff27fb08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:36,183 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:36,184 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1e35bb-bd49-4659-9426-df4dee0b91ce', 'x-compute-request-id': 'req-1d1e35bb-bd49-4659-9426-df4dee0b91ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:37,276 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:37,277 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f087702c-1a1a-4d30-b229-830ccfa6843f', 'x-compute-request-id': 'req-f087702c-1a1a-4d30-b229-830ccfa6843f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:38,370 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:11:38,370 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56dc4855-9650-4ac5-bd69-29b596ccc440', 'x-compute-request-id': 'req-56dc4855-9650-4ac5-bd69-29b596ccc440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:39,467 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:11:39,467 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd22b9d-d706-415d-a2d1-4021096b3a4e', 'x-compute-request-id': 'req-3dd22b9d-d706-415d-a2d1-4021096b3a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:40,558 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:40,558 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14bc228a-a47c-4aad-99d4-0f590382ab96', 'x-compute-request-id': 'req-14bc228a-a47c-4aad-99d4-0f590382ab96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:41,655 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:11:41,656 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e97457-9ff4-44da-ad8f-2b5cff43a88c', 'x-compute-request-id': 'req-59e97457-9ff4-44da-ad8f-2b5cff43a88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:42,747 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:42,748 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-792b2d84-2b55-465c-88a5-59fb5ea789ab', 'x-compute-request-id': 'req-792b2d84-2b55-465c-88a5-59fb5ea789ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:43,839 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:43,839 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6413985-cc83-44a4-a8d9-f6104d4193f9', 'x-compute-request-id': 'req-c6413985-cc83-44a4-a8d9-f6104d4193f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:44,939 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.092s 2022-02-17 13:11:44,940 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5a750a-cc62-41d0-a351-e8ee5012481c', 'x-compute-request-id': 'req-1e5a750a-cc62-41d0-a351-e8ee5012481c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:46,031 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:46,031 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa91abc-40ec-44f2-ad82-91d282430fbf', 'x-compute-request-id': 'req-4fa91abc-40ec-44f2-ad82-91d282430fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:47,123 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:47,123 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-457ed402-1c25-40d4-b634-1833a1083898', 'x-compute-request-id': 'req-457ed402-1c25-40d4-b634-1833a1083898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:48,215 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:48,216 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b85cdbbf-4ae6-4627-823d-69e0aa0c29c4', 'x-compute-request-id': 'req-b85cdbbf-4ae6-4627-823d-69e0aa0c29c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:49,307 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:49,307 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59aefb81-5644-46c1-a03b-72bf264cef36', 'x-compute-request-id': 'req-59aefb81-5644-46c1-a03b-72bf264cef36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:50,400 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:50,400 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b57343e3-2500-4cc0-88fd-e83c89c312a5', 'x-compute-request-id': 'req-b57343e3-2500-4cc0-88fd-e83c89c312a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:51,495 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:11:51,495 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f80b113e-af03-417e-94c1-9c5716347967', 'x-compute-request-id': 'req-f80b113e-af03-417e-94c1-9c5716347967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:52,587 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:52,588 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1863a7a6-de14-4229-82b0-86d84721bef4', 'x-compute-request-id': 'req-1863a7a6-de14-4229-82b0-86d84721bef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:53,683 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:11:53,683 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e81c4bcb-cd80-411d-a0e4-2b83bd14c075', 'x-compute-request-id': 'req-e81c4bcb-cd80-411d-a0e4-2b83bd14c075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:54,776 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:11:54,776 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec9a8a84-0d74-40cc-96e9-ce402895f79d', 'x-compute-request-id': 'req-ec9a8a84-0d74-40cc-96e9-ce402895f79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:55,867 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:55,869 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76288443-0dd2-4e9b-bdc9-8badeb6c4add', 'x-compute-request-id': 'req-76288443-0dd2-4e9b-bdc9-8badeb6c4add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:56,960 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:56,961 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1200a96-9fcf-44a4-8a2f-d06a8e801727', 'x-compute-request-id': 'req-b1200a96-9fcf-44a4-8a2f-d06a8e801727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:58,053 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:11:58,053 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4baf782-feee-4339-9d0d-64494d6a5d91', 'x-compute-request-id': 'req-f4baf782-feee-4339-9d0d-64494d6a5d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:11:59,144 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:11:59,144 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0ad54cd-1b52-48e8-9ef4-6baf83cb1687', 'x-compute-request-id': 'req-c0ad54cd-1b52-48e8-9ef4-6baf83cb1687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:00,237 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:00,247 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5872fc9c-d157-4ec6-9665-6aec776de31b', 'x-compute-request-id': 'req-5872fc9c-d157-4ec6-9665-6aec776de31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:01,340 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:01,340 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bd91d93-5569-4473-82c5-6eed006ad3a6', 'x-compute-request-id': 'req-2bd91d93-5569-4473-82c5-6eed006ad3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:02,430 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:12:02,431 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af72ca1-21bb-4902-8d5d-1daef5744512', 'x-compute-request-id': 'req-7af72ca1-21bb-4902-8d5d-1daef5744512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:03,521 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:03,521 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf3a007-b0cd-4ecf-81bc-7f110d9225e0', 'x-compute-request-id': 'req-4bf3a007-b0cd-4ecf-81bc-7f110d9225e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:04,613 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:04,614 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89d22f14-3b8c-478d-a5df-a4e2e1948ce3', 'x-compute-request-id': 'req-89d22f14-3b8c-478d-a5df-a4e2e1948ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:05,705 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:05,705 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c895a19-91c9-46c2-81fa-8e88b25ee801', 'x-compute-request-id': 'req-1c895a19-91c9-46c2-81fa-8e88b25ee801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:06,800 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:06,801 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f84f95b6-7629-44d0-bccf-5088bf564504', 'x-compute-request-id': 'req-f84f95b6-7629-44d0-bccf-5088bf564504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:07,893 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:07,894 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-300d7e68-9f92-42f6-bc41-bd068ed65503', 'x-compute-request-id': 'req-300d7e68-9f92-42f6-bc41-bd068ed65503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:08,986 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:08,986 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad952312-297c-463b-a44e-393d1ced47c6', 'x-compute-request-id': 'req-ad952312-297c-463b-a44e-393d1ced47c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:10,077 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:10,077 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d27fe4f4-71d3-4da7-8452-701420540ed1', 'x-compute-request-id': 'req-d27fe4f4-71d3-4da7-8452-701420540ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:11,168 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:11,168 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac5bce4e-5bf7-4939-a4a1-6aa6312a0eaf', 'x-compute-request-id': 'req-ac5bce4e-5bf7-4939-a4a1-6aa6312a0eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:12,261 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:12,262 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc51f847-b7a9-4cf8-85c1-ab04fa96b5c4', 'x-compute-request-id': 'req-cc51f847-b7a9-4cf8-85c1-ab04fa96b5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:13,353 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:13,353 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5115db70-5297-4a2a-8e48-be353e7a9950', 'x-compute-request-id': 'req-5115db70-5297-4a2a-8e48-be353e7a9950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:14,449 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:12:14,449 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39315dd9-e7b0-4662-ad38-0e7fb7518e11', 'x-compute-request-id': 'req-39315dd9-e7b0-4662-ad38-0e7fb7518e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:15,540 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:15,541 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18bda1d3-1ce3-40fa-8060-65f79aef1646', 'x-compute-request-id': 'req-18bda1d3-1ce3-40fa-8060-65f79aef1646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:16,634 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:16,635 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2ad3a6d-7c45-433e-9e73-78f07a6df256', 'x-compute-request-id': 'req-c2ad3a6d-7c45-433e-9e73-78f07a6df256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:17,725 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:17,726 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eb9f210-2b5f-4e8a-ae65-b1f8b399b7bb', 'x-compute-request-id': 'req-0eb9f210-2b5f-4e8a-ae65-b1f8b399b7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:18,818 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:18,818 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837e02f8-e199-4488-8588-bbd14af91581', 'x-compute-request-id': 'req-837e02f8-e199-4488-8588-bbd14af91581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:19,913 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:19,914 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a3b0bb5-9cb2-4d5a-a7fe-b227ad13e6b1', 'x-compute-request-id': 'req-3a3b0bb5-9cb2-4d5a-a7fe-b227ad13e6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:21,004 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:21,005 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b244cc3b-b6c6-4984-b219-025c49cc32e1', 'x-compute-request-id': 'req-b244cc3b-b6c6-4984-b219-025c49cc32e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:22,097 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:22,098 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9288983c-6dce-42ea-8e28-f67523cbec4d', 'x-compute-request-id': 'req-9288983c-6dce-42ea-8e28-f67523cbec4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:23,189 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:23,189 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb5f8cbe-dbdf-48d2-a670-cf0c00e6b757', 'x-compute-request-id': 'req-cb5f8cbe-dbdf-48d2-a670-cf0c00e6b757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:24,280 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:24,280 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2aad3c-b6aa-4f2e-9804-4c1318b8da50', 'x-compute-request-id': 'req-1b2aad3c-b6aa-4f2e-9804-4c1318b8da50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:25,376 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:12:25,376 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c751b90d-1ac9-4dbe-b2ec-80e9cda8df20', 'x-compute-request-id': 'req-c751b90d-1ac9-4dbe-b2ec-80e9cda8df20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:26,468 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:26,468 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-566665ad-ecf4-46d0-96db-f0e6eba6fad9', 'x-compute-request-id': 'req-566665ad-ecf4-46d0-96db-f0e6eba6fad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:27,561 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:27,561 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e81506a-23a7-4de9-9cf1-d8969a68d790', 'x-compute-request-id': 'req-4e81506a-23a7-4de9-9cf1-d8969a68d790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:28,655 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:28,655 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6989e82-6cdc-48ed-9260-92f8944eff42', 'x-compute-request-id': 'req-e6989e82-6cdc-48ed-9260-92f8944eff42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:29,747 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:29,747 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b32e1ee7-5f05-4612-ae55-586a3756efa7', 'x-compute-request-id': 'req-b32e1ee7-5f05-4612-ae55-586a3756efa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:30,991 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.236s 2022-02-17 13:12:30,992 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8adbda4-9080-41da-ab19-26902ba98c58', 'x-compute-request-id': 'req-f8adbda4-9080-41da-ab19-26902ba98c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:32,083 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:32,084 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e998fa0-818b-4797-85c0-7d46d1bf1448', 'x-compute-request-id': 'req-6e998fa0-818b-4797-85c0-7d46d1bf1448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:33,178 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:33,178 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9de7940-a7f4-4b97-9e83-fb504e3f44c4', 'x-compute-request-id': 'req-b9de7940-a7f4-4b97-9e83-fb504e3f44c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:34,270 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:34,271 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cd4f73a-3c01-45ff-ad8b-0fbb86673155', 'x-compute-request-id': 'req-2cd4f73a-3c01-45ff-ad8b-0fbb86673155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:35,367 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:12:35,367 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90ab2c17-a3f9-4f02-a3da-1f8781d993ff', 'x-compute-request-id': 'req-90ab2c17-a3f9-4f02-a3da-1f8781d993ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:36,459 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:36,459 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a1be7b4-8bec-4086-9500-712c0acc35f9', 'x-compute-request-id': 'req-5a1be7b4-8bec-4086-9500-712c0acc35f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:37,551 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:37,552 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a95c621-485a-48d1-9df6-1014f9facd0b', 'x-compute-request-id': 'req-9a95c621-485a-48d1-9df6-1014f9facd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:38,644 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:38,645 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-689fb425-a8d1-42fc-96e9-4cfe8acc033b', 'x-compute-request-id': 'req-689fb425-a8d1-42fc-96e9-4cfe8acc033b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:39,736 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:39,737 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30180b2c-3a9e-436b-b913-206924a2f4f8', 'x-compute-request-id': 'req-30180b2c-3a9e-436b-b913-206924a2f4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:41,053 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.308s 2022-02-17 13:12:41,054 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7efef55-c8dd-44e6-8735-8cb0f6d62769', 'x-compute-request-id': 'req-f7efef55-c8dd-44e6-8735-8cb0f6d62769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:42,145 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:42,145 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aeeef61-dc44-484d-b4fd-7f8335ccd675', 'x-compute-request-id': 'req-3aeeef61-dc44-484d-b4fd-7f8335ccd675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:43,237 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:43,237 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fc22fce-1f58-4747-b729-d37e7821fe33', 'x-compute-request-id': 'req-5fc22fce-1f58-4747-b729-d37e7821fe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:44,330 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:12:44,330 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce6481c-d9bf-46af-a65b-5b038cf8a480', 'x-compute-request-id': 'req-cce6481c-d9bf-46af-a65b-5b038cf8a480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:45,422 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:45,422 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a805be-099b-403e-979e-e473b03d15ff', 'x-compute-request-id': 'req-c4a805be-099b-403e-979e-e473b03d15ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:46,518 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:12:46,518 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44bd5b12-2e14-4a06-b829-4673a339abe1', 'x-compute-request-id': 'req-44bd5b12-2e14-4a06-b829-4673a339abe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:47,611 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:47,611 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d4c7c8-4173-4b55-88a4-32e43ccaf64f', 'x-compute-request-id': 'req-93d4c7c8-4173-4b55-88a4-32e43ccaf64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:48,702 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:48,702 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2add1462-ee2c-413d-9bd7-e2e694613390', 'x-compute-request-id': 'req-2add1462-ee2c-413d-9bd7-e2e694613390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:49,798 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:12:49,798 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bb0373d-9475-437a-8bad-7c4fddbc18e9', 'x-compute-request-id': 'req-7bb0373d-9475-437a-8bad-7c4fddbc18e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:50,889 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:12:50,889 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e4b0127-156e-435a-adfd-3f6686e3ed6e', 'x-compute-request-id': 'req-0e4b0127-156e-435a-adfd-3f6686e3ed6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:51,981 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:51,982 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7224a097-8398-455f-aab5-703113c14b28', 'x-compute-request-id': 'req-7224a097-8398-455f-aab5-703113c14b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:53,076 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:12:53,076 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd7ce058-b386-459a-b7fb-1214fd1ca85f', 'x-compute-request-id': 'req-fd7ce058-b386-459a-b7fb-1214fd1ca85f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:54,168 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:54,168 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aaeb072-db89-4785-a130-d52b1767740f', 'x-compute-request-id': 'req-6aaeb072-db89-4785-a130-d52b1767740f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:55,260 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:12:55,260 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ee23684-ab43-4dd9-80f2-e66e94c96d68', 'x-compute-request-id': 'req-8ee23684-ab43-4dd9-80f2-e66e94c96d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:56,361 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.091s 2022-02-17 13:12:56,361 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ca33b81-da87-45c3-82a4-c20e49acfe99', 'x-compute-request-id': 'req-2ca33b81-da87-45c3-82a4-c20e49acfe99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:57,456 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:12:57,456 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e25e098-e046-498a-8f8f-20fc4778c89d', 'x-compute-request-id': 'req-5e25e098-e046-498a-8f8f-20fc4778c89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:58,549 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:12:58,549 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d75f00-718e-4c28-95a8-d28089a8f4bf', 'x-compute-request-id': 'req-18d75f00-718e-4c28-95a8-d28089a8f4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:12:59,645 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:12:59,645 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56cf96ca-6108-402d-9ef8-95a2dab2d0c9', 'x-compute-request-id': 'req-56cf96ca-6108-402d-9ef8-95a2dab2d0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:00,736 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:13:00,736 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77cdf406-1c0b-42dc-a2c9-542222866cbf', 'x-compute-request-id': 'req-77cdf406-1c0b-42dc-a2c9-542222866cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:01,829 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:01,829 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-288e420c-f34b-4467-9b02-21a8c0895f3b', 'x-compute-request-id': 'req-288e420c-f34b-4467-9b02-21a8c0895f3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:02,924 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:13:02,924 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3e9de2e-aec8-4b65-ae76-2df470cf6014', 'x-compute-request-id': 'req-a3e9de2e-aec8-4b65-ae76-2df470cf6014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:04,014 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:13:04,015 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d77fe02-7a76-4d9f-81c9-d8bc10614f1a', 'x-compute-request-id': 'req-9d77fe02-7a76-4d9f-81c9-d8bc10614f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:05,130 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.107s 2022-02-17 13:13:05,130 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cafe552-428d-49c5-80d0-c252d0de6111', 'x-compute-request-id': 'req-8cafe552-428d-49c5-80d0-c252d0de6111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:06,222 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:06,222 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4115a8e-358d-4c7e-bce4-65bbfac6d5a2', 'x-compute-request-id': 'req-e4115a8e-358d-4c7e-bce4-65bbfac6d5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:07,315 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:07,315 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9c1e7c9-6896-4977-bff8-82ff558029f4', 'x-compute-request-id': 'req-c9c1e7c9-6896-4977-bff8-82ff558029f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:08,409 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:13:08,410 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76edb27e-6e9d-4d65-a00b-70ebfb3cbcc8', 'x-compute-request-id': 'req-76edb27e-6e9d-4d65-a00b-70ebfb3cbcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:09,504 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:13:09,504 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abdac6d5-cc98-40b7-abf2-9d888039c8f8', 'x-compute-request-id': 'req-abdac6d5-cc98-40b7-abf2-9d888039c8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:10,597 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:10,597 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4111695a-41d9-407d-9492-769444566a1f', 'x-compute-request-id': 'req-4111695a-41d9-407d-9492-769444566a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:11,688 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:11,689 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44225ec7-9a5f-4c29-82f6-3f6f76da0cb2', 'x-compute-request-id': 'req-44225ec7-9a5f-4c29-82f6-3f6f76da0cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:12,783 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:13:12,784 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31d48d6a-aa9e-47fb-8303-27aca0451225', 'x-compute-request-id': 'req-31d48d6a-aa9e-47fb-8303-27aca0451225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:13,879 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:13:13,879 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0ec2116-f3ff-49cc-a70b-884d174a14ea', 'x-compute-request-id': 'req-f0ec2116-f3ff-49cc-a70b-884d174a14ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:14,970 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:14,970 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-980a88c5-5020-45ce-82c3-ec36fc170897', 'x-compute-request-id': 'req-980a88c5-5020-45ce-82c3-ec36fc170897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:16,068 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:13:16,068 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb1d3cf-d1cd-437f-9a27-14eae20857ed', 'x-compute-request-id': 'req-ebb1d3cf-d1cd-437f-9a27-14eae20857ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:17,159 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:17,159 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce27c0d7-9290-40f0-8038-92c1237f72e4', 'x-compute-request-id': 'req-ce27c0d7-9290-40f0-8038-92c1237f72e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:18,252 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:18,252 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37775fa3-84fd-404f-a142-2d6298bc7103', 'x-compute-request-id': 'req-37775fa3-84fd-404f-a142-2d6298bc7103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:19,344 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:19,344 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717b4e77-c70b-4177-a50d-627d0cd6d494', 'x-compute-request-id': 'req-717b4e77-c70b-4177-a50d-627d0cd6d494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:20,436 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:20,437 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0f49fda-294e-4806-95dc-e6c475e21ab8', 'x-compute-request-id': 'req-e0f49fda-294e-4806-95dc-e6c475e21ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:21,531 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:13:21,531 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-825737ea-e002-4386-be0b-6a2311dabe3c', 'x-compute-request-id': 'req-825737ea-e002-4386-be0b-6a2311dabe3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:22,623 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:13:22,624 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceadbdaf-be5c-4c72-9815-ee84e4ad25a2', 'x-compute-request-id': 'req-ceadbdaf-be5c-4c72-9815-ee84e4ad25a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:23,714 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:13:23,714 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53366786-c850-409a-aade-7670040921f5', 'x-compute-request-id': 'req-53366786-c850-409a-aade-7670040921f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:24,809 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:13:24,809 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c509a9b-cb87-4bd4-8078-a6f7e10ad471', 'x-compute-request-id': 'req-6c509a9b-cb87-4bd4-8078-a6f7e10ad471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:25,901 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:25,902 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fe0c24b-8023-4bae-8d2d-2e9c95776a6b', 'x-compute-request-id': 'req-7fe0c24b-8023-4bae-8d2d-2e9c95776a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:26,993 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:13:26,994 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df429d4e-b82a-4a62-b34a-b0fc692340c4', 'x-compute-request-id': 'req-df429d4e-b82a-4a62-b34a-b0fc692340c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:28,087 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:28,087 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94260b1c-d388-46e6-bc57-c1ec265a3b4b', 'x-compute-request-id': 'req-94260b1c-d388-46e6-bc57-c1ec265a3b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:29,194 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.097s 2022-02-17 13:13:29,194 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a10eae2f-1aed-455e-a8ae-c81355dc0f3e', 'x-compute-request-id': 'req-a10eae2f-1aed-455e-a8ae-c81355dc0f3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:30,286 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:30,286 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d4f85a0-265a-40a0-9ffe-bcfae250d39d', 'x-compute-request-id': 'req-7d4f85a0-265a-40a0-9ffe-bcfae250d39d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:31,378 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:31,379 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b65e4685-deb8-4195-9784-ae5cd067dd9c', 'x-compute-request-id': 'req-b65e4685-deb8-4195-9784-ae5cd067dd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:32,470 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:32,471 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d814534-b399-4410-92e4-b07fe5b574bc', 'x-compute-request-id': 'req-9d814534-b399-4410-92e4-b07fe5b574bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:33,564 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:33,564 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15bb3d47-600d-4541-8548-0b7b3165f4c5', 'x-compute-request-id': 'req-15bb3d47-600d-4541-8548-0b7b3165f4c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:34,659 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:13:34,659 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2071e7a0-8ba3-4414-b36e-66120fc15bcb', 'x-compute-request-id': 'req-2071e7a0-8ba3-4414-b36e-66120fc15bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:35,752 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:35,752 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c99f4c5-4708-42b8-85c1-afc2c001f949', 'x-compute-request-id': 'req-8c99f4c5-4708-42b8-85c1-afc2c001f949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:36,843 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:36,844 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aab52cb-07dc-46f6-a473-f01e170fa1f1', 'x-compute-request-id': 'req-3aab52cb-07dc-46f6-a473-f01e170fa1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:37,941 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:13:37,941 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81452665-6c6e-4997-aebd-09b50c821b0d', 'x-compute-request-id': 'req-81452665-6c6e-4997-aebd-09b50c821b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:39,033 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:39,034 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdc6faaf-25ef-40e3-ac82-2a1339ee2a27', 'x-compute-request-id': 'req-bdc6faaf-25ef-40e3-ac82-2a1339ee2a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:40,127 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:40,127 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d361dfb1-cea0-40d4-ab91-e6ea5eae63e4', 'x-compute-request-id': 'req-d361dfb1-cea0-40d4-ab91-e6ea5eae63e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:41,220 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:41,220 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4741ae35-9a81-40c7-8701-1fc8b3c82349', 'x-compute-request-id': 'req-4741ae35-9a81-40c7-8701-1fc8b3c82349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:42,311 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:13:42,311 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4c7b94-947d-4fc5-a1bf-98f0b52a3ca1', 'x-compute-request-id': 'req-dd4c7b94-947d-4fc5-a1bf-98f0b52a3ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:43,405 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:13:43,405 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd9fc777-83e5-4c4f-8c74-2a2affa27b85', 'x-compute-request-id': 'req-cd9fc777-83e5-4c4f-8c74-2a2affa27b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:44,497 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:44,497 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d55aa6-1b02-41cb-9bc8-58563d3230fa', 'x-compute-request-id': 'req-92d55aa6-1b02-41cb-9bc8-58563d3230fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:45,591 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:45,591 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0036ff77-be74-4925-a4e2-f2de6bff3a87', 'x-compute-request-id': 'req-0036ff77-be74-4925-a4e2-f2de6bff3a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:46,683 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:46,683 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-744ec42a-880b-4a30-b812-8b343b4d5f6e', 'x-compute-request-id': 'req-744ec42a-880b-4a30-b812-8b343b4d5f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:47,778 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:13:47,778 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93a627ad-fad9-4073-8be8-f1cf3b49641f', 'x-compute-request-id': 'req-93a627ad-fad9-4073-8be8-f1cf3b49641f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:48,869 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:13:48,870 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3408d6-80fe-4433-bf24-21c745c33eb0', 'x-compute-request-id': 'req-2b3408d6-80fe-4433-bf24-21c745c33eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:49,962 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:49,962 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85be3a8e-9205-420e-b1a0-afd04f0b4584', 'x-compute-request-id': 'req-85be3a8e-9205-420e-b1a0-afd04f0b4584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:51,059 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:13:51,059 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eb10e8e-8ae1-4425-a382-e56f008a4310', 'x-compute-request-id': 'req-2eb10e8e-8ae1-4425-a382-e56f008a4310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:52,152 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:52,152 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50f0c464-a8be-4b11-9cf2-047aa5c0d32b', 'x-compute-request-id': 'req-50f0c464-a8be-4b11-9cf2-047aa5c0d32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:53,245 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:53,246 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23249a74-53c1-4134-8329-b44cab28ebba', 'x-compute-request-id': 'req-23249a74-53c1-4134-8329-b44cab28ebba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:54,338 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:13:54,338 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aabce94c-5901-4f38-aa21-3027911d39b0', 'x-compute-request-id': 'req-aabce94c-5901-4f38-aa21-3027911d39b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:55,432 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:13:55,433 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99ef8ca8-2d71-4221-832c-7e7b2d1a512d', 'x-compute-request-id': 'req-99ef8ca8-2d71-4221-832c-7e7b2d1a512d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:56,679 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.238s 2022-02-17 13:13:56,680 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68592767-d3d1-4765-bb8a-d510ccc4df3f', 'x-compute-request-id': 'req-68592767-d3d1-4765-bb8a-d510ccc4df3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:57,771 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:57,772 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-405d3ec5-765b-4f00-ab5e-b66034216374', 'x-compute-request-id': 'req-405d3ec5-765b-4f00-ab5e-b66034216374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:58,863 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:58,864 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c66eb1-ca0f-414a-b228-4cd36bb03b3d', 'x-compute-request-id': 'req-a2c66eb1-ca0f-414a-b228-4cd36bb03b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:13:59,955 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:13:59,955 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f80b44a-97b2-4f35-9479-cbb8271a7a13', 'x-compute-request-id': 'req-6f80b44a-97b2-4f35-9479-cbb8271a7a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:01,051 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:01,052 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e83f4a5-fac1-4cdb-acd7-425c2829a240', 'x-compute-request-id': 'req-5e83f4a5-fac1-4cdb-acd7-425c2829a240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:02,144 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:02,145 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c88dff8-c2ff-47ae-8737-fffae92595d1', 'x-compute-request-id': 'req-1c88dff8-c2ff-47ae-8737-fffae92595d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:03,235 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.081s 2022-02-17 13:14:03,235 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c1e183e-bf44-4046-936b-52486c73ebc8', 'x-compute-request-id': 'req-2c1e183e-bf44-4046-936b-52486c73ebc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:04,329 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:04,329 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287794dc-a4db-482e-8a3d-1b3f529c6edc', 'x-compute-request-id': 'req-287794dc-a4db-482e-8a3d-1b3f529c6edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:05,422 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:05,422 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7acb4fd-67a3-42f5-9df8-9d7d85d810e1', 'x-compute-request-id': 'req-c7acb4fd-67a3-42f5-9df8-9d7d85d810e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:06,515 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:06,516 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-156a4bb9-09dc-45f1-9fa1-7f9b836903b1', 'x-compute-request-id': 'req-156a4bb9-09dc-45f1-9fa1-7f9b836903b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:07,608 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:07,609 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83e4aa9-87c6-4900-abce-8255bc7b3b1d', 'x-compute-request-id': 'req-b83e4aa9-87c6-4900-abce-8255bc7b3b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:08,702 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:08,702 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e05baa-63c3-4133-b2aa-ef4dd87ead38', 'x-compute-request-id': 'req-33e05baa-63c3-4133-b2aa-ef4dd87ead38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:09,795 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:09,796 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b75ab89-96b2-463e-9c59-509a2e199711', 'x-compute-request-id': 'req-3b75ab89-96b2-463e-9c59-509a2e199711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:10,886 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:10,886 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd7835e4-6aed-472f-b711-bcef326e7f52', 'x-compute-request-id': 'req-dd7835e4-6aed-472f-b711-bcef326e7f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:11,982 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:11,982 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45d22e41-8078-4891-a014-d46193617b04', 'x-compute-request-id': 'req-45d22e41-8078-4891-a014-d46193617b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:13,074 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:13,074 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8609d849-cfdc-4120-b14d-c331bda8e0b6', 'x-compute-request-id': 'req-8609d849-cfdc-4120-b14d-c331bda8e0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:14,168 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:14,168 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-829833a2-8575-44dd-b361-30a9eed6abf8', 'x-compute-request-id': 'req-829833a2-8575-44dd-b361-30a9eed6abf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:15,264 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:15,264 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94796572-1119-43d3-a89f-845f7f3d54ec', 'x-compute-request-id': 'req-94796572-1119-43d3-a89f-845f7f3d54ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:16,355 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:16,355 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5295ee3-4b73-4b70-8eee-74af2369feae', 'x-compute-request-id': 'req-d5295ee3-4b73-4b70-8eee-74af2369feae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:17,448 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:17,448 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79aa5ffa-040d-48e5-a42a-720ec8475dbc', 'x-compute-request-id': 'req-79aa5ffa-040d-48e5-a42a-720ec8475dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:18,540 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:18,541 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96e2a25f-0cbf-49dd-9919-6129697cbe3e', 'x-compute-request-id': 'req-96e2a25f-0cbf-49dd-9919-6129697cbe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:19,633 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:19,634 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90bdec28-c42f-4f85-80af-464ecf4575cf', 'x-compute-request-id': 'req-90bdec28-c42f-4f85-80af-464ecf4575cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:20,725 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:20,726 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af19d88d-6604-46c3-a5a6-882b3c1fe278', 'x-compute-request-id': 'req-af19d88d-6604-46c3-a5a6-882b3c1fe278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:21,820 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:21,820 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-879dfaa2-ffaa-4c33-9d06-259ecb026594', 'x-compute-request-id': 'req-879dfaa2-ffaa-4c33-9d06-259ecb026594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:22,912 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:22,913 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f9bfd1-0372-4402-90f3-df3136156ff9', 'x-compute-request-id': 'req-c2f9bfd1-0372-4402-90f3-df3136156ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:24,004 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:24,005 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-559a7745-ac91-4423-a6c2-c000cff5856a', 'x-compute-request-id': 'req-559a7745-ac91-4423-a6c2-c000cff5856a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:25,098 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:25,098 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3fc0933-4f4f-443b-a4e9-e66e502a5109', 'x-compute-request-id': 'req-c3fc0933-4f4f-443b-a4e9-e66e502a5109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:26,192 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:26,192 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c004f3b-51c3-448a-8073-8032c3e753a7', 'x-compute-request-id': 'req-8c004f3b-51c3-448a-8073-8032c3e753a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:27,288 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:27,289 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e1ab5e8-17fc-4e77-9d01-423833b3f419', 'x-compute-request-id': 'req-6e1ab5e8-17fc-4e77-9d01-423833b3f419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:28,383 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:28,383 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1275851e-ed5a-49d3-b5bf-4073b859532f', 'x-compute-request-id': 'req-1275851e-ed5a-49d3-b5bf-4073b859532f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:29,481 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:14:29,481 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b80837e8-9736-4ab7-914e-bf52969f305a', 'x-compute-request-id': 'req-b80837e8-9736-4ab7-914e-bf52969f305a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:30,572 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:30,573 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d716fc3b-37d7-453e-a7f8-810d453ca4e6', 'x-compute-request-id': 'req-d716fc3b-37d7-453e-a7f8-810d453ca4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:31,665 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:31,665 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79f28e5f-9399-4b65-b38e-35e1b4e06ca3', 'x-compute-request-id': 'req-79f28e5f-9399-4b65-b38e-35e1b4e06ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:32,755 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:32,756 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fffbe53-e285-4ee0-a512-750e83f7403e', 'x-compute-request-id': 'req-6fffbe53-e285-4ee0-a512-750e83f7403e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:33,846 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:33,847 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec55c2cf-182d-4a0a-b524-0cbc97eee902', 'x-compute-request-id': 'req-ec55c2cf-182d-4a0a-b524-0cbc97eee902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:34,939 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:34,939 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae4fdc6-e878-439e-abdc-999cdc83256f', 'x-compute-request-id': 'req-1ae4fdc6-e878-439e-abdc-999cdc83256f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:36,031 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:36,032 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e589160a-d6c0-4e31-9e5c-6f5e40595ad1', 'x-compute-request-id': 'req-e589160a-d6c0-4e31-9e5c-6f5e40595ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:37,126 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:14:37,126 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2054813d-e2a8-40f8-aa39-7b53a527744d', 'x-compute-request-id': 'req-2054813d-e2a8-40f8-aa39-7b53a527744d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:38,217 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:38,217 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84fe9cae-a1bc-41ff-a0fa-0896e0aad290', 'x-compute-request-id': 'req-84fe9cae-a1bc-41ff-a0fa-0896e0aad290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:39,310 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:39,311 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bccd14e-6b47-4fe5-bf88-a488d74717c0', 'x-compute-request-id': 'req-1bccd14e-6b47-4fe5-bf88-a488d74717c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:40,406 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:40,406 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a13bc92-521e-4483-b184-8be3ac5c3c09', 'x-compute-request-id': 'req-1a13bc92-521e-4483-b184-8be3ac5c3c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:41,501 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:14:41,501 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b123b3-5500-44d0-8b46-969503656d4e', 'x-compute-request-id': 'req-d6b123b3-5500-44d0-8b46-969503656d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:42,594 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:42,594 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40827642-d5ba-45ca-91af-b485c682dbad', 'x-compute-request-id': 'req-40827642-d5ba-45ca-91af-b485c682dbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:43,689 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:43,689 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0ef8b84-0935-422f-bce0-e7fcb43e6eaf', 'x-compute-request-id': 'req-a0ef8b84-0935-422f-bce0-e7fcb43e6eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:44,780 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:14:44,780 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d94a895-8e8d-4aa7-9b2d-9513b627ec47', 'x-compute-request-id': 'req-0d94a895-8e8d-4aa7-9b2d-9513b627ec47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:45,871 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:45,872 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac90afd0-dbc7-4a5f-bd6c-16e7e74fef30', 'x-compute-request-id': 'req-ac90afd0-dbc7-4a5f-bd6c-16e7e74fef30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:46,968 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:14:46,968 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3391fb71-e434-4e8d-a3ab-96aefc8956da', 'x-compute-request-id': 'req-3391fb71-e434-4e8d-a3ab-96aefc8956da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:48,061 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:48,061 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-139368f6-b95e-454e-86c0-6f9c2fa9ea17', 'x-compute-request-id': 'req-139368f6-b95e-454e-86c0-6f9c2fa9ea17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:49,154 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:49,154 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8884ff17-6820-47f9-9db9-4621c953230d', 'x-compute-request-id': 'req-8884ff17-6820-47f9-9db9-4621c953230d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:50,247 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:50,255 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b156b64-4a04-4877-a813-455bbb5d03e4', 'x-compute-request-id': 'req-0b156b64-4a04-4877-a813-455bbb5d03e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:51,348 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:51,348 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0fe74ca-310a-49b2-b236-a95a8928eb95', 'x-compute-request-id': 'req-c0fe74ca-310a-49b2-b236-a95a8928eb95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:52,442 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:52,442 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83ab3436-cbb1-4542-ad02-4e7386c634f0', 'x-compute-request-id': 'req-83ab3436-cbb1-4542-ad02-4e7386c634f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:53,535 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:14:53,536 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fb6cc3b-6003-43d9-909a-05c6467baf83', 'x-compute-request-id': 'req-2fb6cc3b-6003-43d9-909a-05c6467baf83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:54,681 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.137s 2022-02-17 13:14:54,681 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a258f4e5-682b-4859-91ca-96385fea28e3', 'x-compute-request-id': 'req-a258f4e5-682b-4859-91ca-96385fea28e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:55,777 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:14:55,777 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f9a4099-c51a-4157-8fc5-26c9dbb9479f', 'x-compute-request-id': 'req-4f9a4099-c51a-4157-8fc5-26c9dbb9479f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:56,870 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:14:56,870 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d8e0e84-d1d7-40c4-9cc6-2f7c1a718abf', 'x-compute-request-id': 'req-5d8e0e84-d1d7-40c4-9cc6-2f7c1a718abf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:57,962 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:57,962 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d771a95a-fcc4-4486-951b-78970c62ac9d', 'x-compute-request-id': 'req-d771a95a-fcc4-4486-951b-78970c62ac9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:14:59,055 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:14:59,055 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bb14284-7bff-4f68-81e2-737b000a62f1', 'x-compute-request-id': 'req-8bb14284-7bff-4f68-81e2-737b000a62f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:00,148 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:00,149 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04ca8723-746f-422c-b7cb-c96581e9a7f7', 'x-compute-request-id': 'req-04ca8723-746f-422c-b7cb-c96581e9a7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:01,250 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.092s 2022-02-17 13:15:01,250 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ac5bc9-5cc5-4aca-9b17-e97c68c8b8a1', 'x-compute-request-id': 'req-a8ac5bc9-5cc5-4aca-9b17-e97c68c8b8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:02,357 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.099s 2022-02-17 13:15:02,358 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cabda6d1-cbef-443a-b4c0-de1599bc988a', 'x-compute-request-id': 'req-cabda6d1-cbef-443a-b4c0-de1599bc988a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:03,452 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:03,452 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-157c035f-b6c1-4b86-a1b3-b2c6dcd29aac', 'x-compute-request-id': 'req-157c035f-b6c1-4b86-a1b3-b2c6dcd29aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:04,545 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:15:04,546 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f419b736-b423-4874-9176-0c3fd3113eaa', 'x-compute-request-id': 'req-f419b736-b423-4874-9176-0c3fd3113eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:05,644 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.090s 2022-02-17 13:15:05,645 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ce9051d-c2db-4b16-85a2-04ae2fedb078', 'x-compute-request-id': 'req-6ce9051d-c2db-4b16-85a2-04ae2fedb078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:06,740 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:06,740 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f134dbb-05d5-471d-a932-d9d7fef8b9ef', 'x-compute-request-id': 'req-3f134dbb-05d5-471d-a932-d9d7fef8b9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:07,835 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:07,835 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc9b866-fa69-43a0-8829-79413cea9dce', 'x-compute-request-id': 'req-afc9b866-fa69-43a0-8829-79413cea9dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:08,928 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:08,928 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ae30393-2038-44cd-91f0-fb887a4451d6', 'x-compute-request-id': 'req-0ae30393-2038-44cd-91f0-fb887a4451d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:10,020 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:10,020 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce101029-403b-4e82-9614-4cb6155e38d5', 'x-compute-request-id': 'req-ce101029-403b-4e82-9614-4cb6155e38d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:11,111 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:15:11,112 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-959995c2-1978-42a1-a4aa-54a7797fa920', 'x-compute-request-id': 'req-959995c2-1978-42a1-a4aa-54a7797fa920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:12,207 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:12,207 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48f74fbd-0d39-495a-a4e8-ace656529ee2', 'x-compute-request-id': 'req-48f74fbd-0d39-495a-a4e8-ace656529ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:13,301 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:15:13,302 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cd10694-3143-4d31-bd3b-bb80107ebb63', 'x-compute-request-id': 'req-9cd10694-3143-4d31-bd3b-bb80107ebb63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:14,394 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:14,394 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-964bd011-8b80-477f-87a3-15a0e54b7a79', 'x-compute-request-id': 'req-964bd011-8b80-477f-87a3-15a0e54b7a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:15,488 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:15,488 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41a0367-bb15-4817-ab72-7e421869ddc8', 'x-compute-request-id': 'req-e41a0367-bb15-4817-ab72-7e421869ddc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:16,581 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:16,581 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df75cdd-1e57-466b-8e50-7490005a70c8', 'x-compute-request-id': 'req-2df75cdd-1e57-466b-8e50-7490005a70c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:17,673 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:17,674 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e507757d-84b9-443f-8b71-68b140318cbb', 'x-compute-request-id': 'req-e507757d-84b9-443f-8b71-68b140318cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:18,769 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:15:18,769 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b04101dd-6668-4fc0-8899-f02697f2ad06', 'x-compute-request-id': 'req-b04101dd-6668-4fc0-8899-f02697f2ad06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:19,864 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:19,865 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0fb071c-9ae0-4a9d-98a5-1da9aa9c94a9', 'x-compute-request-id': 'req-e0fb071c-9ae0-4a9d-98a5-1da9aa9c94a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:20,961 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:15:20,962 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-051ab9a8-4e80-4cd5-bde5-95397bdb8f32', 'x-compute-request-id': 'req-051ab9a8-4e80-4cd5-bde5-95397bdb8f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:22,056 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:22,056 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691fc99a-f597-40b8-ab93-3f22186767fe', 'x-compute-request-id': 'req-691fc99a-f597-40b8-ab93-3f22186767fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:23,151 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:23,151 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d0ecf38-06fc-4402-827e-9a09e3fba677', 'x-compute-request-id': 'req-8d0ecf38-06fc-4402-827e-9a09e3fba677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:24,243 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:24,243 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3b326c-ee59-4f8f-99e3-8f0634ee04b4', 'x-compute-request-id': 'req-df3b326c-ee59-4f8f-99e3-8f0634ee04b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:25,340 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:15:25,340 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d66aecb-8616-4047-b208-1d291fa7573f', 'x-compute-request-id': 'req-7d66aecb-8616-4047-b208-1d291fa7573f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:26,432 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:26,433 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eae91f9-54c3-44d8-9bcd-5b1f6eb95ea1', 'x-compute-request-id': 'req-9eae91f9-54c3-44d8-9bcd-5b1f6eb95ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:27,527 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:27,528 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-970d8f61-8ad1-4fe9-8e11-39fe5a0fb515', 'x-compute-request-id': 'req-970d8f61-8ad1-4fe9-8e11-39fe5a0fb515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:28,621 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:28,621 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecf8ed11-c324-4955-959a-9b23081074f6', 'x-compute-request-id': 'req-ecf8ed11-c324-4955-959a-9b23081074f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:29,714 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:29,714 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51692b28-4c6a-431e-a3d7-24f650b938e2', 'x-compute-request-id': 'req-51692b28-4c6a-431e-a3d7-24f650b938e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:30,807 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:30,807 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac0b689-53a3-4502-91ac-fabaf8b8d70c', 'x-compute-request-id': 'req-2ac0b689-53a3-4502-91ac-fabaf8b8d70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:31,904 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:15:31,905 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d07219-881f-4aa2-98ad-994294e7eb19', 'x-compute-request-id': 'req-f8d07219-881f-4aa2-98ad-994294e7eb19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:32,998 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:32,998 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-985986ed-e8cb-47ad-95ea-c853c1f57496', 'x-compute-request-id': 'req-985986ed-e8cb-47ad-95ea-c853c1f57496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:34,092 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:34,092 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e4b2a7-9cd3-420f-aa4a-a7d349589623', 'x-compute-request-id': 'req-f3e4b2a7-9cd3-420f-aa4a-a7d349589623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:35,184 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:35,185 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd6e5fea-e7a3-401d-9fea-d772f958e53c', 'x-compute-request-id': 'req-cd6e5fea-e7a3-401d-9fea-d772f958e53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:36,278 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.085s 2022-02-17 13:15:36,278 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f585336-69d8-41a9-933d-153aeefd6547', 'x-compute-request-id': 'req-9f585336-69d8-41a9-933d-153aeefd6547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:37,369 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:37,370 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f49963a7-7fbd-42d8-a616-d58247d4dcd7', 'x-compute-request-id': 'req-f49963a7-7fbd-42d8-a616-d58247d4dcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:38,465 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.087s 2022-02-17 13:15:38,466 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59d9e0b5-a188-43dd-a56c-859ae7bfd9a1', 'x-compute-request-id': 'req-59d9e0b5-a188-43dd-a56c-859ae7bfd9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:39,558 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:39,559 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4545274b-e265-4014-a8f3-64f888392913', 'x-compute-request-id': 'req-4545274b-e265-4014-a8f3-64f888392913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:40,651 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:40,652 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-454bf4f7-1fba-40a4-b982-cb6e3b6b2961', 'x-compute-request-id': 'req-454bf4f7-1fba-40a4-b982-cb6e3b6b2961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:41,744 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.084s 2022-02-17 13:15:41,745 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82bbf760-63a6-4496-8316-dbd64044e88f', 'x-compute-request-id': 'req-82bbf760-63a6-4496-8316-dbd64044e88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:42,835 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:15:42,835 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d5ae4c2-a048-4343-849a-20cc15694ebf', 'x-compute-request-id': 'req-3d5ae4c2-a048-4343-849a-20cc15694ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:43,926 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.082s 2022-02-17 13:15:43,926 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c3c27f-de2b-4dc8-a6d6-0972be425ce0', 'x-compute-request-id': 'req-81c3c27f-de2b-4dc8-a6d6-0972be425ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:45,023 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.088s 2022-02-17 13:15:45,023 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbcfbe7-46fb-4f6b-a61b-b3efc9f0d934', 'x-compute-request-id': 'req-adbcfbe7-46fb-4f6b-a61b-b3efc9f0d934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:46,216 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.184s 2022-02-17 13:15:46,216 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af9212ad-2499-4fba-b182-8d58aa654867', 'x-compute-request-id': 'req-af9212ad-2499-4fba-b182-8d58aa654867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:47,310 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:47,311 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6844cb6e-8ed6-4cf9-953d-b2c9e1e68a94', 'x-compute-request-id': 'req-6844cb6e-8ed6-4cf9-953d-b2c9e1e68a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:48,408 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.089s 2022-02-17 13:15:48,409 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4851c20a-97ff-4bbb-8e4b-fe3fdd5d24b3', 'x-compute-request-id': 'req-4851c20a-97ff-4bbb-8e4b-fe3fdd5d24b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:49,500 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.083s 2022-02-17 13:15:49,501 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a769e10f-d838-4918-803d-24e0cfae7b9b', 'x-compute-request-id': 'req-a769e10f-d838-4918-803d-24e0cfae7b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:50,595 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf 0.086s 2022-02-17 13:15:50,595 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a562f4b-c5bd-4c3a-a595-9066ab6d3961', 'x-compute-request-id': 'req-1a562f4b-c5bd-4c3a-a595-9066ab6d3961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf'} Body: b'{"server": {"id": "c5e81df8-01bf-46db-a102-002e3b88c4cf", "name": "tempest-TestShelveInstance-server-726539465", "status": "ACTIVE", "tenant_id": "4c64fd8a30b947558a5b107e61c7d870", "user_id": "92649ee6cbb241fe9087d71e1be31189", "metadata": {}, "hostId": "74355a611a839fe14d52580f8c58e226168e01e51061bd9204576d3e", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.67/compute/flavors/452"}]}, "created": "2022-02-17T12:56:03Z", "updated": "2022-02-17T13:09:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.67/compute/v2.1/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}, {"rel": "bookmark", "href": "http://10.222.0.67/compute/servers/c5e81df8-01bf-46db-a102-002e3b88c4cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-892061283", "OS-SRV-USG:launched_at": "2022-02-17T12:56:27.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8b3ac3b1-15f7-4340-894b-22184e147db3"}]}}' 2022-02-17 13:15:50,804 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.67:9696/v2.0/security-groups/78c6535a-b9e1-4e86-a791-a392a27c5b85 0.200s 2022-02-17 13:15:50,804 129463 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-8ec96aac-dcc2-4149-8813-dd068bd55f83', 'content-length': '0', 'date': 'Thu, 17 Feb 2022 13:15:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.67:9696/v2.0/security-groups/78c6535a-b9e1-4e86-a791-a392a27c5b85'} Body: b'' 2022-02-17 13:15:50,931 129463 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestShelveInstance-892061283 0.127s 2022-02-17 13:15:50,932 129463 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 17 Feb 2022 13:15:50 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-6ac2c405-cf65-4ae6-8987-e7e1c673326a', 'x-compute-request-id': 'req-6ac2c405-cf65-4ae6-8987-e7e1c673326a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.67/compute/v2.1/os-keypairs/tempest-TestShelveInstance-892061283'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 145, 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 316, in shelve_server waiters.wait_for_server_status(servers_client, server_id, File "/opt/stack/tempest/tempest/common/waiters.py", line 100, 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 c5e81df8-01bf-46db-a102-002e3b88c4cf failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: None. |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt17.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
pt18.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt19.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
pt20.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt20.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt21.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
pt22.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt23.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt23.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
||||||
tempest.api.compute.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
pt24.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
pt25.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt27.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
pt27.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
pt27.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
pt27.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
pt27.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
pt27.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
pt27.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
pt27.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
pt28.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
pt28.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt29.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt30.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
pt30.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
pt30.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
pt31.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
pt32.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt33.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
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
pt34.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
pt34.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
pt35.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
pt36.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
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_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt44.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
pt44.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
pt44.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
pt44.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
pt44.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt46.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
pt46.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt47.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt47.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
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.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt49.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt49.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt49.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt51.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt51.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt51.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt51.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt51.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
pt51.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt52.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
pt52.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt68.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
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.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt71.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt72.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 222 | 193 | 20 | 0 | 9 |