all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2023.7.22,cffi==1.15.1,charset-normalizer==3.2.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.3.0,cmd2==2.4.3,cryptography==41.0.4,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.4,importlib-metadata==6.0.1,iso8601==2.0.0,jsonschema==4.19.1,jsonschema-specifications==2023.7.1,msgpack==1.0.6,netaddr==0.9.0,netifaces==0.11.0,oslo.concurrency==5.2.0,oslo.config==9.2.0,oslo.context==5.2.0,oslo.i18n==6.1.0,oslo.log==5.3.0,oslo.serialization==5.2.0,oslo.utils==6.2.1,packaging==23.1,paramiko==3.3.1,pbr==5.11.1,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.3,pytz==2023.3.post1,PyYAML==6.0.1,referencing==0.30.2,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.10.3,six==1.16.0,stestr==4.1.0,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@cc0e9b18170bc796fd8516e41d2ec09236b168aa#egg=tempest,testtools==2.6.0,tomlkit==0.12.1,tzdata==2023.3,urllib3==1.26.16,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.17.0 all run-test-pre: PYTHONHASHSEED='3513306061' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {11} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [227.112085s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [205.919824s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 466, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 461, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 241, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 726, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 592, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 641, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 115, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 714, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 357, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.210', port=80): Read timed out. (read timeout=60) Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:23:03,907 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 1.243s 2023-11-06 08:23:03,907 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-282361761", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceae3aa1-7c58-45d5-bfda-4761a460db25', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceae3aa1-7c58-45d5-bfda-4761a460db25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:03.758329", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:23:04,040 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.105s 2023-11-06 08:23:04,041 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426346d9-bc9e-49a9-8ac1-f8d0cf270062', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426346d9-bc9e-49a9-8ac1-f8d0cf270062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:05,163 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.101s 2023-11-06 08:23:05,164 84037 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83654e78-1a94-48df-a989-3e9d3f0061d8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83654e78-1a94-48df-a989-3e9d3f0061d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:06,331 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.130s 2023-11-06 08:23:06,331 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d9ad51-790f-4b17-bdb2-ac54d7639bc9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d9ad51-790f-4b17-bdb2-ac54d7639bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:07,479 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.130s 2023-11-06 08:23:07,479 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:07 GMT', 'server': 'Ap ache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eded5f7-9a10-461e-a24d-016b74471e6d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eded5f7-9a10-461e-a24d-016b74471e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:08,708 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.213s 2023-11-06 08:23:08,708 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018a4de2-2291-4698-b317-cf6fd09e8438', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018a4de2-2291-4698-b317-cf6fd09e8438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:09,859 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.136s 2023-11-06 08:23:09,860 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3a0210-72ca-43aa-b024-8ec11aa9ce01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-ae3a0210-72ca-43aa-b024-8ec11aa9ce01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:10,957 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.079s 2023-11-06 08:23:10,958 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3049c356-57b1-4f85-8f5e-c580c425e9bf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3049c356-57b1-4f85-8f5e-c580c425e9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:12,055 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.072s 2023-11-06 08:23:12,055 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30fe71c-d31c-4a28-a90b-5e09a8313c14', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30fe71c-d31c-4a28-a90b-5e09a8313c14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"vol ume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:13,126 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.053s 2023-11-06 08:23:13,127 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a8ee6f-a3dc-4706-b3d7-55bb4086e19c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a8ee6f-a3dc-4706-b3d7-55bb4086e19c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:14,270 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.128s 2023-11-06 08:23:14,271 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d02699-9db9-4fe7-98e0-2de38369a5a8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d02699-9db9-4fe7-98e0-2de38369a5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest- volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:15,363 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.061s 2023-11-06 08:23:15,364 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba510ee-4074-4204-9927-d6d29fc63567', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba510ee-4074-4204-9927-d6d29fc63567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:16,493 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.095s 2023-11-06 08:23:16,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6404718b-fd12-4442-84bb-b2743c760357', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6404718b-fd12-4442-84bb-b2743c760357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8- 5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:17,578 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.071s 2023-11-06 08:23:17,579 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e0abea-496f-47d4-a2b9-ae27bc9fbf49', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e0abea-496f-47d4-a2b9-ae27bc9fbf49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:18,658 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.052s 2023-11-06 08:23:18,659 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465d80cd-b065-4b27-8286-189f80f11523', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465d80cd-b065-4b27-8286-189f80f11523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:19,750 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.076s 2023-11-06 08:23:19,750 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a886d31d-9c6b-4bb7-9383-c54d1c8ff78e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a886d31d-9c6b-4bb7-9383-c54d1c8ff78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:20,853 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.090s 2023-11-06 08:23:20,853 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec7e8b9-2ada-4218-ba2d-2c13c912fa26', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec7e8b9-2ada-4218-ba2d-2c13c912fa26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:21,924 84037 INFO [tempest.lib.common.re st_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.052s 2023-11-06 08:23:21,925 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ba041c-cdeb-4065-aaf8-25622101e759', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ba041c-cdeb-4065-aaf8-25622101e759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:23,021 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.065s 2023-11-06 08:23:23,021 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37632af4-b54e-4df1-b5bc-35224d874a9e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37632af4-b54e-4df1-b5bc-35224d874a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:24,111 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.074s 2023-11-06 08:23:24,111 84037 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c7a7c9-fd31-4f4b-8c57-6d30ecbbc5e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c7a7c9-fd31-4f4b-8c57-6d30ecbbc5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:25,494 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.360s 2023-11-06 08:23:25,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d64b36d-b765-42d0-9fd0-5f41e89f722c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d64b36d-b765-42d0-9fd0-5f41e89f722c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:26,626 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.115s 2023-11-06 08:23:26,626 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:26 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b329ffa-0930-4a90-8e84-cf6ce372f7aa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b329ffa-0930-4a90-8e84-cf6ce372f7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:27,732 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.090s 2023-11-06 08:23:27,733 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16face19-80aa-453c-bdd8-d9fda54c0c01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16face19-80aa-453c-bdd8-d9fda54c0c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:28,816 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.066s 2023-11-06 08:23:28,816 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaf1889-5684-4add-8ed1-03e825ad147e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-bcaf1889-5684-4add-8ed1-03e825ad147e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:29,942 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.100s 2023-11-06 08:23:29,942 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61f984c-c5ac-46ab-8ca9-c848ed70aca8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61f984c-c5ac-46ab-8ca9-c848ed70aca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:31,000 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.045s 2023-11-06 08:23:31,001 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856e4ff7-7c5e-4143-a682-7f18ab54205c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856e4ff7-7c5e-4143-a682-7f18ab54205c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"i d": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:32,081 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.064s 2023-11-06 08:23:32,082 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae259a5-ff01-442e-902b-87334450ed91', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae259a5-ff01-442e-902b-87334450ed91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:33,254 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.156s 2023-11-06 08:23:33,254 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5208f6b-38ba-4246-9279-a8598ea7c347', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5208f6b-38ba-4246-9279-a8598ea7c347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-28 2361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:34,409 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.129s 2023-11-06 08:23:34,409 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d34aff-c070-4d51-bb93-4501f41fc860', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d34aff-c070-4d51-bb93-4501f41fc860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:35,531 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.101s 2023-11-06 08:23:35,531 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3cd8299-2187-4c27-ac4e-5125eeae9122', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3cd8299-2187-4c27-ac4e-5125eeae9122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be -b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:36,604 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:23:36,604 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0b3573-3ed1-4cd6-af67-714f4dca4cff', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0b3573-3ed1-4cd6-af67-714f4dca4cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:37,684 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:23:37,684 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe9e104-0eff-49ff-822a-6408e7d753c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe9e104-0eff-49ff-822a-6408e7d753c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": fal se, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:38,794 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.096s 2023-11-06 08:23:38,794 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1673c145-c432-4ef2-b158-ad7c01ed9118', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1673c145-c432-4ef2-b158-ad7c01ed9118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:39,889 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.080s 2023-11-06 08:23:39,889 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3efd2c-17fe-4c7f-afec-96c01ce3c988', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3efd2c-17fe-4c7f-afec-96c01ce3c988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:40,958 84037 INFO [tempest.lib.common.rest_client ] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:23:40,958 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b478f525-52cf-42de-ae98-d35b1dfbbb83', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b478f525-52cf-42de-ae98-d35b1dfbbb83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:42,047 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.074s 2023-11-06 08:23:42,047 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d7a8f2a-4046-4a42-8258-841d7c03b10e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d7a8f2a-4046-4a42-8258-841d7c03b10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:43,139 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.078s 2023-11-06 08:23:43,140 84037 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a999f8-c644-472a-af0e-27c1bb2c1e9a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a999f8-c644-472a-af0e-27c1bb2c1e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:44,210 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.048s 2023-11-06 08:23:44,211 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11595ca6-c5dd-42ab-abbe-ea533e4f85a6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11595ca6-c5dd-42ab-abbe-ea533e4f85a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:45,287 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.049s 2023-11-06 08:23:45,287 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:45 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361193f2-04f8-4e48-b7d3-e35ed67ef236', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361193f2-04f8-4e48-b7d3-e35ed67ef236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:46,349 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.047s 2023-11-06 08:23:46,350 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd16823f-bc67-4244-b21e-0e82fcbf8a59', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd16823f-bc67-4244-b21e-0e82fcbf8a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:47,424 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:23:47,424 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e362995-08bb-4384-92c4-2ee4e2770a12', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e362 995-08bb-4384-92c4-2ee4e2770a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:48,480 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:23:48,480 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417cd9bb-dcbc-43a6-b176-d8bf225efada', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417cd9bb-dcbc-43a6-b176-d8bf225efada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:49,536 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:23:49,537 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db82f60-2d32-4ec3-8a1d-4d624e3711f7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db82f60-2d32-4ec3-8a1d-4d624e3711f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b8 55a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:50,616 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.065s 2023-11-06 08:23:50,616 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7a7af0-b799-4b8c-a7a0-301dedd7adb0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7a7af0-b799-4b8c-a7a0-301dedd7adb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:51,668 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:23:51,668 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13806219-b9d5-47c7-8a4d-857c3c0c8474', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13806219-b9d5-47c7-8a4d-857c3c0c8474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:52,719 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:23:52,720 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3b1e17e-eb45-4fec-9ad2-40a7dcf960e3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b1e17e-eb45-4fec-9ad2-40a7dcf960e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:53,784 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:23:53,784 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a7c410-75a8-4c61-8cec-50e49c28c1c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a7c410-75a8-4c61-8cec-50e49c28c1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2b c98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:54,833 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:23:54,834 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f32346-05bf-4936-add8-6fec1e9c0ca4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f32346-05bf-4936-add8-6fec1e9c0ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:55,883 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:23:55,884 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef10c670-4ed3-45a2-a885-c8fda2003b52', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef10c670-4ed3-45a2-a885-c8fda2003b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:56,962 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.066s 2023-11-06 08:23:56,963 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a82b2c9-9262-444c-bffc-dd10eb7ce3a5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a82b2c9-9262-444c-bffc-dd10eb7ce3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:58,020 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:23:58,020 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969d34bf-714e-4ee3-9c50-8c0666e53216', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969d34bf-714e-4ee3-9c50-8c0666e53216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:59,073 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:23:59,073 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c41fffe-7edc-47d7-9694-e44dc74231d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c41fffe-7edc-47d7-9694-e44dc74231d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:00,129 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:00,130 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531f4666-3e17-4c5f-8cd2-d0e8a0474eb4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531f4666-3e17-4c5f-8cd2-d0e8a0474eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:01,206 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.061s 2023-11-06 08:24:01,207 84037 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2bfa0a-6ccc-4bf7-92ba-454a7f139af7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2bfa0a-6ccc-4bf7-92ba-454a7f139af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:02,265 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:02,266 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0594525e-c05c-46bc-b44c-0977f55e25fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0594525e-c05c-46bc-b44c-0977f55e25fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:03,319 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:03,319 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-73a3b6be-6ab4-44ff-9797-83647fbf36b2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a3b6be-6ab4-44ff-9797-83647fbf36b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:04,378 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:24:04,378 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e76a82f-86cc-4ed2-b7c6-4ca2cec8a950', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e76a82f-86cc-4ed2-b7c6-4ca2cec8a950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:05,428 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:05,428 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853ee38a-48dc-47b6-bece-063c47d6bd8c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853ee38a-48dc- 47b6-bece-063c47d6bd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:06,539 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.097s 2023-11-06 08:24:06,539 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca178427-208b-4509-811f-567969a332b2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca178427-208b-4509-811f-567969a332b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:07,593 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:07,594 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6d88a3-64b1-43d7-86f4-202db06eb48d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6d88a3-64b1-43d7-86f4-202db06eb48d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0 -40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:08,645 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:08,645 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580e7daf-97ef-40ee-9ece-5a770ea87418', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580e7daf-97ef-40ee-9ece-5a770ea87418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:09,697 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:09,698 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12398535-d339-4589-a029-1b1359bd32ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12398535-d339-4589-a029-1b1359bd32ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "descrip tion": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:10,751 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:10,751 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-933d4255-f1b6-4f77-b104-99be24955747', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-933d4255-f1b6-4f77-b104-99be24955747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:11,801 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:11,802 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6479592-fa68-467a-baa3-4e5ee34924be', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6479592-fa68-467a-baa3-4e5ee34924be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 "}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:12,854 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:12,854 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9cbe445-f3d1-4f2b-adfd-922004e7e115', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9cbe445-f3d1-4f2b-adfd-922004e7e115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:13,907 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:13,908 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d88899-3a37-4cdc-a7ba-7652af837b74', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d88899-3a37-4cdc-a7ba-7652af837b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_s tatus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:14,962 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:14,962 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c717a9a-8cd0-4c67-a578-d2776d7b9db3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c717a9a-8cd0-4c67-a578-d2776d7b9db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:16,012 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:16,013 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2e13fa-6431-443c-a38b-a7ef1f2c45f0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2e13fa-6431-443c-a38b-a7ef1f2c45f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:17,067 84037 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:17,067 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf1ad2f-be0a-45aa-9341-c6accaffec96', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf1ad2f-be0a-45aa-9341-c6accaffec96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:18,135 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:24:18,135 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1b04eb-419c-443b-82a9-e32bb6b87fca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1b04eb-419c-443b-82a9-e32bb6b87fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:19,191 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:19,191 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901bfe71-6cd4-4d4c-a76e-b9037cfbc896', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901bfe71-6cd4-4d4c-a76e-b9037cfbc896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:20,244 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:20,244 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f0a7a2-7800-44f6-be94-f8ca12dc32a3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f0a7a2-7800-44f6-be94-f8ca12dc32a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:21,297 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:21,298 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type ': 'application/json', 'x-compute-request-id': 'req-d3a91c48-c3f9-44c7-be04-e43568f66007', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a91c48-c3f9-44c7-be04-e43568f66007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:22,350 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:22,351 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce58301-247a-4df1-9ce9-13361582cfe2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce58301-247a-4df1-9ce9-13361582cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:23,418 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:24:23,418 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26069a07-51f7-429f-9bfc-430069a22e87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26069a07-51f7-429f-9bfc -430069a22e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:24,473 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:24,473 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b150e54-b3d2-4558-867d-3535d681808b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b150e54-b3d2-4558-867d-3535d681808b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:25,538 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:24:25,539 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0f01b0-a791-4e83-a159-0396b9f7f7b5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0f01b0-a791-4e83-a159-0396b9f7f7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f 8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:26,608 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.045s 2023-11-06 08:24:26,609 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c87a440-91c4-4dcd-8a6d-a77403d13896', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c87a440-91c4-4dcd-8a6d-a77403d13896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:27,659 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:27,660 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2c5fa4-af22-4c8d-9c9d-95d40b61a12d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2c5fa4-af22-4c8d-9c9d-95d40b61a12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": nu ll, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:28,728 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:24:28,729 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65165e6-a0be-4578-bd2a-f6d4629bc3dd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65165e6-a0be-4578-bd2a-f6d4629bc3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:29,781 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:29,782 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb20464e-0960-481e-b05d-3a5e2fa9fb10', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb20464e-0960-481e-b05d-3a5e2fa9fb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel ": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:30,838 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:30,838 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acf4dc9-2ab2-400b-88a1-c093f9a421cc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acf4dc9-2ab2-400b-88a1-c093f9a421cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:31,894 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:31,895 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7054ee9-f3c5-40ed-bd6f-6dfd18a74db8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7054ee9-f3c5-40ed-bd6f-6dfd18a74db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:32,950 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:32,950 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae39539-f908-460f-9c91-d23a109b3fda', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae39539-f908-460f-9c91-d23a109b3fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:34,015 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:34,016 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215a0942-19b7-42dc-9b40-5cdeaa7b58fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215a0942-19b7-42dc-9b40-5cdeaa7b58fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:35,095 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevice sTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.054s 2023-11-06 08:24:35,095 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d5700bc-6741-4bc4-a616-c161c5d9fc74', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d5700bc-6741-4bc4-a616-c161c5d9fc74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:36,167 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:24:36,167 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71331394-9c81-4896-aeb0-f0091cad4864', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71331394-9c81-4896-aeb0-f0091cad4864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:37,227 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.047s 2023-11-06 08:24:37,228 84037 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0868fc-6c90-44d4-90b1-1cade320f304', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0868fc-6c90-44d4-90b1-1cade320f304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:38,279 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:38,280 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216622b8-49a6-44b0-ae6c-3dc9dabb587d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216622b8-49a6-44b0-ae6c-3dc9dabb587d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:39,336 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:39,336 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-d737c200-28c9-497d-86fa-000c78bec000', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d737c200-28c9-497d-86fa-000c78bec000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:40,400 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.050s 2023-11-06 08:24:40,401 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5291503-415a-4ea9-ad2b-6a268ec03aed', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5291503-415a-4ea9-ad2b-6a268ec03aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:41,487 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.072s 2023-11-06 08:24:41,487 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18486c5d-707b-4c37-ac77-8f73bb6f5aae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18486c5d-707b-4c37-ac77-8f73bb6f 5aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:42,585 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.084s 2023-11-06 08:24:42,585 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e163b598-31bb-4b59-9009-f89851524ea1', 'content-length': '1357', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e163b598-31bb-4b59-9009-f89851524ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:24:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:43,673 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.062s 2023-11-06 08:24:43,673 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id' : 'req-5cb0c345-bf9b-45ed-b62a-7c26b945d553', 'content-length': '1358', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb0c345-bf9b-45ed-b62a-7c26b945d553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:24:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:43,699 84037 INFO [tempest.common.waiters] volume 89b855a8-5ef0-40be-b5f8-f2bc98e12797 reached available after waiting for 99.699803 seconds 2023-11-06 08:24:44,070 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 0.369s 2023-11-06 08:24:44,070 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-2032667705"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec5d51b-12b0-4960-ab90-966fcab7b95f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec5d51b-12b0-4960-ab90-966fcab7b95f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:43.970847", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:24:44,177 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.091s 2023-11-06 08:24:44,178 84037 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0b6bf4-f5d3-4079-b8b2-754d17e241cb', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0b6bf4-f5d3-4079-b8b2-754d17e241cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:45,255 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.064s 2023-11-06 08:24:45,256 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8872c2b3-d6cc-40a8-9c29-048e52d2c079', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8872c2b3-d6cc-40a8-9c29-048e52d2c079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:46,325 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.048s 2023-11-06 08:24:46,325 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/js on', 'x-compute-request-id': 'req-2faeca5f-1fcb-467c-8f84-b7b2e9227cb6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2faeca5f-1fcb-467c-8f84-b7b2e9227cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:47,397 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.057s 2023-11-06 08:24:47,398 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1956487-0963-45c6-a1e9-3ab3a5787a13', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1956487-0963-45c6-a1e9-3ab3a5787a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:48,485 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.071s 2023-11-06 08:24:48,485 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8ff0a7-09e1-49c0-8b28-031c80cbec88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8ff0a7-09e1-49c0-8b28-031c80cbec88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:49,551 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.053s 2023-11-06 08:24:49,552 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53fc02df-2523-440f-8429-b45cc371e085', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fc02df-2523-440f-8429-b45cc371e085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:50,614 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.049s 2023-11-06 08:24:50,614 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d678863-b9ec-4558-977a-c84d42d8c9eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d678863-b9ec-4558-977a-c84d42d8c9eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1 ", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:51,687 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.058s 2023-11-06 08:24:51,687 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6273aac-6f6f-41af-8cd7-1b1b8e23a2d3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6273aac-6f6f-41af-8cd7-1b1b8e23a2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:51,698 84037 INFO [tempest.common.waiters] volume 36bc3626-f778-4057-9f3f-6f7811e9b5e1 reached available after waiting for 7.698809 seconds 2023-11-06 08:24:51,981 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 0.282s 2023-11-06 08:24:51,982 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1689216768"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682de2ba-a80e-4235-a552-39cfa6d7a467', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682de2ba-a80e-4235-a552-39cfa6d7a467', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:51.913876", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:24:52,094 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.100s 2023-11-06 08:24:52,094 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2d0d59-4ae4-4ce3-861e-ea497999428b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2d0d59-4ae4-4ce3-861e-ea497999428b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:53,151 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.044s 2023-11-06 08:24:53,152 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b203100-68a9-48e2-84cc-2e992468595b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b203100-68a9-48e2-84cc-2e992468595b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe 4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:54,245 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.076s 2023-11-06 08:24:54,245 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e27e805-e9d9-4fb2-842f-1134d4099479', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e27e805-e9d9-4fb2-842f-1134d4099479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:55,313 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.042s 2023-11-06 08:24:55,313 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bcc661e-6889-47b4-b429-e207fcb8fd9f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bcc661e-6889-47b4-b429-e207fcb8fd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f2 6c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:13,757 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 17.431s 2023-11-06 08:25:13,758 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b415e833-5a38-4065-9e16-9d842e74fb88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b415e833-5a38-4065-9e16-9d842e74fb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:15,494 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.718s 2023-11-06 08:25:15,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9461894b-9b83-4492-a701-40494d873076', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9461894b-9b83-4492-a701-40494d873076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:25:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25: 15,507 84037 INFO [tempest.common.waiters] volume 628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f reached available after waiting for 23.507294 seconds 2023-11-06 08:25:16,175 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.668s 2023-11-06 08:25:16,176 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-1998296934"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-632060c8-553e-498e-bd66-600e25d8d6bf', 'date': 'Mon, 06 Nov 2023 08:25:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"6c060000-af6d-440a-b81a-9c355d03fb88","name":"tempest-device-tagging-net1-1998296934","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-11-06T08:25:15Z","updated_at":"2023-11-06T08:25:15Z","revision_number":1}}' 2023-11-06 08:25:16,845 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.669s 2023-11-06 08:25:16,846 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net2-1094366933"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e9287620-3777-43ec-9de7-a69d31ed11e7', 'date': 'Mon, 06 Nov 2023 08:25:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ae2f93fc-d95c-407f-b600-903c28e15a21","name":"tempest-device-tagging-net2-1094366933","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-11-06T08:25:16Z","updated_at":"2023-11-06T08:25:16Z","revision_number":1}}' 2023-11-06 08:25:17,795 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.948s 2023-11-06 08:25:17,796 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1cb009a1-b288-4974-9058-8e81b94272d8', 'date': 'Mon, 06 Nov 2023 08:25:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","name":"","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[] ,"description":"","service_types":[],"tags":[],"created_at":"2023-11-06T08:25:17Z","updated_at":"2023-11-06T08:25:17Z","revision_number":0,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:20,449 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.652s 2023-11-06 08:25:20,449 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ae2f93fc-d95c-407f-b600-903c28e15a21", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-c42a8337-7dd2-4a42-8b84-4704ac53abd8', 'date': 'Mon, 06 Nov 2023 08:25:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"73291bf6-565d-4e29-8b1d-95e6dc0e0d6d","name":"","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","network_id":"ae2f93fc-d95c-407f-b600-903c28e15a21","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-11-06T08:25:18Z","updated_at":"2023-11-06T08:25:18Z","revision_number":0,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:21,048 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.598s 2023-11-06 08:25:21,048 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "name": "tempest-TaggedBootDevicesTest-1454820119", "fixed_ips": [{"subnet_id": "03d47bcc-d9f7-445a-ba07-a23bffe11af4"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-2aa6057b-5edc-4b6d-971f-a4eb255f24d5', 'date': 'Mon, 06 Nov 2023 08:25:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"8300fc18-5df0-4e31-a57b-d09d68c0cee5","name":"tempest-TaggedBootDevicesTest-1454820119","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","mac_address":"fa:16:3e:57:b0:e1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","ip_address":"10.1.1.7"}],"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"security_groups":["d189a92a-700f-4215-b6dd-4bf77f790143"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-06T08:25:20Z","updated_at":"2023-11-06T08:25:20Z","revision_number":1}}' 2023-11-06 08:25:22,002 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.953s 2023-11-06 08:25:22,002 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "name": "tempest-TaggedBootDevicesTest-164332463", "fixed_ips": [{"subnet_id": "03d47bcc-d9f7-445a-ba07-a23bffe11af4"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-2e3e3c45-26be-4987-9435-8ef042a89bf4', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"05526d7e-eb83-44de-9131-5405aed7407d","name":"tempest-TaggedBootDevicesTest-164332463","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","mac_address":"fa:16:3e:91:86:0d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","ip_address":"10.1.1.155"}],"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"security_groups":["d189a92a-700f-4215-b6dd-4bf77f790143"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-06T08:25:21Z","updated_at":"2023-11-06T08:25:21Z","revision_number":1}}' 2023-11-06 08:25:22,004 84037 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-06 08:25:22,004 84037 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-06 08:25:22,076 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-11-06 08:25:22,077 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-479485494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA=="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a0127c-d496-453d-ba7f-54193a0b5153', 'x-compute-request-id': 'req-f9a0127c-d496-453d-ba7f-54193a0b5153', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-479485494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA==", "fingerprint": "10:37:56:31:b8:6d:46:dc:9b:e1:bb:18:89:c4:ce:fc", "user_id": "0908676efcf2414ab2449f26c40c531b"}}' 2023-11-06 08:25:22,079 84037 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-479485494 created 2023-11-06 08:25:22,378 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.298s 2023-11-06 08:25:22,378 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1847146771", "description": "tempest-description--1363230242"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-d116eea9-9d54-4478-b6f4-b187b831faf7', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "name": "tempest-securitygroup--1847146771", "stateful": true, "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "description": "tempest-description--1363230242", "shared": false, "security_group_rules": [{"id": "a645caae-0e8f-4d52-a6fb-aa75f25f0071", "project_id": "d0ffb9fc5cfe4a9 1873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "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": 398, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}, {"id": "c495eb8d-f43f-4763-b8ec-2fe7e714124b", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "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": 399, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 1, "project_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:22,610 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.230s 2023-11-06 08:25:22,610 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-253f6c3b-dab7-4361-ab05-8465a32a3de2', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0be6e76a-6402-4799-bb45-20047f4ed744", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}}' 2023-11-06 08:25:22,836 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-11-06 08:25:22,837 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f995aeac-59ac-436c-86b7-c100d9f504ac', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "166fda75-77aa-4a2c-a6ab-1f83f51a3380", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remot e_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}}' 2023-11-06 08:25:22,837 84037 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1847146771 created 2023-11-06 08:25:23,522 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.684s 2023-11-06 08:25:23,523 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5389f79d-0f0e-4db2-b1ef-eaa62e69f7be', 'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe506a8b-e67a-44bb-9cdc-389b3335369c", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "floating_ip_address": "172.24.4.108", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:25:23Z", "updated_at": "2023-11-06T08:25:23Z", "revision_number": 0}}' 2023-11-06 08:25:23,523 84037 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe506a8b-e67a-44bb-9cdc-389b3335369c', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'floating_ip_address': '172.24.4.108', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:25:23Z', 'updated_at': '2023-11-06T08:25:23Z', 'revision_number': 0, 'ip': '172.24.4.108'} created 2023-11-06 08:25:23,614 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-11-06 08:25:23,615 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5006d76-47c7-41e5-a5b1-8485c8d94c16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0908676efcf2414ab2449f26c40c531b", "name": "tempest-TaggedBootDevicesTest-2101073340-project-member", "password_expires_at": null}, "audit_ids": ["GOI1eBAMSf2mDUOHPzNyEg"], "expires_at": "2023-11-06T09:25:23.000000Z", "issued_at": "2023-11-06T08:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0ffb9fc5cfe4a91873949a0329ded41", "name": "tempest-TaggedBootDevicesTest-2101073340"}, "is_domain": false, "roles": [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "na me": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:25:23,615 84037 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '033cff5f-b399-4df6-8fed-1b5bff9bb1cf', 'name': 'tempest-TaggedBootDevicesTest-1556429733-network', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42543, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:21Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:25:23,653 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-11-06 08:25:23,653 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3484f61b-28bc-48b9-9ff7-312da7110a06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0908676efcf2414ab2449f26c40c531b", "name": "tempest-TaggedBootDevicesTest-2101073340-project-member", "password_expires_at": null}, "audit_ids": ["Dolz3Cm2RXmBXwIY6erB4Q"], "expires_at": "2023-11-06T09:25:23.000000Z", "issued_at": "2023-11-06T08:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0ffb9fc5cfe4a91873949a0329ded41", "name": "tempest-TaggedBootDevicesTest-2101073340"}, "is_domain": false, "roles" : [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:25:23,654 84037 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '033cff5f-b399-4df6-8fed-1b5bff9bb1cf', 'name': 'tempest-TaggedBootDevicesTest-1556429733-network', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42543, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:21Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:25:23,654 84037 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-479485494', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA==', 'fingerprint': '10:37:56:31:b8:6d:46:dc:9b:e1:bb:18:89:c4:ce:fc', 'user_id': '0908676efcf2414ab2449f26c40c531b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEgP+Ajy6tHdO8B1KQWwzk5k1SMTrQti2PX9n7qeUlLIbnbg1hANWq\np8gzrCCNehGgBwYFK4EEACKhZANiAASKCf48Z6+JTlrXxma15hD9vicRDdi9ATwz\nbDKeZejCiRgfOjEV3oDLjlTVBtEPTqi0U4O4o5TnBB7amrxtYfMoWy00KGQHvVJ+\nS+FCQyep068kteD2O+68h4zXcZSgfVA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', 'name': 'tempest-securitygroup--1847146771', 'state ful': True, 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': 'tempest-description--1363230242', 'shared': False, 'security_group_rules': [{'id': 'a645caae-0e8f-4d52-a6fb-aa75f25f0071', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'security_group_id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', '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': 398, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 0}, {'id': 'c495eb8d-f43f-4763-b8ec-2fe7e714124b', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'security_group_id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', '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': 399, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 1, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41'}, 'floating_ip': {'id': 'fe506a8b-e67a-44bb-9cdc-389b3335369c', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'floating_ip_address': '172.24.4.108', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:25:23Z', 'updated_at': '2023-11-06T08:25:23Z', 'revision_number': 0, 'ip': '172.24.4.108'}} 2023-11-06 08:26:23,722 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-479485494 0.032s 2023-11-06 08:26:23,722 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fa761f-288b-4acb-8229-1c19aeccdde9', 'x-compute-request-id': 'req-d1fa761f-288b-4acb-8229-1c19aeccdde9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-479485494'} Body: b'' 2023-11-06 08:26:24,038 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8 0.315s 2023-11-06 08:26:24,039 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-692c2be0-a45b-4d10-8d5c-a7ffc092f6ca', 'content-length': '0', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8'} Body: b'' 2023-11-06 08:26:24,064 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e4 9e3de8 0.025s 2023-11-06 08:26:24,065 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-51c2b935-3762-4002-b80f-2c84e6e9302b', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 79db5f82-32ee-42f1-8e79-9244e49e3de8 does not exist", "detail": ""}}' 2023-11-06 08:26:24,493 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fe506a8b-e67a-44bb-9cdc-389b3335369c 0.427s 2023-11-06 08:26:24,493 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-02e5f624-15bd-4d3f-8be6-541510db244b', 'content-length': '0', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fe506a8b-e67a-44bb-9cdc-389b3335369c'} Body: b'' 2023-11-06 08:26:24,860 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/05526d7e-eb83-44de-9131-5405aed7407d 0.366s 2023-11-06 08:26:24,860 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-278bb4e9-8bec-487f-9a50-4ca28ccf69d3', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/05526d7e-eb83-44de-9131-5405aed7407d'} Body: b'' 2023-11-06 08:26:25,169 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/8300fc18-5df0-4e31-a57b-d09d68c0cee5 0.308s 2023-11-06 08:26:25,170 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-37003d40-acc8-41db-8846-d4e6db4edbc6', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/8300fc18-5df0-4e31-a57b-d09d68c0cee5'} Body: b'' 2023-11-06 08:26:25,530 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/73291bf6-565d-4e29-8b1d-95e6dc0e0d6d 0.359s 2023-11-06 08:26:25,530 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0650d4d8-5f8f-46d8-a437-465b9750e664', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/73291bf6-565d-4e29-8b1d-95e6dc0e0d6d'} Body: b'' 2023-11-06 08:26:25,829 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/03d47bcc-d9f7-445a-ba07-a23bffe11af4 0.298s 2023-11-06 08:26:25,829 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-57dbae03-c423-4832-b4fa-e14f18c26eba', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/03d47bcc-d9f7-445a-ba07-a23bffe11af4'} Body: b'' 2023-11-06 08:26:27,573 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ae2f93fc-d95c-407f-b600-903c28e15a21 1.743s 2023-11-06 08:26:27,574 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0b7d549d-6f4c-490d-99ee-55b221ff24b4', 'date': 'Mon, 06 Nov 2023 08:26:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ae2f93fc-d95c-407f-b600-903c28e15a21'} Body: b'' 2023-11-06 08:26:28,580 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/6c060000-af6d-440a-b81a-9c355d03fb88 1.006s 2023-11-06 08:26:28,581 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b21be1e0-4312-46b0-9304-1c18c58f9dbe', 'date': 'Mon, 06 Nov 2023 08:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/6c060000-af6d-440a-b81a-9c355d03fb88'} Body: b'' {11} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.326058s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.372778s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.257821s] ... ok {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [263.021123s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [260.563558s] ... ok {4} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [305.452824s] ... ok {7} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [347.186296s] ... ok {1} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [343.419162s] ... ok {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [117.227944s] ... ok {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [105.044776s] ... ok {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [126.886310s] ... ok {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [384.087728s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [421.325154s] ... ok {8} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [439.570340s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 251, in test_stable_device_rescue_disk_virtio_with_volume_attached self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 569, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 375, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume 6a14c577-5411-4f4e-b414-17638924d8e8 to server 532d86c8-373e-43c9-b3df-f5cf4e5e23e2 within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:22:40,978 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes 0.556s 2023-11-06 08:22:40,979 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-1278251304"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6047bd30-5e56-4c4b-b7fd-8c95517dd236', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6047bd30-5e56-4c4b-b7fd-8c95517dd236', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:40.854398", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:22:41,001 84053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-06 08:22:41,055 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-11-06 08:22:41,055 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2044074137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw=="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23bbb858-e410-4d48-bd97-bc8a92a3ef90', 'x-compute-request-id': 'req-23bbb858-e410-4d48-bd97-bc8a92a3ef90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2044074137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw==", "fingerprint": "b7:1b:7d:d8:99:b2:8a:aa:5b:48:7f:42:fc:15:e0:c8", "user_id": "798a7a8a1673459faaded11452006305"}}' 2023-11-06 08:22:41,057 84053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2044074137 created 2023-11-06 08:22:42,044 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-gro ups 0.986s 2023-11-06 08:22:42,045 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1157705999", "description": "tempest-description--840621266"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1eb21be2-87ad-4111-916e-38a69456a9e8', 'date': 'Mon, 06 Nov 2023 08:22:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "name": "tempest-securitygroup--1157705999", "stateful": true, "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "description": "tempest-description--840621266", "shared": false, "security_group_rules": [{"id": "793532b4-b2d7-4a2e-b72a-4485d617d0aa", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "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": 235, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 0}, {"id": "d2dff540-25b3-4b6f-a768-bbe4bccfbf99", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "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": 234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 1, "project_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:22:43,665 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.619s 2023-11-06 08:22:43,665 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c9eb53fb-4b3f-48f3-9faa-1afa021165cd', 'date': 'Mon, 06 Nov 2023 08:22:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bad44ef4-77e6-450a-b9a5-336964ef73fd", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:22:42Z", "updated_at": "2023-11-06T08:22:42Z", "revision_number": 0}}' 2023-11-06 08:22:45,118 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210 :9696/networking/v2.0/security-group-rules 1.452s 2023-11-06 08:22:45,119 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d696974e-4376-4e7f-90e1-6455456c043f', 'date': 'Mon, 06 Nov 2023 08:22:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e05057eb-fbf8-40f8-a9ca-83a5e61e1820", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:22:44Z", "updated_at": "2023-11-06T08:22:44Z", "revision_number": 0}}' 2023-11-06 08:22:45,119 84053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1157705999 created 2023-11-06 08:22:47,821 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.701s 2023-11-06 08:22:47,821 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-41374d61-227b-4bbc-af2c-766bc89848d1', 'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f1fcda23-b962-431d-bde3-86a37b60c0a7", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "floating_ip_address": "172.24.4.77", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:22:46Z", "updated_at": "2023-11-06T08:22:46Z", "revision_number": 0}}' 2023-11-06 08:22:47,821 84053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f1fcda23-b962-431d-bde3-86a37b60c0a7', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:22:46Z', 'updated_at': '2023-11-06T08:22:46Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2023-11-06 08:22:47,956 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.130s 2023-11-06 08:22:47,957 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicat ion/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8035c15b-bb74-4334-a1b7-2afef189b75f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "798a7a8a1673459faaded11452006305", "name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "password_expires_at": null}, "audit_ids": ["nzgkl8LNR2WY19X2d61hbA"], "expires_at": "2023-11-06T09:22:47.000000Z", "issued_at": "2023-11-06T08:22:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fcff8e6882f4cdea79661fda18f065d", "name": "tempest-ServerStableDeviceRescueTest-1514907108"}, "is_domain": false, "roles": [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:22:47,958 84053 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '6493148c-f16d-4495-bc63-81fd7bf41a59', 'name': 'tempest-ServerStableDeviceRescueTest-1098996145-network', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29802, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:22Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:22:47,959 84053 DEBUG [tempest.common. compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2044074137', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw==', 'fingerprint': 'b7:1b:7d:d8:99:b2:8a:aa:5b:48:7f:42:fc:15:e0:c8', 'user_id': '798a7a8a1673459faaded11452006305', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCTAjRiAFsS/jIt13bR1pN9fZOSmK/5vKZh/WKQ+oiTZPQGTfGfEEJS\nAVJMIQKvbvGgBwYFK4EEACKhZANiAATQYwFc3YKIYm6u+hzqIgP7XxYd5/32Rprt\nuSWVhjUAJTg3RSFB8lxMzbe2xB6rTw038im/4KQmPWlt1skseIu7pi+kOVz3rtwO\n8NZbsKgVhzMuy7cb2JLBdTvULo9fEAM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', 'name': 'tempest-securitygroup--1157705999', 'stateful': True, 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': 'tempest-description--840621266', 'shared': False, 'security_group_rules': [{'id': '793532b4-b2d7-4a2e-b72a-4485d617d0aa', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'security_group_id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', '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': 235, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 0}, {'id': 'd2dff540-25b3-4b6f-a768-bbe4bccfbf99', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'security_group_id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', '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': 234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 1, 'project_id': '2fcff8e6882f4cdea79661fda18f065d'}, 'floating_ip': {'id': 'f1fcda23-b962-431d-bde3-86a37b60c0a7', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:22:46Z', 'updated_at': '2023-11-06T08:22:46Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-11-06 08:22:50,613 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.653s 2023-11-06 08:22:50,614 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "flavorRef": "1", "networks": [{"uuid": "6493148c-f16d-4495-bc63-81fd7bf41a59"}], "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "key_name": "tempest-keypair-2044074137", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2', 'content-type' : 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed33bc5-37f5-44e7-a47d-5e7cd640de02', 'x-compute-request-id': 'req-4ed33bc5-37f5-44e7-a47d-5e7cd640de02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "adminPass": "7Q4f6zLWbZ3F"}}' 2023-11-06 08:22:50,819 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.203s 2023-11-06 08:22:50,820 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-435c1c5f-589c-45f8-822e-93d86a955073', 'x-compute-request-id': 'req-435c1c5f-589c-45f8-822e-93d86a955073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "BUILD", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:51Z", "updated": "2023-11-06T08:22:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2044074137", "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": []}}' 2023-11-06 08:23:41,124 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.242s 2023-11-06 08:23:41,125 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf34789-856e-4fd1-a81a-7dd74947ad9e', 'x-compute-request-id': 'req-5cf34789-856e-4fd1-a81a-7dd74947ad9e', 'connection': 'close', 'status': '200', 'content-locat ion': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:23:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:23:41,139 84053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-11-06 08:24:41,324 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-interface 0.180s 2023-11-06 08:24:41,324 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ece716bb-09ac-4c09-897e-67a11ee2c44c', 'x-compute-request-id': 'req-ece716bb-09ac-4c09-897e-67a11ee2c44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6493148c-f16d-4495-bc63-81fd7bf41a59", "port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518", "mac_addr": "fa:16:3e:c8:07:ce", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5baf3cae-2da6-48f7-a879-cd664cd2ff75", "ip_address": "10.0.0.9"}]}]}' 2023-11-06 08:24:42,655 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f1fcda23-b962-431d-bde3-86a37b60c0a7 1.324s 2023-11-06 08:24:42,656 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-74393c57-66e5-4eb0-8230-d1a33f17770d', 'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f1fcda23-b962-431d-bde3-86a37b60c0a7'} Body: b'{"floatingip": {"id" : "f1fcda23-b962-431d-bde3-86a37b60c0a7", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "floating_ip_address": "172.24.4.77", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": "01c09fd5-d626-42dd-abcf-31f82abba6a3", "port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6493148c-f16d-4495-bc63-81fd7bf41a59", "mac_address": "fa:16:3e:c8:07:ce", "admin_state_up": true, "status": "ACTIVE", "device_id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:22:46Z", "updated_at": "2023-11-06T08:24:41Z", "revision_number": 1, "project_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:24:42,657 84053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2023-11-06 08:24:42,672 84053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-06 08:24:42,793 84053 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-06 08:24:42,794 84053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2023-11-06 08:24:44,371 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/action 1.576s 2023-11-06 08:24:44,372 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-960355236"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35203b31-8e59-4393-b36c-b9d8ad403d74', 'x-compute-request-id': 'req-35203b31-8e59-4393-b36c-b9d8ad403d74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/action'} Body: b'' 2023-11-06 08:24:44,451 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 0.076s 2023-11-06 08:24:44,452 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ffc5052-8a53-468d-8dbe-c33cd07d516f', 'x-compute-request-id': 'req-0ffc5052-8a53-468d-8dbe-c33cd07d516f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner _project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:44Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:41,826 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 7.318s 2023-11-06 08:25:41,827 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb4ae9b5-a0dd-4d21-8348-9785a4f4c04d', 'x-compute-request-id': 'req-fb4ae9b5-a0dd-4d21-8348-9785a4f4c04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "user_id": "798a7a8a1673459faaded11452006305", "image_type": "snapshot", "image_location": "snapshot", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "image_state": "available"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:41,891 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http:// 10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 0.058s 2023-11-06 08:25:41,891 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-174e8734-c021-4eda-94ea-8c1affc4db9d', 'x-compute-request-id': 'req-174e8734-c021-4eda-94ea-8c1affc4db9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:42,124 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.226s 2023-11-06 08:25:42,124 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4740ca2e-27bb-405d-bf88-972d9def48f7', 'x-compute-request-id': 'req-4740ca2e-27bb-405d-bf88-972d9def48f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http: //10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:24:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:26:42,393 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804 0.197s 2023-11-06 08:26:42,394 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-198e7a23-7b5f-4b22-80d0-013c749a2b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "user_id": "798a7a8a1673459faaded11452006305", "image_type": "snapshot", "image_location": "snapshot", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "image_state": "available", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "53e0f48119ca72237eb9e6db005a8b83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2fcff8e6882f4cdea79661fda18f065d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "b31911dd6d4bbcf8af30dcdd4350eb613dd6fd264ecf04bcdcd56dac1894fe21e56f7afd433186c028f2c73710fe87c14b2e1eda2702aedddb909f91676e5bd4", "id": "df855396-b22b-4400-a119-1341b5b24804", "created_at": "2023-11-06T08:24:44Z", "updated_at": "2023-11-06T08:26:42Z", "tags": [], "self": "/v2/images/df855396-b22b-4400-a119-1341b5b24804", "file": "/v2/images/df855396-b22b-4400-a119-1341b5b24804/file", "schema": "/v2/schemas/image"}' 2023-11-06 08:26:42,830 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804 0.435s 2023-11-06 08:26:42,831 84053 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8ec8f693-8493-4189-8d2b-22858b9eac7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "53e0f48119ca72237eb9e6db005a8b83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2fcff8e6882f4cdea79661fda18f065d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "b31911dd6d4bbcf8af30dcdd4350eb613dd6fd264ecf04bcdcd56dac1894fe21e56f7afd433186c028f2c73710fe87c14b2e1eda2702aedddb909f91676e5bd4", "id": "df855396-b22b-4400-a119-1341b5b24804", "created_at": "2023-11-06T08:24:44Z", "updated_at": "2023-11-06T08:26:42Z", "tags": [], "self": "/v2/images/df855396-b22b-4400-a119-1341b5b24804", "file": "/v2/images/df855396-b22b-4400-a119-1341b5b24804/file", "schema": "/v2/schemas/image"}' 2023-11-06 08:26:43,184 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.352s 2023-11-06 08:26:43,185 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1deda26a-7da3-4f36-bffb-735b02ccf926', 'x-compute-request-id': 'req-1deda26a-7da3-4f36-bffb-735b02ccf926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:24:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EX T-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:26:43,275 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:26:43,276 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec38ed8-4070-4441-8570-6fbebe54862b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec38ed8-4070-4441-8570-6fbebe54862b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:22:47.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:26:43,297 84053 INFO [tempest.common.waiters] volume 6a14c577-5411-4f4e-b414-17638924d8e8 reached available after waiting for 0.297605 seconds 2023-11-06 08:26:43,814 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-volume_attachments 0.516s 2023-11-06 08:26:43,815 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "6a14c577-5411-4f4e-b414-17638924d8e8"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (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-890ce058-efcb-40e1-9713-7144410209d8', 'x-compute-request-id': 'req-890ce058-efcb-40e1-9713-7144410209d8', 'connection': 'close', 'status': '200', 'content-location': 'http: //10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "serverId": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "volumeId": "6a14c577-5411-4f4e-b414-17638924d8e8", "device": "/dev/vdb"}}' 2023-11-06 08:26:43,990 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.171s 2023-11-06 08:26:43,992 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f5b576-b0a7-4778-869e-6a1a724e9453', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f5b576-b0a7-4778-869e-6a1a724e9453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:06,989 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 21.979s 2023-11-06 08:27:06,989 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f09345c-7441-4440-b2fb-4a13577cd035', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f09345c-7441-4440-b2fb-4a13577cd035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "rep lication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:10,170 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 2.167s 2023-11-06 08:27:10,170 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87e56e3-9a10-4c5d-8d46-95c6e33e4580', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87e56e3-9a10-4c5d-8d46-95c6e33e4580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:11,248 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.061s 2023-11-06 08:27:11,248 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b88f4621-278d-422d-a15d-5cd768fc247f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88f4621-278d-422d-a15d-5cd768fc247f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cde a79661fda18f065d"}}' 2023-11-06 08:27:12,331 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:12,331 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbecd1d5-a390-474d-9366-a26769a4c07b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbecd1d5-a390-474d-9366-a26769a4c07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:13,418 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.061s 2023-11-06 08:27:13,418 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd080d0-bbc7-472b-984a-f42e9b99591d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd080d0-bbc7-472b-984a-f42e9b99591d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:14,493 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable _device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.057s 2023-11-06 08:27:14,494 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6e9e3c-5293-459f-a088-16a55f9fabce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6e9e3c-5293-459f-a088-16a55f9fabce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:15,550 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:27:15,550 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf503d01-63e8-4741-a9bd-275c47b57158', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf503d01-63e8-4741-a9bd-275c47b57158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:16,610 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4 f4e-b414-17638924d8e8 0.048s 2023-11-06 08:27:16,611 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efde3d7f-99ca-4565-bf79-7101b5aa838c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efde3d7f-99ca-4565-bf79-7101b5aa838c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:17,664 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:17,665 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81f3fc2-bb56-4fe8-8f68-31a1e3dbdcc0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81f3fc2-bb56-4fe8-8f68-31a1e3dbdcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:18,791 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.113s 2023-11-06 08:27:18,791 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1e6c87-d87c-4bb7-8111-13af90794c2c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1e6c87-d87c-4bb7-8111-13af90794c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:19,885 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.077s 2023-11-06 08:27:19,886 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2105958-0d60-4a70-adce-98c2fc3dcbd7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2105958-0d60-4a70-adce-98c2fc3dcbd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:20,943 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:27:20,943 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 202 3 08:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d1f346-64a5-493f-9ba7-b77dd378bbed', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d1f346-64a5-493f-9ba7-b77dd378bbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:22,030 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.070s 2023-11-06 08:27:22,031 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef3d088d-ce54-46f2-8303-a0ba525a1f36', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef3d088d-ce54-46f2-8303-a0ba525a1f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:23,106 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.062s 2023-11-06 08:27:23,106 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38c18fc-ad51-4d55-bde2- 21b8a5353437', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d38c18fc-ad51-4d55-bde2-21b8a5353437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:24,166 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:24,167 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90fcb8c3-6bab-4d38-8829-735b4ed5f27c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90fcb8c3-6bab-4d38-8829-735b4ed5f27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:25,255 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.073s 2023-11-06 08:27:25,256 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4dd382-97d1-4ceb-9b6c-c0913cdb5434', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req -7f4dd382-97d1-4ceb-9b6c-c0913cdb5434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:26,324 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:26,325 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ed3224-a22b-4c3f-8e0b-7846af2ce128', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ed3224-a22b-4c3f-8e0b-7846af2ce128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:27,423 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:27,424 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a204b2a1-e868-4029-84cc-b90a8830deff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a204b2a1-e868-4029-84cc-b90a8830deff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4 cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:28,490 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:27:28,491 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df70e7d6-1589-4c3c-afa9-ea856fbb8d3c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df70e7d6-1589-4c3c-afa9-ea856fbb8d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:29,647 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.136s 2023-11-06 08:27:29,647 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038f402a-9f63-4392-896a-1fee4f059b70', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038f402a-9f63-4392-896a-1fee4f059b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", " status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:30,734 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.073s 2023-11-06 08:27:30,735 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331e1d9d-1a8b-483b-8aed-73afde9359df', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331e1d9d-1a8b-483b-8aed-73afde9359df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:31,810 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:31,811 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e0ccfb-10c7-4e95-b6c7-f98adce9bb54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e0ccfb-10c7-4e95-b6c7-f98adce9bb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.0 00000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:32,894 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.057s 2023-11-06 08:27:32,895 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15a6a67-f11f-415c-be90-faf6a752fe50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15a6a67-f11f-415c-be90-faf6a752fe50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:33,991 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:33,992 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f012415-0ac8-4644-b590-1f6d470c671d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f012415-0ac8-4644-b590-1f6d470c671d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": nu ll, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:35,064 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.051s 2023-11-06 08:27:35,064 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d8656c-a592-4c96-b838-03293c5e8895', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d8656c-a592-4c96-b838-03293c5e8895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:36,599 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.517s 2023-11-06 08:27:36,599 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-446b8b3d-9f57-4a5d-9c3d-fcd2dc2d1c54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-446b8b3d-9f57-4a5d-9c3d-fcd2dc2d1c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volu mes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:37,666 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:27:37,666 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7340a227-e398-4e4c-b17a-065d41cbaf47', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7340a227-e398-4e4c-b17a-065d41cbaf47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:38,725 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:38,725 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff633b60-9c89-41c9-8571-8443b0933b50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff633b60-9c89-41c9-8571-8443b0933b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a1 4c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:39,899 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.158s 2023-11-06 08:27:39,899 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1930ba5-9f13-4c3e-a45f-3c08ec585280', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1930ba5-9f13-4c3e-a45f-3c08ec585280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:40,976 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:40,976 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be217e31-f45d-412d-bd39-aaf485383479', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be217e31-f45d-412d-bd39-aaf485383479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_sta tus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:42,048 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:42,049 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774f3c29-4a76-4903-acec-de66962a5d8e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774f3c29-4a76-4903-acec-de66962a5d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:43,148 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.082s 2023-11-06 08:27:43,148 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518a624c-fe22-474b-8e20-6a7c84734c09', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518a624c-fe22-474b-8e20-6a7c84734c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18 f065d"}}' 2023-11-06 08:27:44,250 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:27:44,250 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf3c4a3-4321-4a4c-a882-3d42f0f9cdad', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf3c4a3-4321-4a4c-a882-3d42f0f9cdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:45,346 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:45,347 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffde03b-66be-4f05-b331-79970cfde311', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffde03b-66be-4f05-b331-79970cfde311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:46,404 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_res cue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:27:46,404 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b3aa73-aaab-49b1-8c8f-9b0fdb6a1e3f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b3aa73-aaab-49b1-8c8f-9b0fdb6a1e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:47,457 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:27:47,458 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b571aa-555e-4d58-a3bd-03dae6451f5b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b571aa-555e-4d58-a3bd-03dae6451f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:48,509 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17 638924d8e8 0.038s 2023-11-06 08:27:48,510 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242b7fe5-b628-435d-9058-a52196f7c45d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242b7fe5-b628-435d-9058-a52196f7c45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:49,576 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:49,576 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffc7366-a1b0-421f-828d-3abd65d61200', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffc7366-a1b0-421f-828d-3abd65d61200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:50,637 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:27:50,637 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c018ab5c-2b96-4d6f-9e0e-f182350d5cf6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c018ab5c-2b96-4d6f-9e0e-f182350d5cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:51,720 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.067s 2023-11-06 08:27:51,721 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2cd1d54-e8d4-4752-a7c8-adc426ddf4dc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2cd1d54-e8d4-4752-a7c8-adc426ddf4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:52,794 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.055s 2023-11-06 08:27:52,794 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af3eca1-afb5-4e28-907a-dcb943aace78', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af3eca1-afb5-4e28-907a-dcb943aace78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:53,864 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:53,864 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82062d72-7e54-4e64-8752-51d43edcd0f4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82062d72-7e54-4e64-8752-51d43edcd0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:55,019 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.037s 2023-11-06 08:27:55,019 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17157432-2ad3-48aa-af95-906fdba7931 e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17157432-2ad3-48aa-af95-906fdba7931e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:56,073 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:56,074 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed01c410-d9e1-4438-b9c8-02c67d6d5d35', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed01c410-d9e1-4438-b9c8-02c67d6d5d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:57,129 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:27:57,129 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c188d698-d8bd-46c1-89ee-062427c3f38f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c188d698-d 8bd-46c1-89ee-062427c3f38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:58,182 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:27:58,183 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0310e34e-df07-4d92-a6a5-132a7e6757cd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0310e34e-df07-4d92-a6a5-132a7e6757cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:59,236 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:59,237 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f2239b-6949-46d0-bb62-08d1248c82ed', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f2239b-6949-46d0-bb62-08d1248c82ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fd a18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:00,290 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:00,290 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e86f7d6-6db7-4ca5-9ace-60b80d59f27c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e86f7d6-6db7-4ca5-9ace-60b80d59f27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:01,358 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:28:01,359 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43f22e9-7f1d-4aea-bf47-dce0f1477d9a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43f22e9-7f1d-4aea-bf47-dce0f1477d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "a vailable", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:02,442 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.069s 2023-11-06 08:28:02,443 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae12a7d-1bfd-4d69-8348-e778b14c00e5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae12a7d-1bfd-4d69-8348-e778b14c00e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:03,514 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:28:03,515 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108b3980-f5d1-442c-811d-9c313c433489', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108b3980-f5d1-442c-811d-9c313c433489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "na me": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:04,587 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:04,587 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d415d19a-c146-43b3-9c7d-52a3516d429d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d415d19a-c146-43b3-9c7d-52a3516d429d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:05,644 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:28:05,644 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6011142e-07ba-405f-a584-cc24260051c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6011142e-07ba-405f-a584-cc24260051c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:06,712 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:06,712 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49915770-3177-4ee3-aa90-18b99f86be8f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49915770-3177-4ee3-aa90-18b99f86be8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:07,773 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.037s 2023-11-06 08:28:07,774 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6cd35d-3eaa-4426-a1ee-06ba874c7539', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6cd35d-3eaa-4426-a1ee-06ba874c7539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c57 7-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:08,828 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:08,829 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653de465-473b-4d45-a5d0-9e35d5ec2249', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653de465-473b-4d45-a5d0-9e35d5ec2249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:09,892 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:09,892 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9ed251-ddaa-4f48-b053-ab64903ca99f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9ed251-ddaa-4f48-b053-ab64903ca99f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411- 4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:10,953 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:10,954 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7a4ad4-789f-4f57-b833-fd0015ee348c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7a4ad4-789f-4f57-b833-fd0015ee348c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:12,016 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:12,016 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4990df0a-34b9-43b2-9851-648df4dac8b1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4990df0a-34b9-43b2-9851-648df4dac8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:13,071 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:13,072 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d100d1-929f-45d5-b591-326089dbfed8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d100d1-929f-45d5-b591-326089dbfed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:14,128 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:14,129 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c2a2a3-ad2c-49a1-b64a-c60ac1c484c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c2a2a3-ad2c-49a1-b64a-c60ac1c484c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2 023-11-06 08:28:15,185 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:15,186 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6510ff07-d1c1-4cb1-998d-1b5ea1ce6897', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6510ff07-d1c1-4cb1-998d-1b5ea1ce6897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:16,248 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:16,249 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29c2425-901f-4485-8ec0-ebb7bdd5b3c0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29c2425-901f-4485-8ec0-ebb7bdd5b3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:17,308 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_vi rtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:28:17,309 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac0a426-abb2-4cc1-bb08-d3cc5b2d4ef1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac0a426-abb2-4cc1-bb08-d3cc5b2d4ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:18,365 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:18,365 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc2616d-e547-44c0-918d-e8a1c50ef663', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc2616d-e547-44c0-918d-e8a1c50ef663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:19,424 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:19,425 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186baa03-dfb8-41b0-8e75-1fefcc6dbfd4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186baa03-dfb8-41b0-8e75-1fefcc6dbfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:20,493 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:28:20,494 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2d1117-2eb2-471d-94db-239564d431b9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2d1117-2eb2-471d-94db-239564d431b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:21,558 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:28:21,559 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb70676-52a6-4ab1-b33e-f79cd8bf9fbe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb70676-52a6-4ab1-b33e-f79cd8bf9fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:22,630 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:28:22,630 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90349545-c324-4426-9f36-581e36f2656f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90349545-c324-4426-9f36-581e36f2656f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:23,798 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.139s 2023-11-06 08:28:23,799 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:23 GMT', 'serv er': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b16fe62-24f8-47b4-9a65-2c2ac64180f9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b16fe62-24f8-47b4-9a65-2c2ac64180f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:25,759 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.948s 2023-11-06 08:28:25,759 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba08e896-89f2-489b-ba5c-14d3f06df4bf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba08e896-89f2-489b-ba5c-14d3f06df4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:26,826 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:26,827 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b1cbe5-dbb3-431b-aa17-eca09b07cd7e', 'conten t-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90b1cbe5-dbb3-431b-aa17-eca09b07cd7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:27,880 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:27,880 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5720d3c-9d53-412c-a4c8-cf059ed064ce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5720d3c-9d53-412c-a4c8-cf059ed064ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:28,939 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:28,939 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6604208-cbf2-4cd9-99ee-a4694c25c1e0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6604208-cbf2-4cd9-99 ee-a4694c25c1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:29,994 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:29,995 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530dc09b-de6e-43d1-b419-cb4e3743beef', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530dc09b-de6e-43d1-b419-cb4e3743beef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:31,048 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:31,048 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5d1b74-5b13-478f-aa70-ba63f140e8bb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5d1b74-5b13-478f-aa70-ba63f140e8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/vo lumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:32,112 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:32,112 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4a512e-e5c9-4d19-8c93-d5f4c4ab9568', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4a512e-e5c9-4d19-8c93-d5f4c4ab9568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:33,170 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:33,170 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86453382-77a1-427c-b3ab-bb1f363ff75c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86453382-77a1-427c-b3ab-bb1f363ff75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:34,246 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.062s 2023-11-06 08:28:34,247 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc34bb4f-d24e-4d89-9899-0b610d10145f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc34bb4f-d24e-4d89-9899-0b610d10145f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:35,312 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:28:35,313 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010e4e8c-3bb1-4d77-b0f4-5408fb90aeb8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010e4e8c-3bb1-4d77-b0f4-5408fb90aeb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempe st-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:36,389 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:28:36,389 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a4f8bc-e678-4456-8875-d5085c4d54d8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a4f8bc-e678-4456-8875-d5085c4d54d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:37,456 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:37,457 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-728660f6-d6b5-4415-bf50-f6b2db907902', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-728660f6-d6b5-4415-bf50-f6b2db907902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": nu ll, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:38,516 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:38,517 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2adb341-0697-4703-841f-695d96ecec77', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2adb341-0697-4703-841f-695d96ecec77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:39,598 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:39,599 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84bd9851-de98-4bac-8964-1b50e89dca01', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84bd9851-de98-4bac-8964-1b50e89dca01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e -b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:40,692 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.078s 2023-11-06 08:28:40,692 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92bf200-eb40-4670-946f-d6bba6d40851', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92bf200-eb40-4670-946f-d6bba6d40851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:41,776 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.067s 2023-11-06 08:28:41,776 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bfce22-4341-4ed0-8ee2-5e9c2a66c92d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bfce22-4341-4ed0-8ee2-5e9c2a66c92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-1 7638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:42,855 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:28:42,855 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75932d73-d1f0-4559-8a64-1da79c86dc45', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75932d73-d1f0-4559-8a64-1da79c86dc45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:43,956 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.083s 2023-11-06 08:28:43,957 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0da0bb-e39e-4401-8638-63869959122b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0da0bb-e39e-4401-8638-63869959122b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consisten cygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:45,020 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:28:45,020 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88920a4c-c68d-4959-ac57-b4b171bd8e54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88920a4c-c68d-4959-ac57-b4b171bd8e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:46,083 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:46,083 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4507a908-8dfc-473c-9c04-e04d50f86273', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4507a908-8dfc-473c-9c04-e04d50f86273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 0 8:28:47,190 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:28:47,191 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3021d5-a946-4833-b492-41079566a324', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3021d5-a946-4833-b492-41079566a324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:48,269 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:48,269 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a02a3b-d6bb-41dc-8e16-3288a063df41', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a02a3b-d6bb-41dc-8e16-3288a063df41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:49,339 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_v olume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:28:49,340 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0094a3-a3d5-4466-bb28-59613f4ad9b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0094a3-a3d5-4466-bb28-59613f4ad9b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:50,410 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:28:50,410 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b883a4-06d0-49d4-afe5-3f869313320b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b883a4-06d0-49d4-afe5-3f869313320b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:51,504 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.078s 2023 -11-06 08:28:51,505 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04b9de2-72cb-4631-b79d-ffeda7896ee6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04b9de2-72cb-4631-b79d-ffeda7896ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:52,576 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:28:52,576 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7f2ec5-3adc-49ba-9d00-4c22f42bb2d5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7f2ec5-3adc-49ba-9d00-4c22f42bb2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:53,667 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:28:53,667 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applica tion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f35e09-5add-4a3d-b82d-129682feec79', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f35e09-5add-4a3d-b82d-129682feec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:54,732 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:54,732 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387ec25c-4a6b-441d-b89e-e983d4c846ff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387ec25c-4a6b-441d-b89e-e983d4c846ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:55,802 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:55,802 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:55 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f15bb1-70ec-4142-b5a7-cd2f3be7cac1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f15bb1-70ec-4142-b5a7-cd2f3be7cac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:56,885 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.070s 2023-11-06 08:28:56,886 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4006150-a11c-4ee9-8d85-0d8934c5b9f5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4006150-a11c-4ee9-8d85-0d8934c5b9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:57,941 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:57,942 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ffaebe3-1feb-4430-af87-22461fa452d0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ffaebe3-1feb-4430-af87-22461fa452d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:59,012 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:59,012 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9e8698-6157-44ad-9821-49893e9553f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9e8698-6157-44ad-9821-49893e9553f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:00,071 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:00,072 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5490bf8b-48a1-4378-bf07-c00e8e5f83ae', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5490bf8b-48a1-4378-bf07-c00e8e5f 83ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:01,154 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:29:01,154 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51d3947-f2cf-44f9-b442-c5ef36c027c9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d51d3947-f2cf-44f9-b442-c5ef36c027c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:02,239 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.072s 2023-11-06 08:29:02,240 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7335e814-33d2-4d1f-a355-f90ed92b605d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7335e814-33d2-4d1f-a355-f90ed92b605d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c 577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:03,298 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:29:03,299 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802f14ea-c120-4006-a964-d4031b78fbc4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802f14ea-c120-4006-a964-d4031b78fbc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:04,371 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.059s 2023-11-06 08:29:04,371 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8efa8be5-4bc5-441a-b34a-87746dd85b98', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8efa8be5-4bc5-441a-b34a-87746dd85b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:05,441 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.055s 2023-11-06 08:29:05,441 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff968766-ff71-4da0-9914-3f3304abd33e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff968766-ff71-4da0-9914-3f3304abd33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:06,526 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.071s 2023-11-06 08:29:06,526 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90fc3b43-ea05-4fce-b1f6-ff3390c187e7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90fc3b43-ea05-4fce-b1f6-ff3390c187e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerSt ableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:07,597 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:07,598 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822ef558-d23b-4696-9890-1eb32f33e56a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822ef558-d23b-4696-9890-1eb32f33e56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:08,666 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:29:08,667 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efcb75fc-ae44-4106-98e7-baeafb951813', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efcb75fc-ae44-4106-98e7-baeafb951813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metada ta": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:09,729 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:09,730 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df5e977-fc93-4648-b466-e285c75f9dba', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df5e977-fc93-4648-b466-e285c75f9dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:10,808 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:29:10,808 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773d8cf2-ee98-41df-aea8-245841f14501', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773d8cf2-ee98-41df-aea8-245841f14501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638 924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:11,872 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:11,873 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cb2d68-8ef4-462b-81c0-562fb90107b6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cb2d68-8ef4-462b-81c0-562fb90107b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:12,958 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.051s 2023-11-06 08:29:12,958 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb7bc7e-89d2-484c-b549-41aadc6dd66c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb7bc7e-89d2-484c-b549-41aadc6dd66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 "}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:14,027 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:14,027 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cfe8b4-036d-4f5c-83e0-3b40421a1fc3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cfe8b4-036d-4f5c-83e0-3b40421a1fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:15,094 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:15,095 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48daddb-fd0b-4a98-811d-9f3d97ac1e93', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48daddb-fd0b-4a98-811d-9f3d97ac1e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id" : null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:16,150 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:16,150 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d86015-0a7f-4da2-81bd-0ec929058a88', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d86015-0a7f-4da2-81bd-0ec929058a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:17,211 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:17,211 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eafdcfa-4881-42c1-8f1d-4ce0e8aa7183', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eafdcfa-4881-42c1-8f1d-4ce0e8aa7183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:18,279 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:29:18,280 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2dd22a-e9ff-469c-a17d-e803efabf98e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2dd22a-e9ff-469c-a17d-e803efabf98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:19,336 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:29:19,337 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ff4549-006e-4c40-a339-f90c43672568', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ff4549-006e-4c40-a339-f90c43672568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:20,434 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attac hed): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.084s 2023-11-06 08:29:20,434 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b3ac88-48ef-484b-962b-7da1f5477445', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b3ac88-48ef-484b-962b-7da1f5477445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:21,496 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:21,497 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df604a86-9295-4622-8370-7b144cfa54cf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df604a86-9295-4622-8370-7b144cfa54cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:22,556 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:2 9:22,557 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2376193-83d2-4f37-a484-d5f308b8db7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2376193-83d2-4f37-a484-d5f308b8db7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:23,624 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:23,625 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36bc5db2-5f1f-4152-8cf9-14d01c7396cb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36bc5db2-5f1f-4152-8cf9-14d01c7396cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:24,725 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.087s 2023-11-06 08:29:24,726 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4a4df-0e75-45c0-889c-ed46cdcfbc96', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4a4df-0e75-45c0-889c-ed46cdcfbc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:25,778 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:29:25,779 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5294f14d-694d-49b1-9d86-24c7edd87c1e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5294f14d-694d-49b1-9d86-24c7edd87c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:26,841 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:26,842 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:26 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0489d9-64b3-4d58-9050-b17bb6bb6297', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0489d9-64b3-4d58-9050-b17bb6bb6297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:27,923 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:29:27,924 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35a8bfd-39f9-4f16-a7cf-64f7f2aaddeb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35a8bfd-39f9-4f16-a7cf-64f7f2aaddeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:29,004 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.065s 2023-11-06 08:29:29,004 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed08c82-41c3-4fba-beb4-e572f9a02561', 'content-length': '919', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed08c82-41c3-4fba-beb4-e572f9a02561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:30,080 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:29:30,081 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45803450-05e9-48e6-8960-25867fd1877c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45803450-05e9-48e6-8960-25867fd1877c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:31,168 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.074s 2023-11-06 08:29:31,169 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c7759ec-34bc-4884-9cbf-0d37ac15d1ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7759ec-34bc-4884-9cbf-0d37ac15d1ac', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:32,228 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:32,228 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65db7a44-34dc-49fd-bf1a-55ab9b50c58d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65db7a44-34dc-49fd-bf1a-55ab9b50c58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:33,286 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:29:33,287 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95ad25d-ac91-475e-85c6-dc35f3ae25dd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95ad25d-ac91-475e-85c6-dc35f3ae25dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f 4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:34,345 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:34,345 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7e23d7-7a24-41a7-9a60-df1ae023b81b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7e23d7-7a24-41a7-9a60-df1ae023b81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:35,415 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:29:35,415 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d279c58a-d0a0-492b-a727-15e18904f369', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d279c58a-d0a0-492b-a727-15e18904f369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availabili ty_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:36,488 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:29:36,488 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2512a585-76c4-4a95-82f5-0a4616b000d9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2512a585-76c4-4a95-82f5-0a4616b000d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:37,587 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.083s 2023-11-06 08:29:37,588 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-334f5676-5e7c-4272-96fe-2fa03ee8ab76', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-334f5676-5e7c-4272-96fe-2fa03ee8ab76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceR escueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:38,647 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:38,648 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b8c774-5732-4458-808d-63fdc064783b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b8c774-5732-4458-808d-63fdc064783b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:39,705 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:39,706 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5fe279b-d574-413e-9f9a-075e98a56379', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5fe279b-d574-413e-9f9a-075e98a56379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "l inks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:40,758 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:29:40,758 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96aeb388-7e17-4302-8539-f280eb05b617', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96aeb388-7e17-4302-8539-f280eb05b617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:41,813 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:29:41,814 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2970a957-901a-4466-85b2-ff40f78b7260', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2970a957-901a-4466-85b2-ff40f78b7260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:42,907 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.080s 2023-11-06 08:29:42,908 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b1d856-917e-4c46-8337-4605fe4aa6aa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b1d856-917e-4c46-8337-4605fe4aa6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:43,972 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:29:43,973 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d0fa913-6237-4c8e-ac92-9df1bf7f6f5b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d0fa913-6237-4c8e-ac92-9df1bf7f6f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_ id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:45,035 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:45,036 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec81300a-6f08-4a56-9b70-681af0075e37', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec81300a-6f08-4a56-9b70-681af0075e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:46,100 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:29:46,101 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6170dc75-1e51-4d66-a434-a7a01f9064bc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6170dc75-1e51-4d66-a434-a7a01f9064bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:47,186 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.072s 2023-11-06 08:29:47,187 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae76e98-dc4b-47ea-adc4-186a49f04714', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae76e98-dc4b-47ea-adc4-186a49f04714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:48,257 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:48,257 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb303528-99c3-45f7-b6e3-164305820834', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb303528-99c3-45f7-b6e3-164305820834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:49,315 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:49,315 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4aa1458-27be-448b-8ea6-a5926eb699ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4aa1458-27be-448b-8ea6-a5926eb699ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:50,383 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:29:50,383 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7765b05-7a93-4593-827d-043089ebbc90', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7765b05-7a93-4593-827d-043089ebbc90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:51,458 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 G ET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:51,459 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09023f4a-a434-4dd1-92dc-edc66fc37a39', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09023f4a-a434-4dd1-92dc-edc66fc37a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:52,564 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.091s 2023-11-06 08:29:52,565 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1455a07-4436-49e3-bb17-2cc273cbba2a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1455a07-4436-49e3-bb17-2cc273cbba2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:53,636 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:53,636 84 053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2088626d-3994-4562-9623-18a761544e36', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2088626d-3994-4562-9623-18a761544e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:54,689 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:29:54,689 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-639e02db-5053-4938-84e1-81f0a554b336', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-639e02db-5053-4938-84e1-81f0a554b336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:55,761 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:29:55,762 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8ad263-2d32-43ea-8dd9-5537a64a0311', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8ad263-2d32-43ea-8dd9-5537a64a0311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:56,822 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:56,822 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb67a3d6-fbc1-41d2-99ec-1853955d8f4f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb67a3d6-fbc1-41d2-99ec-1853955d8f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:57,888 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:57,889 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-6bd1efc2-7789-42a8-8c07-85c572099f34', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd1efc2-7789-42a8-8c07-85c572099f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:58,967 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:58,967 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239a7045-d6b2-459e-9667-24554325e81d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239a7045-d6b2-459e-9667-24554325e81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' {7} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.417446s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.053648s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.048216s] ... ok {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [88.063375s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [18.907124s] ... ok {11} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [19.244356s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.067465s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.312360s] ... ok {8} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.019118s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.014532s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.064173s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019765s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.027052s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.021795s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.019517s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.021737s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.016922s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.037309s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.068086s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.032895s] ... ok {7} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.012582s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.177496s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.555499s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [19.018507s] ... ok {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [142.106712s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [25.972616s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [42.776329s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [25.698867s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [24.722607s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [22.372107s] ... ok {8} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.224197s] ... ok {1} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [103.260164s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 879, in test_rebuild_volume_backed_server waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 0ba33625-2b9e-404c-abbc-14cb0d9a581a failed to build and is in ERROR status Details: Fault: {'code': 400, 'created': '2023-11-06T08:32:35Z', 'message': 'Unable to update attachment.(Bad or unexpected response from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID: req-b5a059d5-b64d-4916-bdba-784a32f939a0)'}. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:31:33,500 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.500s 2023-11-06 08:31:33,501 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-741c1089-794f-4588-9d1d-5a51bdf8a538', 'x-compute-request-id': 'req-741c1089-794f-4588-9d1d-5a51bdf8a538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-2028407790", "status": "ACTIVE", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:30:12Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:31:33,603 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66 0.085s 2023-11-06 08:31:33,604 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.68', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723c05f1-108e-4d47-ac2d-a3a77a015e4d', 'content-length': '1832', 'openstack-api-version': 'volume 3.68', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723c05f1-108e-4d47-ac2d-a3a77a015e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66'} Body: b'{"volume": {"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:29:24.000000", "updated_at": "2023-11-06T08:30:06.000000", "name": "tempest- tempest.common.compute-volume-1866729563", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66"}], "user_id": "9967ade5d8154b0ba13f624bfe63027b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "attachment_id": "9db85d42-57cb-4163-9ea5-e4c94aff5324", "volume_id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "server_id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "host_name": null, "device": "/dev/vda", "attached_at": "2023-11-06T08:30:06.000000"}], "group_id": null, "shared_targets": true, "service_uuid": "77c1bdb4-e28f-43b5-b1e8-80c3415eeba3", "volume_type_id": "73ae7928-703a-4a12-89dd-746ea860e7c5", "consumes_quota": true, "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9157b09b1fda426281dfc143840cd2da"}}' 2023-11-06 08:31:33,634 84039 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; touch test_file 2023-11-06 08:31:33,634 84039 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.229:22' as 'cirros' with public key authentication 2023-11-06 08:31:33,685 84039 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-06 08:31:33,808 84039 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-06 08:31:33,809 84039 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.229 successfully created 2023-11-06 08:31:35,155 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 202 POST http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a/action 1.318s 2023-11-06 08:31:35,155 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: {"rebuild": {"name": "tempest-ServerActionsV293TestJSON-server-447415253", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '2044', 'location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a660591e-4b89-4469-8f21-853a027c1600', 'x-compute-request-id': 'req-a660591e-4b89-4469-8f21-853a027c1600', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a/action'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "ex tra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:31:34Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": [], "adminPass": "rebuildPassw0rd", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}' 2023-11-06 08:31:35,200 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/flavors/1 0.022s 2023-11-06 08:31:35,201 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43239b86-c6e0-4ade-bdc1-513636737c3d', 'x-compute-request-id': 'req-43239b86-c6e0-4ade-bdc1-513636737c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/flavors/1'} Body: b'{"flavor": {"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}], "description": null, "extra_specs": {"hw_rng:allowed": "True"}}}' 2023-11-06 08:31:35,484 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.274s 2023-11-06 08:31:35,484 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1867', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17703532-fe1d-40ad-b681-ad309b4d2c28', 'x-compute-request-id': 'req-17703532-fe1d-40ad-b681-ad309b4d2c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Bod y: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:31:35Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:32:25,917 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.362s 2023-11-06 08:32:25,917 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1885', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4008406a-dae5-415e-af21-d5ea297ab37a', 'x-compute-request-id': 'req-4008406a-dae5-415e-af21-d5ea297ab37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:32:17Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskCon fig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:32:25,942 84039 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 50 second wait 2023-11-06 08:33:16,239 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.248s 2023-11-06 08:33:16,239 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '2148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d836f8-2f37-4190-b55e-3693ff5226a1', 'x-compute-request-id': 'req-82d836f8-2f37-4190-b55e-3693ff5226a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "ERROR", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:32:35Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 400, "created": "2023-11-06T08:32:35Z", "message": "Unable to update attachment.(Bad or unexpected response from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID: req-b5a059d5-b64d-4916-bdba-784a32f939a0)"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjso n-server-2028407790", "server_groups": []}}' 2023-11-06 08:33:16,257 84039 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "ERROR/None" after 101 second wait {11} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [152.052280s] ... ok {8} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {11} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [29.408763s] ... ok {7} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [101.322250s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.194868s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.022429s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015956s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.044495s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009566s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009964s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.048795s] ... ok {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.066701s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.275367s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.058170s] ... ok {1} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [584.182767s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [18.813841s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.191239s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.453827s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.072947s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.261837s] ... ok {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.246330s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {11} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [311.949248s] ... ok {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [99.911307s] ... ok {7} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.053199s] ... ok {0} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f within the required time (196 s). Timer started at 1699259191. Timer ended at 1699259387. Waited for 196 s., ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 36bc3626-f778-4057-9f3f-6f7811e9b5e1 within the required time (196 s). Timer started at 1699259387. Timer ended at 1699259583. Waited for 196 s., ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 89b855a8-5ef0-40be-b5f8-f2bc98e12797 within the required time (196 s). Timer started at 1699259583. Timer ended at 1699259779. Waited for 196 s., )) {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.072848s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.046917s] ... ok {7} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [61.985031s] ... ok {3} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [164.601384s] ... ok {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [229.079917s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [75.340527s] ... ok {4} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [565.187110s] ... ok {3} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [24.486723s] ... ok {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [166.678970s] ... ok {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.679522s] ... ok {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [458.195866s] ... ok {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [56.544668s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [71.154767s] ... ok {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [309.829636s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [179.833680s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.295227s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.244860s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.190564s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.912953s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [104.508607s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.189896s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.088840s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.292330s] ... ok {10} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.231950s] ... ok {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.305911s] ... ok {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.238757s] ... ok {10} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [147.162353s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.022089s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.027740s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.032185s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.028140s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.130998s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.277575s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.280631s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.015716s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.153464s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.031346s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.027844s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [92.611665s] ... ok {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [534.676909s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [135.479063s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [481.120208s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [47.383077s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [52.952490s] ... ok {0} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.424737s] ... ok {0} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.028683s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.070433s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.023926s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.102620s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.044088s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.040295s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.037060s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.105474s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.046410s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.078108s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.048455s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.154036s] ... ok {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.134466s] ... ok {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [440.599453s] ... ok {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [398.069285s] ... ok {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [755.904214s] ... ok {3} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [266.350604s] ... ok {5} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [88.184890s] ... ok {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [17.356088s] ... ok {5} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.336436s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.038761s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.039000s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024782s] ... ok {5} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.064731s] ... ok {4} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [615.593833s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [17.930339s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.033572s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [297.632672s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [18.574956s] ... ok {3} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [18.960023s] ... ok {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [7.465304s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [34.993867s] ... ok {1} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [383.098010s] ... ok {10} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [449.919750s] ... ok {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.406916s] ... ok {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.369880s] ... ok {2} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.187891s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [20.356074s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.077362s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.076272s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.095296s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.374517s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.198079s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.610057s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.066285s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.086876s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.095717s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.091852s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.095884s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.073144s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.139795s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.142534s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.154444s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.084884s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.084560s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.089316s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [294.350073s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.129824s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.158752s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.217053s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.098191s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.211803s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.145187s] ... ok {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [576.679334s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.795756s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.205337s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.336648s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.235045s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.027187s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.035739s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.214683s] ... ok {6} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [19.350067s] ... ok {6} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.543343s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.259110s] ... ok {9} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.045410s] ... ok {9} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.853665s] ... ok {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.250248s] ... ok {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.060193s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [306.953893s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [27.631105s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.307163s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [57.272232s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.523862s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.788094s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [2.595386s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.016520s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.034373s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.027682s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.028203s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.020143s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.021105s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.018359s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.039413s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.011840s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.033022s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.027109s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009296s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.138830s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.082515s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.066247s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.113349s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.480193s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.026468s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.026277s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.012650s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.025369s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.024805s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.022898s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.013603s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.013533s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.029524s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.014363s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.025594s] ... ok {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.023418s] ... ok {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {2} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [56.282061s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [182.313995s] ... ok {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [34.552086s] ... ok {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [231.322037s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [39.845483s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [178.766373s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [45.386678s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [36.830425s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [34.869345s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [18.509021s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [16.557171s] ... ok {5} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [685.129999s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [31.947050s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.962017s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.246903s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.218943s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.238883s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [38.972211s] ... ok {9} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [57.524843s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.201963s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.065016s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.017300s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.026777s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.016095s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [37.404997s] ... ok {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [474.155753s] ... ok {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [339.688600s] ... ok {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [560.379972s] ... ok {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {4} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [536.141761s] ... ok {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [32.584207s] ... ok {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled ============================== Failed 4 tests - output below: ============================== tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 466, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 461, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 241, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 726, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 592, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 641, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 115, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 714, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 357, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.210', port=80): Read timed out. (read timeout=60) Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:23:03,907 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 1.243s 2023-11-06 08:23:03,907 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-282361761", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceae3aa1-7c58-45d5-bfda-4761a460db25', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceae3aa1-7c58-45d5-bfda-4761a460db25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:03.758329", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:23:04,040 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.105s 2023-11-06 08:23:04,041 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426346d9-bc9e-49a9-8ac1-f8d0cf270062', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426346d9-bc9e-49a9-8ac1-f8d0cf270062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:05,163 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.101s 2023-11-06 08:23:05,164 84037 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83654e78-1a94-48df-a989-3e9d3f0061d8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83654e78-1a94-48df-a989-3e9d3f0061d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:06,331 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.130s 2023-11-06 08:23:06,331 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d9ad51-790f-4b17-bdb2-ac54d7639bc9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d9ad51-790f-4b17-bdb2-ac54d7639bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:07,479 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.130s 2023-11-06 08:23:07,479 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:07 GMT', 'server': 'Ap ache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eded5f7-9a10-461e-a24d-016b74471e6d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eded5f7-9a10-461e-a24d-016b74471e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:08,708 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.213s 2023-11-06 08:23:08,708 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018a4de2-2291-4698-b317-cf6fd09e8438', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018a4de2-2291-4698-b317-cf6fd09e8438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:09,859 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.136s 2023-11-06 08:23:09,860 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3a0210-72ca-43aa-b024-8ec11aa9ce01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-ae3a0210-72ca-43aa-b024-8ec11aa9ce01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:10,957 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.079s 2023-11-06 08:23:10,958 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3049c356-57b1-4f85-8f5e-c580c425e9bf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3049c356-57b1-4f85-8f5e-c580c425e9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:12,055 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.072s 2023-11-06 08:23:12,055 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30fe71c-d31c-4a28-a90b-5e09a8313c14', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30fe71c-d31c-4a28-a90b-5e09a8313c14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"vol ume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:13,126 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.053s 2023-11-06 08:23:13,127 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a8ee6f-a3dc-4706-b3d7-55bb4086e19c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a8ee6f-a3dc-4706-b3d7-55bb4086e19c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:14,270 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.128s 2023-11-06 08:23:14,271 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d02699-9db9-4fe7-98e0-2de38369a5a8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d02699-9db9-4fe7-98e0-2de38369a5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest- volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:15,363 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.061s 2023-11-06 08:23:15,364 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba510ee-4074-4204-9927-d6d29fc63567', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba510ee-4074-4204-9927-d6d29fc63567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:16,493 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.095s 2023-11-06 08:23:16,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6404718b-fd12-4442-84bb-b2743c760357', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6404718b-fd12-4442-84bb-b2743c760357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8- 5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:17,578 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.071s 2023-11-06 08:23:17,579 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e0abea-496f-47d4-a2b9-ae27bc9fbf49', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e0abea-496f-47d4-a2b9-ae27bc9fbf49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:18,658 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.052s 2023-11-06 08:23:18,659 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465d80cd-b065-4b27-8286-189f80f11523', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465d80cd-b065-4b27-8286-189f80f11523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:19,750 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.076s 2023-11-06 08:23:19,750 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a886d31d-9c6b-4bb7-9383-c54d1c8ff78e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a886d31d-9c6b-4bb7-9383-c54d1c8ff78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:20,853 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.090s 2023-11-06 08:23:20,853 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec7e8b9-2ada-4218-ba2d-2c13c912fa26', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec7e8b9-2ada-4218-ba2d-2c13c912fa26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:21,924 84037 INFO [tempest.lib.common.re st_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.052s 2023-11-06 08:23:21,925 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ba041c-cdeb-4065-aaf8-25622101e759', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ba041c-cdeb-4065-aaf8-25622101e759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:23,021 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.065s 2023-11-06 08:23:23,021 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37632af4-b54e-4df1-b5bc-35224d874a9e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37632af4-b54e-4df1-b5bc-35224d874a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:24,111 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.074s 2023-11-06 08:23:24,111 84037 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c7a7c9-fd31-4f4b-8c57-6d30ecbbc5e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c7a7c9-fd31-4f4b-8c57-6d30ecbbc5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:25,494 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.360s 2023-11-06 08:23:25,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d64b36d-b765-42d0-9fd0-5f41e89f722c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d64b36d-b765-42d0-9fd0-5f41e89f722c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:26,626 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.115s 2023-11-06 08:23:26,626 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:26 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b329ffa-0930-4a90-8e84-cf6ce372f7aa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b329ffa-0930-4a90-8e84-cf6ce372f7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:27,732 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.090s 2023-11-06 08:23:27,733 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16face19-80aa-453c-bdd8-d9fda54c0c01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16face19-80aa-453c-bdd8-d9fda54c0c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:28,816 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.066s 2023-11-06 08:23:28,816 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaf1889-5684-4add-8ed1-03e825ad147e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-bcaf1889-5684-4add-8ed1-03e825ad147e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:29,942 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.100s 2023-11-06 08:23:29,942 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61f984c-c5ac-46ab-8ca9-c848ed70aca8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61f984c-c5ac-46ab-8ca9-c848ed70aca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:31,000 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.045s 2023-11-06 08:23:31,001 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856e4ff7-7c5e-4143-a682-7f18ab54205c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856e4ff7-7c5e-4143-a682-7f18ab54205c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"i d": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:32,081 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.064s 2023-11-06 08:23:32,082 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae259a5-ff01-442e-902b-87334450ed91', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae259a5-ff01-442e-902b-87334450ed91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:33,254 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.156s 2023-11-06 08:23:33,254 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5208f6b-38ba-4246-9279-a8598ea7c347', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5208f6b-38ba-4246-9279-a8598ea7c347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-28 2361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:34,409 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.129s 2023-11-06 08:23:34,409 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d34aff-c070-4d51-bb93-4501f41fc860', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d34aff-c070-4d51-bb93-4501f41fc860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:35,531 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.101s 2023-11-06 08:23:35,531 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3cd8299-2187-4c27-ac4e-5125eeae9122', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3cd8299-2187-4c27-ac4e-5125eeae9122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be -b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:36,604 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:23:36,604 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0b3573-3ed1-4cd6-af67-714f4dca4cff', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0b3573-3ed1-4cd6-af67-714f4dca4cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:37,684 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:23:37,684 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe9e104-0eff-49ff-822a-6408e7d753c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe9e104-0eff-49ff-822a-6408e7d753c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": fal se, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:38,794 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.096s 2023-11-06 08:23:38,794 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1673c145-c432-4ef2-b158-ad7c01ed9118', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1673c145-c432-4ef2-b158-ad7c01ed9118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:39,889 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.080s 2023-11-06 08:23:39,889 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3efd2c-17fe-4c7f-afec-96c01ce3c988', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3efd2c-17fe-4c7f-afec-96c01ce3c988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:40,958 84037 INFO [tempest.lib.common.rest_client ] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:23:40,958 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b478f525-52cf-42de-ae98-d35b1dfbbb83', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b478f525-52cf-42de-ae98-d35b1dfbbb83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:42,047 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.074s 2023-11-06 08:23:42,047 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d7a8f2a-4046-4a42-8258-841d7c03b10e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d7a8f2a-4046-4a42-8258-841d7c03b10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:43,139 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.078s 2023-11-06 08:23:43,140 84037 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a999f8-c644-472a-af0e-27c1bb2c1e9a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a999f8-c644-472a-af0e-27c1bb2c1e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:44,210 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.048s 2023-11-06 08:23:44,211 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11595ca6-c5dd-42ab-abbe-ea533e4f85a6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11595ca6-c5dd-42ab-abbe-ea533e4f85a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:45,287 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.049s 2023-11-06 08:23:45,287 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:45 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361193f2-04f8-4e48-b7d3-e35ed67ef236', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361193f2-04f8-4e48-b7d3-e35ed67ef236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:46,349 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.047s 2023-11-06 08:23:46,350 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd16823f-bc67-4244-b21e-0e82fcbf8a59', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd16823f-bc67-4244-b21e-0e82fcbf8a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:47,424 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:23:47,424 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e362995-08bb-4384-92c4-2ee4e2770a12', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e362 995-08bb-4384-92c4-2ee4e2770a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:48,480 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:23:48,480 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417cd9bb-dcbc-43a6-b176-d8bf225efada', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417cd9bb-dcbc-43a6-b176-d8bf225efada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:49,536 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:23:49,537 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db82f60-2d32-4ec3-8a1d-4d624e3711f7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db82f60-2d32-4ec3-8a1d-4d624e3711f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b8 55a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:50,616 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.065s 2023-11-06 08:23:50,616 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7a7af0-b799-4b8c-a7a0-301dedd7adb0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7a7af0-b799-4b8c-a7a0-301dedd7adb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:51,668 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:23:51,668 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13806219-b9d5-47c7-8a4d-857c3c0c8474', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13806219-b9d5-47c7-8a4d-857c3c0c8474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:52,719 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:23:52,720 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3b1e17e-eb45-4fec-9ad2-40a7dcf960e3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b1e17e-eb45-4fec-9ad2-40a7dcf960e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:53,784 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:23:53,784 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a7c410-75a8-4c61-8cec-50e49c28c1c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a7c410-75a8-4c61-8cec-50e49c28c1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2b c98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:54,833 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:23:54,834 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f32346-05bf-4936-add8-6fec1e9c0ca4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f32346-05bf-4936-add8-6fec1e9c0ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:55,883 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:23:55,884 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef10c670-4ed3-45a2-a885-c8fda2003b52', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef10c670-4ed3-45a2-a885-c8fda2003b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:56,962 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.066s 2023-11-06 08:23:56,963 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a82b2c9-9262-444c-bffc-dd10eb7ce3a5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a82b2c9-9262-444c-bffc-dd10eb7ce3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:58,020 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:23:58,020 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969d34bf-714e-4ee3-9c50-8c0666e53216', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969d34bf-714e-4ee3-9c50-8c0666e53216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:23:59,073 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:23:59,073 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c41fffe-7edc-47d7-9694-e44dc74231d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c41fffe-7edc-47d7-9694-e44dc74231d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:00,129 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:00,130 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531f4666-3e17-4c5f-8cd2-d0e8a0474eb4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531f4666-3e17-4c5f-8cd2-d0e8a0474eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:01,206 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.061s 2023-11-06 08:24:01,207 84037 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2bfa0a-6ccc-4bf7-92ba-454a7f139af7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2bfa0a-6ccc-4bf7-92ba-454a7f139af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:02,265 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:02,266 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0594525e-c05c-46bc-b44c-0977f55e25fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0594525e-c05c-46bc-b44c-0977f55e25fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:03,319 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:03,319 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-73a3b6be-6ab4-44ff-9797-83647fbf36b2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a3b6be-6ab4-44ff-9797-83647fbf36b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:04,378 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:24:04,378 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e76a82f-86cc-4ed2-b7c6-4ca2cec8a950', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e76a82f-86cc-4ed2-b7c6-4ca2cec8a950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:05,428 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:05,428 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853ee38a-48dc-47b6-bece-063c47d6bd8c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853ee38a-48dc- 47b6-bece-063c47d6bd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:06,539 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.097s 2023-11-06 08:24:06,539 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca178427-208b-4509-811f-567969a332b2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca178427-208b-4509-811f-567969a332b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:07,593 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:07,594 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6d88a3-64b1-43d7-86f4-202db06eb48d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6d88a3-64b1-43d7-86f4-202db06eb48d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0 -40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:08,645 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:08,645 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580e7daf-97ef-40ee-9ece-5a770ea87418', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580e7daf-97ef-40ee-9ece-5a770ea87418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:09,697 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:09,698 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12398535-d339-4589-a029-1b1359bd32ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12398535-d339-4589-a029-1b1359bd32ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "descrip tion": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:10,751 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:10,751 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-933d4255-f1b6-4f77-b104-99be24955747', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-933d4255-f1b6-4f77-b104-99be24955747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:11,801 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:11,802 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6479592-fa68-467a-baa3-4e5ee34924be', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6479592-fa68-467a-baa3-4e5ee34924be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 "}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:12,854 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:12,854 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9cbe445-f3d1-4f2b-adfd-922004e7e115', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9cbe445-f3d1-4f2b-adfd-922004e7e115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:13,907 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:13,908 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d88899-3a37-4cdc-a7ba-7652af837b74', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d88899-3a37-4cdc-a7ba-7652af837b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_s tatus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:14,962 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:14,962 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c717a9a-8cd0-4c67-a578-d2776d7b9db3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c717a9a-8cd0-4c67-a578-d2776d7b9db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:16,012 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.037s 2023-11-06 08:24:16,013 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2e13fa-6431-443c-a38b-a7ef1f2c45f0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2e13fa-6431-443c-a38b-a7ef1f2c45f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:17,067 84037 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.041s 2023-11-06 08:24:17,067 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf1ad2f-be0a-45aa-9341-c6accaffec96', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf1ad2f-be0a-45aa-9341-c6accaffec96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:18,135 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:24:18,135 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1b04eb-419c-443b-82a9-e32bb6b87fca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1b04eb-419c-443b-82a9-e32bb6b87fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:19,191 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:19,191 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901bfe71-6cd4-4d4c-a76e-b9037cfbc896', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901bfe71-6cd4-4d4c-a76e-b9037cfbc896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:20,244 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.040s 2023-11-06 08:24:20,244 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f0a7a2-7800-44f6-be94-f8ca12dc32a3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f0a7a2-7800-44f6-be94-f8ca12dc32a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:21,297 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:21,298 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type ': 'application/json', 'x-compute-request-id': 'req-d3a91c48-c3f9-44c7-be04-e43568f66007', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a91c48-c3f9-44c7-be04-e43568f66007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:22,350 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:22,351 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce58301-247a-4df1-9ce9-13361582cfe2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce58301-247a-4df1-9ce9-13361582cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:23,418 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.044s 2023-11-06 08:24:23,418 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26069a07-51f7-429f-9bfc-430069a22e87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26069a07-51f7-429f-9bfc -430069a22e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:24,473 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:24,473 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b150e54-b3d2-4558-867d-3535d681808b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b150e54-b3d2-4558-867d-3535d681808b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:25,538 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:24:25,539 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0f01b0-a791-4e83-a159-0396b9f7f7b5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0f01b0-a791-4e83-a159-0396b9f7f7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f 8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:26,608 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.045s 2023-11-06 08:24:26,609 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c87a440-91c4-4dcd-8a6d-a77403d13896', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c87a440-91c4-4dcd-8a6d-a77403d13896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:27,659 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:27,660 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2c5fa4-af22-4c8d-9c9d-95d40b61a12d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2c5fa4-af22-4c8d-9c9d-95d40b61a12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": nu ll, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:28,728 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.055s 2023-11-06 08:24:28,729 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65165e6-a0be-4578-bd2a-f6d4629bc3dd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65165e6-a0be-4578-bd2a-f6d4629bc3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:29,781 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.039s 2023-11-06 08:24:29,782 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb20464e-0960-481e-b05d-3a5e2fa9fb10', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb20464e-0960-481e-b05d-3a5e2fa9fb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel ": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:30,838 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:30,838 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acf4dc9-2ab2-400b-88a1-c093f9a421cc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acf4dc9-2ab2-400b-88a1-c093f9a421cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:31,894 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:31,895 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7054ee9-f3c5-40ed-bd6f-6dfd18a74db8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7054ee9-f3c5-40ed-bd6f-6dfd18a74db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:32,950 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:32,950 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae39539-f908-460f-9c91-d23a109b3fda', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae39539-f908-460f-9c91-d23a109b3fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:34,015 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.042s 2023-11-06 08:24:34,016 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215a0942-19b7-42dc-9b40-5cdeaa7b58fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215a0942-19b7-42dc-9b40-5cdeaa7b58fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:35,095 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevice sTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.054s 2023-11-06 08:24:35,095 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d5700bc-6741-4bc4-a616-c161c5d9fc74', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d5700bc-6741-4bc4-a616-c161c5d9fc74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:36,167 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.051s 2023-11-06 08:24:36,167 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71331394-9c81-4896-aeb0-f0091cad4864', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71331394-9c81-4896-aeb0-f0091cad4864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:37,227 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.047s 2023-11-06 08:24:37,228 84037 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0868fc-6c90-44d4-90b1-1cade320f304', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0868fc-6c90-44d4-90b1-1cade320f304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:38,279 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.038s 2023-11-06 08:24:38,280 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216622b8-49a6-44b0-ae6c-3dc9dabb587d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216622b8-49a6-44b0-ae6c-3dc9dabb587d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:39,336 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.043s 2023-11-06 08:24:39,336 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-d737c200-28c9-497d-86fa-000c78bec000', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d737c200-28c9-497d-86fa-000c78bec000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:40,400 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.050s 2023-11-06 08:24:40,401 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5291503-415a-4ea9-ad2b-6a268ec03aed', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5291503-415a-4ea9-ad2b-6a268ec03aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:41,487 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.072s 2023-11-06 08:24:41,487 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18486c5d-707b-4c37-ac77-8f73bb6f5aae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18486c5d-707b-4c37-ac77-8f73bb6f 5aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:23:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:42,585 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.084s 2023-11-06 08:24:42,585 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e163b598-31bb-4b59-9009-f89851524ea1', 'content-length': '1357', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e163b598-31bb-4b59-9009-f89851524ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:24:42.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:43,673 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797 0.062s 2023-11-06 08:24:43,673 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id' : 'req-5cb0c345-bf9b-45ed-b62a-7c26b945d553', 'content-length': '1358', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb0c345-bf9b-45ed-b62a-7c26b945d553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797'} Body: b'{"volume": {"id": "89b855a8-5ef0-40be-b5f8-f2bc98e12797", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:23:04.000000", "updated_at": "2023-11-06T08:24:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-282361761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/89b855a8-5ef0-40be-b5f8-f2bc98e12797"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:43,699 84037 INFO [tempest.common.waiters] volume 89b855a8-5ef0-40be-b5f8-f2bc98e12797 reached available after waiting for 99.699803 seconds 2023-11-06 08:24:44,070 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 0.369s 2023-11-06 08:24:44,070 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-2032667705"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec5d51b-12b0-4960-ab90-966fcab7b95f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec5d51b-12b0-4960-ab90-966fcab7b95f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:43.970847", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:24:44,177 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.091s 2023-11-06 08:24:44,178 84037 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0b6bf4-f5d3-4079-b8b2-754d17e241cb', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0b6bf4-f5d3-4079-b8b2-754d17e241cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:45,255 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.064s 2023-11-06 08:24:45,256 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8872c2b3-d6cc-40a8-9c29-048e52d2c079', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8872c2b3-d6cc-40a8-9c29-048e52d2c079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:46,325 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.048s 2023-11-06 08:24:46,325 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/js on', 'x-compute-request-id': 'req-2faeca5f-1fcb-467c-8f84-b7b2e9227cb6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2faeca5f-1fcb-467c-8f84-b7b2e9227cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:47,397 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.057s 2023-11-06 08:24:47,398 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1956487-0963-45c6-a1e9-3ab3a5787a13', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1956487-0963-45c6-a1e9-3ab3a5787a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:48,485 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.071s 2023-11-06 08:24:48,485 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8ff0a7-09e1-49c0-8b28-031c80cbec88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8ff0a7-09e1-49c0-8b28-031c80cbec88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:49,551 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.053s 2023-11-06 08:24:49,552 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53fc02df-2523-440f-8429-b45cc371e085', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fc02df-2523-440f-8429-b45cc371e085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:50,614 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.049s 2023-11-06 08:24:50,614 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d678863-b9ec-4558-977a-c84d42d8c9eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d678863-b9ec-4558-977a-c84d42d8c9eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1 ", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:51,687 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1 0.058s 2023-11-06 08:24:51,687 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6273aac-6f6f-41af-8cd7-1b1b8e23a2d3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6273aac-6f6f-41af-8cd7-1b1b8e23a2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1'} Body: b'{"volume": {"id": "36bc3626-f778-4057-9f3f-6f7811e9b5e1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:44.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-2032667705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/36bc3626-f778-4057-9f3f-6f7811e9b5e1"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:51,698 84037 INFO [tempest.common.waiters] volume 36bc3626-f778-4057-9f3f-6f7811e9b5e1 reached available after waiting for 7.698809 seconds 2023-11-06 08:24:51,981 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes 0.282s 2023-11-06 08:24:51,982 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1689216768"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682de2ba-a80e-4235-a552-39cfa6d7a467', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682de2ba-a80e-4235-a552-39cfa6d7a467', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:51.913876", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:24:52,094 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.100s 2023-11-06 08:24:52,094 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2d0d59-4ae4-4ce3-861e-ea497999428b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2d0d59-4ae4-4ce3-861e-ea497999428b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:53,151 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.044s 2023-11-06 08:24:53,152 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b203100-68a9-48e2-84cc-2e992468595b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b203100-68a9-48e2-84cc-2e992468595b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe 4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:54,245 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.076s 2023-11-06 08:24:54,245 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e27e805-e9d9-4fb2-842f-1134d4099479', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e27e805-e9d9-4fb2-842f-1134d4099479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:24:55,313 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.042s 2023-11-06 08:24:55,313 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bcc661e-6889-47b4-b429-e207fcb8fd9f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bcc661e-6889-47b4-b429-e207fcb8fd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f2 6c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:13,757 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 17.431s 2023-11-06 08:25:13,758 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b415e833-5a38-4065-9e16-9d842e74fb88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b415e833-5a38-4065-9e16-9d842e74fb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:24:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:15,494 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f 0.718s 2023-11-06 08:25:15,494 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9461894b-9b83-4492-a701-40494d873076', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9461894b-9b83-4492-a701-40494d873076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f'} Body: b'{"volume": {"id": "628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:24:52.000000", "updated_at": "2023-11-06T08:25:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1689216768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0ffb9fc5cfe4a91873949a0329ded41/volumes/628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f"}], "user_id": "0908676efcf2414ab2449f26c40c531b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25: 15,507 84037 INFO [tempest.common.waiters] volume 628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f reached available after waiting for 23.507294 seconds 2023-11-06 08:25:16,175 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.668s 2023-11-06 08:25:16,176 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-1998296934"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-632060c8-553e-498e-bd66-600e25d8d6bf', 'date': 'Mon, 06 Nov 2023 08:25:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"6c060000-af6d-440a-b81a-9c355d03fb88","name":"tempest-device-tagging-net1-1998296934","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-11-06T08:25:15Z","updated_at":"2023-11-06T08:25:15Z","revision_number":1}}' 2023-11-06 08:25:16,845 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.669s 2023-11-06 08:25:16,846 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net2-1094366933"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e9287620-3777-43ec-9de7-a69d31ed11e7', 'date': 'Mon, 06 Nov 2023 08:25:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ae2f93fc-d95c-407f-b600-903c28e15a21","name":"tempest-device-tagging-net2-1094366933","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-11-06T08:25:16Z","updated_at":"2023-11-06T08:25:16Z","revision_number":1}}' 2023-11-06 08:25:17,795 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.948s 2023-11-06 08:25:17,796 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1cb009a1-b288-4974-9058-8e81b94272d8', 'date': 'Mon, 06 Nov 2023 08:25:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","name":"","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[] ,"description":"","service_types":[],"tags":[],"created_at":"2023-11-06T08:25:17Z","updated_at":"2023-11-06T08:25:17Z","revision_number":0,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:20,449 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.652s 2023-11-06 08:25:20,449 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ae2f93fc-d95c-407f-b600-903c28e15a21", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-c42a8337-7dd2-4a42-8b84-4704ac53abd8', 'date': 'Mon, 06 Nov 2023 08:25:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"73291bf6-565d-4e29-8b1d-95e6dc0e0d6d","name":"","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","network_id":"ae2f93fc-d95c-407f-b600-903c28e15a21","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-11-06T08:25:18Z","updated_at":"2023-11-06T08:25:18Z","revision_number":0,"project_id":"d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:21,048 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.598s 2023-11-06 08:25:21,048 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "name": "tempest-TaggedBootDevicesTest-1454820119", "fixed_ips": [{"subnet_id": "03d47bcc-d9f7-445a-ba07-a23bffe11af4"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-2aa6057b-5edc-4b6d-971f-a4eb255f24d5', 'date': 'Mon, 06 Nov 2023 08:25:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"8300fc18-5df0-4e31-a57b-d09d68c0cee5","name":"tempest-TaggedBootDevicesTest-1454820119","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","mac_address":"fa:16:3e:57:b0:e1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","ip_address":"10.1.1.7"}],"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"security_groups":["d189a92a-700f-4215-b6dd-4bf77f790143"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-06T08:25:20Z","updated_at":"2023-11-06T08:25:20Z","revision_number":1}}' 2023-11-06 08:25:22,002 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.953s 2023-11-06 08:25:22,002 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6c060000-af6d-440a-b81a-9c355d03fb88", "name": "tempest-TaggedBootDevicesTest-164332463", "fixed_ips": [{"subnet_id": "03d47bcc-d9f7-445a-ba07-a23bffe11af4"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-2e3e3c45-26be-4987-9435-8ef042a89bf4', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"05526d7e-eb83-44de-9131-5405aed7407d","name":"tempest-TaggedBootDevicesTest-164332463","network_id":"6c060000-af6d-440a-b81a-9c355d03fb88","tenant_id":"d0ffb9fc5cfe4a91873949a0329ded41","mac_address":"fa:16:3e:91:86:0d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"03d47bcc-d9f7-445a-ba07-a23bffe11af4","ip_address":"10.1.1.155"}],"project_id":"d0ffb9fc5cfe4a91873949a0329ded41","port_security_enabled":true,"security_groups":["d189a92a-700f-4215-b6dd-4bf77f790143"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-06T08:25:21Z","updated_at":"2023-11-06T08:25:21Z","revision_number":1}}' 2023-11-06 08:25:22,004 84037 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-06 08:25:22,004 84037 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-06 08:25:22,076 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-11-06 08:25:22,077 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-479485494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA=="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a0127c-d496-453d-ba7f-54193a0b5153', 'x-compute-request-id': 'req-f9a0127c-d496-453d-ba7f-54193a0b5153', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-479485494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA==", "fingerprint": "10:37:56:31:b8:6d:46:dc:9b:e1:bb:18:89:c4:ce:fc", "user_id": "0908676efcf2414ab2449f26c40c531b"}}' 2023-11-06 08:25:22,079 84037 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-479485494 created 2023-11-06 08:25:22,378 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.298s 2023-11-06 08:25:22,378 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1847146771", "description": "tempest-description--1363230242"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-d116eea9-9d54-4478-b6f4-b187b831faf7', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "name": "tempest-securitygroup--1847146771", "stateful": true, "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "description": "tempest-description--1363230242", "shared": false, "security_group_rules": [{"id": "a645caae-0e8f-4d52-a6fb-aa75f25f0071", "project_id": "d0ffb9fc5cfe4a9 1873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "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": 398, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}, {"id": "c495eb8d-f43f-4763-b8ec-2fe7e714124b", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "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": 399, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 1, "project_id": "d0ffb9fc5cfe4a91873949a0329ded41"}}' 2023-11-06 08:25:22,610 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.230s 2023-11-06 08:25:22,610 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-253f6c3b-dab7-4361-ab05-8465a32a3de2', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0be6e76a-6402-4799-bb45-20047f4ed744", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}}' 2023-11-06 08:25:22,836 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-11-06 08:25:22,837 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f995aeac-59ac-436c-86b7-c100d9f504ac', 'date': 'Mon, 06 Nov 2023 08:25:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "166fda75-77aa-4a2c-a6ab-1f83f51a3380", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "security_group_id": "79db5f82-32ee-42f1-8e79-9244e49e3de8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remot e_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:25:22Z", "updated_at": "2023-11-06T08:25:22Z", "revision_number": 0}}' 2023-11-06 08:25:22,837 84037 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1847146771 created 2023-11-06 08:25:23,522 84037 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.684s 2023-11-06 08:25:23,523 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5389f79d-0f0e-4db2-b1ef-eaa62e69f7be', 'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe506a8b-e67a-44bb-9cdc-389b3335369c", "tenant_id": "d0ffb9fc5cfe4a91873949a0329ded41", "floating_ip_address": "172.24.4.108", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d0ffb9fc5cfe4a91873949a0329ded41", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:25:23Z", "updated_at": "2023-11-06T08:25:23Z", "revision_number": 0}}' 2023-11-06 08:25:23,523 84037 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe506a8b-e67a-44bb-9cdc-389b3335369c', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'floating_ip_address': '172.24.4.108', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:25:23Z', 'updated_at': '2023-11-06T08:25:23Z', 'revision_number': 0, 'ip': '172.24.4.108'} created 2023-11-06 08:25:23,614 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-11-06 08:25:23,615 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5006d76-47c7-41e5-a5b1-8485c8d94c16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0908676efcf2414ab2449f26c40c531b", "name": "tempest-TaggedBootDevicesTest-2101073340-project-member", "password_expires_at": null}, "audit_ids": ["GOI1eBAMSf2mDUOHPzNyEg"], "expires_at": "2023-11-06T09:25:23.000000Z", "issued_at": "2023-11-06T08:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0ffb9fc5cfe4a91873949a0329ded41", "name": "tempest-TaggedBootDevicesTest-2101073340"}, "is_domain": false, "roles": [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "na me": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:25:23,615 84037 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '033cff5f-b399-4df6-8fed-1b5bff9bb1cf', 'name': 'tempest-TaggedBootDevicesTest-1556429733-network', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42543, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:21Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:25:23,653 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-11-06 08:25:23,653 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3484f61b-28bc-48b9-9ff7-312da7110a06', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0908676efcf2414ab2449f26c40c531b", "name": "tempest-TaggedBootDevicesTest-2101073340-project-member", "password_expires_at": null}, "audit_ids": ["Dolz3Cm2RXmBXwIY6erB4Q"], "expires_at": "2023-11-06T09:25:23.000000Z", "issued_at": "2023-11-06T08:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0ffb9fc5cfe4a91873949a0329ded41", "name": "tempest-TaggedBootDevicesTest-2101073340"}, "is_domain": false, "roles" : [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d0ffb9fc5cfe4a91873949a0329ded41", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:25:23,654 84037 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '033cff5f-b399-4df6-8fed-1b5bff9bb1cf', 'name': 'tempest-TaggedBootDevicesTest-1556429733-network', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42543, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:21Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:25:23,654 84037 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-479485494', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIoJ/jxnr4lOWtfGZrXmEP2+JxEN2L0BPDNsMp5l6MKJGB86MRXegMuOVNUG0Q9OqLRTg7ijlOcEHtqavG1h8yhbLTQoZAe9Un5L4UJDJ6nTryS14PY77ryHjNdxlKB9UA==', 'fingerprint': '10:37:56:31:b8:6d:46:dc:9b:e1:bb:18:89:c4:ce:fc', 'user_id': '0908676efcf2414ab2449f26c40c531b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEgP+Ajy6tHdO8B1KQWwzk5k1SMTrQti2PX9n7qeUlLIbnbg1hANWq\np8gzrCCNehGgBwYFK4EEACKhZANiAASKCf48Z6+JTlrXxma15hD9vicRDdi9ATwz\nbDKeZejCiRgfOjEV3oDLjlTVBtEPTqi0U4O4o5TnBB7amrxtYfMoWy00KGQHvVJ+\nS+FCQyep068kteD2O+68h4zXcZSgfVA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', 'name': 'tempest-securitygroup--1847146771', 'state ful': True, 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': 'tempest-description--1363230242', 'shared': False, 'security_group_rules': [{'id': 'a645caae-0e8f-4d52-a6fb-aa75f25f0071', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'security_group_id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', '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': 398, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 0}, {'id': 'c495eb8d-f43f-4763-b8ec-2fe7e714124b', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'security_group_id': '79db5f82-32ee-42f1-8e79-9244e49e3de8', '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': 399, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-06T08:25:22Z', 'updated_at': '2023-11-06T08:25:22Z', 'revision_number': 1, 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41'}, 'floating_ip': {'id': 'fe506a8b-e67a-44bb-9cdc-389b3335369c', 'tenant_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'floating_ip_address': '172.24.4.108', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ffb9fc5cfe4a91873949a0329ded41', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:25:23Z', 'updated_at': '2023-11-06T08:25:23Z', 'revision_number': 0, 'ip': '172.24.4.108'}} 2023-11-06 08:26:23,722 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-479485494 0.032s 2023-11-06 08:26:23,722 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fa761f-288b-4acb-8229-1c19aeccdde9', 'x-compute-request-id': 'req-d1fa761f-288b-4acb-8229-1c19aeccdde9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-479485494'} Body: b'' 2023-11-06 08:26:24,038 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8 0.315s 2023-11-06 08:26:24,039 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-692c2be0-a45b-4d10-8d5c-a7ffc092f6ca', 'content-length': '0', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8'} Body: b'' 2023-11-06 08:26:24,064 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e4 9e3de8 0.025s 2023-11-06 08:26:24,065 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-51c2b935-3762-4002-b80f-2c84e6e9302b', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/79db5f82-32ee-42f1-8e79-9244e49e3de8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 79db5f82-32ee-42f1-8e79-9244e49e3de8 does not exist", "detail": ""}}' 2023-11-06 08:26:24,493 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fe506a8b-e67a-44bb-9cdc-389b3335369c 0.427s 2023-11-06 08:26:24,493 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-02e5f624-15bd-4d3f-8be6-541510db244b', 'content-length': '0', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fe506a8b-e67a-44bb-9cdc-389b3335369c'} Body: b'' 2023-11-06 08:26:24,860 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/05526d7e-eb83-44de-9131-5405aed7407d 0.366s 2023-11-06 08:26:24,860 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-278bb4e9-8bec-487f-9a50-4ca28ccf69d3', 'date': 'Mon, 06 Nov 2023 08:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/05526d7e-eb83-44de-9131-5405aed7407d'} Body: b'' 2023-11-06 08:26:25,169 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/8300fc18-5df0-4e31-a57b-d09d68c0cee5 0.308s 2023-11-06 08:26:25,170 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-37003d40-acc8-41db-8846-d4e6db4edbc6', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/8300fc18-5df0-4e31-a57b-d09d68c0cee5'} Body: b'' 2023-11-06 08:26:25,530 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/73291bf6-565d-4e29-8b1d-95e6dc0e0d6d 0.359s 2023-11-06 08:26:25,530 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0650d4d8-5f8f-46d8-a437-465b9750e664', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/73291bf6-565d-4e29-8b1d-95e6dc0e0d6d'} Body: b'' 2023-11-06 08:26:25,829 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/03d47bcc-d9f7-445a-ba07-a23bffe11af4 0.298s 2023-11-06 08:26:25,829 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-57dbae03-c423-4832-b4fa-e14f18c26eba', 'date': 'Mon, 06 Nov 2023 08:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/03d47bcc-d9f7-445a-ba07-a23bffe11af4'} Body: b'' 2023-11-06 08:26:27,573 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ae2f93fc-d95c-407f-b600-903c28e15a21 1.743s 2023-11-06 08:26:27,574 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0b7d549d-6f4c-490d-99ee-55b221ff24b4', 'date': 'Mon, 06 Nov 2023 08:26:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ae2f93fc-d95c-407f-b600-903c28e15a21'} Body: b'' 2023-11-06 08:26:28,580 84037 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/6c060000-af6d-440a-b81a-9c355d03fb88 1.006s 2023-11-06 08:26:28,581 84037 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b21be1e0-4312-46b0-9304-1c18c58f9dbe', 'date': 'Mon, 06 Nov 2023 08:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/6c060000-af6d-440a-b81a-9c355d03fb88'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 251, in test_stable_device_rescue_disk_virtio_with_volume_attached self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 569, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 375, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume 6a14c577-5411-4f4e-b414-17638924d8e8 to server 532d86c8-373e-43c9-b3df-f5cf4e5e23e2 within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:22:40,978 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes 0.556s 2023-11-06 08:22:40,979 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-1278251304"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6047bd30-5e56-4c4b-b7fd-8c95517dd236', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6047bd30-5e56-4c4b-b7fd-8c95517dd236', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:40.854398", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-06 08:22:41,001 84053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-06 08:22:41,055 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-11-06 08:22:41,055 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2044074137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw=="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23bbb858-e410-4d48-bd97-bc8a92a3ef90', 'x-compute-request-id': 'req-23bbb858-e410-4d48-bd97-bc8a92a3ef90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2044074137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw==", "fingerprint": "b7:1b:7d:d8:99:b2:8a:aa:5b:48:7f:42:fc:15:e0:c8", "user_id": "798a7a8a1673459faaded11452006305"}}' 2023-11-06 08:22:41,057 84053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2044074137 created 2023-11-06 08:22:42,044 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-gro ups 0.986s 2023-11-06 08:22:42,045 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1157705999", "description": "tempest-description--840621266"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1eb21be2-87ad-4111-916e-38a69456a9e8', 'date': 'Mon, 06 Nov 2023 08:22:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "name": "tempest-securitygroup--1157705999", "stateful": true, "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "description": "tempest-description--840621266", "shared": false, "security_group_rules": [{"id": "793532b4-b2d7-4a2e-b72a-4485d617d0aa", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "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": 235, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 0}, {"id": "d2dff540-25b3-4b6f-a768-bbe4bccfbf99", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "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": 234, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-06T08:22:41Z", "updated_at": "2023-11-06T08:22:41Z", "revision_number": 1, "project_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:22:43,665 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.619s 2023-11-06 08:22:43,665 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c9eb53fb-4b3f-48f3-9faa-1afa021165cd', 'date': 'Mon, 06 Nov 2023 08:22:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bad44ef4-77e6-450a-b9a5-336964ef73fd", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:22:42Z", "updated_at": "2023-11-06T08:22:42Z", "revision_number": 0}}' 2023-11-06 08:22:45,118 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210 :9696/networking/v2.0/security-group-rules 1.452s 2023-11-06 08:22:45,119 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d696974e-4376-4e7f-90e1-6455456c043f', 'date': 'Mon, 06 Nov 2023 08:22:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e05057eb-fbf8-40f8-a9ca-83a5e61e1820", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "security_group_id": "4f183d62-157f-4a09-9450-2eecbd3c6a68", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2023-11-06T08:22:44Z", "updated_at": "2023-11-06T08:22:44Z", "revision_number": 0}}' 2023-11-06 08:22:45,119 84053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1157705999 created 2023-11-06 08:22:47,821 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.701s 2023-11-06 08:22:47,821 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-41374d61-227b-4bbc-af2c-766bc89848d1', 'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f1fcda23-b962-431d-bde3-86a37b60c0a7", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "floating_ip_address": "172.24.4.77", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2fcff8e6882f4cdea79661fda18f065d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:22:46Z", "updated_at": "2023-11-06T08:22:46Z", "revision_number": 0}}' 2023-11-06 08:22:47,821 84053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f1fcda23-b962-431d-bde3-86a37b60c0a7', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:22:46Z', 'updated_at': '2023-11-06T08:22:46Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2023-11-06 08:22:47,956 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.130s 2023-11-06 08:22:47,957 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicat ion/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8035c15b-bb74-4334-a1b7-2afef189b75f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "798a7a8a1673459faaded11452006305", "name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "password_expires_at": null}, "audit_ids": ["nzgkl8LNR2WY19X2d61hbA"], "expires_at": "2023-11-06T09:22:47.000000Z", "issued_at": "2023-11-06T08:22:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fcff8e6882f4cdea79661fda18f065d", "name": "tempest-ServerStableDeviceRescueTest-1514907108"}, "is_domain": false, "roles": [{"id": "02a7ecd5757f4c28841f30788804b0c9", "name": "member"}, {"id": "666097c3c5de47baa2c15e28dd9e0739", "name": "reader"}], "catalog": [{"endpoints": [{"id": "4a155dfde52746fcbbc1f59bf925c13d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "2a64af0744af41b38acf98396e532700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5046b76d07ee4ff1becb9b595998f1f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "3cb0caff2fc7454786b974d87d71a08d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "17db68e00856408c8062d1c9109ca039", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "8a9ea61c85db4b948f4e4b1158a869c1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "030e7f9760b240b78248662e5297a7c9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94e0cf3bdb0e47cab8d0ee55f773b3bb", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee5b062c57044773b75985daaec8b481", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d", "region": "RegionOne"}], "id": "b18d19d5ec034fabb2cec1e00d9d188d", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7209433ac01d4b639087d7e9b7807e3a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "b7104302a9d641a7b0836881e858ca5f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "501bcfcadbd145a0af78163698146148", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3ccb53d89274006a84ca69a9362e0f5", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "02410d642f364830a17b053561566082", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "fb1f66705bc9415b975d94187d4d3066", "type": "identity", "name": "keystone"}]}}' 2023-11-06 08:22:47,958 84053 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '6493148c-f16d-4495-bc63-81fd7bf41a59', 'name': 'tempest-ServerStableDeviceRescueTest-1098996145-network', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29802, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-06T08:22:22Z', 'updated_at': '2023-11-06T08:22:22Z', 'revision_number': 1} available for tenant 2023-11-06 08:22:47,959 84053 DEBUG [tempest.common. compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2044074137', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNBjAVzdgohibq76HOoiA/tfFh3n/fZGmu25JZWGNQAlODdFIUHyXEzNt7bEHqtPDTfyKb/gpCY9aW3WySx4i7umL6Q5XPeu3A7w1luwqBWHMy7LtxvYksF1O9Quj18QAw==', 'fingerprint': 'b7:1b:7d:d8:99:b2:8a:aa:5b:48:7f:42:fc:15:e0:c8', 'user_id': '798a7a8a1673459faaded11452006305', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCTAjRiAFsS/jIt13bR1pN9fZOSmK/5vKZh/WKQ+oiTZPQGTfGfEEJS\nAVJMIQKvbvGgBwYFK4EEACKhZANiAATQYwFc3YKIYm6u+hzqIgP7XxYd5/32Rprt\nuSWVhjUAJTg3RSFB8lxMzbe2xB6rTw038im/4KQmPWlt1skseIu7pi+kOVz3rtwO\n8NZbsKgVhzMuy7cb2JLBdTvULo9fEAM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', 'name': 'tempest-securitygroup--1157705999', 'stateful': True, 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': 'tempest-description--840621266', 'shared': False, 'security_group_rules': [{'id': '793532b4-b2d7-4a2e-b72a-4485d617d0aa', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'security_group_id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', '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': 235, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 0}, {'id': 'd2dff540-25b3-4b6f-a768-bbe4bccfbf99', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'security_group_id': '4f183d62-157f-4a09-9450-2eecbd3c6a68', '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': 234, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-06T08:22:41Z', 'updated_at': '2023-11-06T08:22:41Z', 'revision_number': 1, 'project_id': '2fcff8e6882f4cdea79661fda18f065d'}, 'floating_ip': {'id': 'f1fcda23-b962-431d-bde3-86a37b60c0a7', 'tenant_id': '2fcff8e6882f4cdea79661fda18f065d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '09a4a3c4-48ce-43ea-9052-39a514629bb5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2fcff8e6882f4cdea79661fda18f065d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-06T08:22:46Z', 'updated_at': '2023-11-06T08:22:46Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-11-06 08:22:50,613 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.653s 2023-11-06 08:22:50,614 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "flavorRef": "1", "networks": [{"uuid": "6493148c-f16d-4495-bc63-81fd7bf41a59"}], "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "key_name": "tempest-keypair-2044074137", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2', 'content-type' : 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed33bc5-37f5-44e7-a47d-5e7cd640de02', 'x-compute-request-id': 'req-4ed33bc5-37f5-44e7-a47d-5e7cd640de02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "adminPass": "7Q4f6zLWbZ3F"}}' 2023-11-06 08:22:50,819 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.203s 2023-11-06 08:22:50,820 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-435c1c5f-589c-45f8-822e-93d86a955073', 'x-compute-request-id': 'req-435c1c5f-589c-45f8-822e-93d86a955073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "BUILD", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:51Z", "updated": "2023-11-06T08:22:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2044074137", "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": []}}' 2023-11-06 08:23:41,124 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.242s 2023-11-06 08:23:41,125 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf34789-856e-4fd1-a81a-7dd74947ad9e', 'x-compute-request-id': 'req-5cf34789-856e-4fd1-a81a-7dd74947ad9e', 'connection': 'close', 'status': '200', 'content-locat ion': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:23:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:23:41,139 84053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-11-06 08:24:41,324 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-interface 0.180s 2023-11-06 08:24:41,324 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ece716bb-09ac-4c09-897e-67a11ee2c44c', 'x-compute-request-id': 'req-ece716bb-09ac-4c09-897e-67a11ee2c44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6493148c-f16d-4495-bc63-81fd7bf41a59", "port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518", "mac_addr": "fa:16:3e:c8:07:ce", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5baf3cae-2da6-48f7-a879-cd664cd2ff75", "ip_address": "10.0.0.9"}]}]}' 2023-11-06 08:24:42,655 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f1fcda23-b962-431d-bde3-86a37b60c0a7 1.324s 2023-11-06 08:24:42,656 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-74393c57-66e5-4eb0-8230-d1a33f17770d', 'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f1fcda23-b962-431d-bde3-86a37b60c0a7'} Body: b'{"floatingip": {"id" : "f1fcda23-b962-431d-bde3-86a37b60c0a7", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "floating_ip_address": "172.24.4.77", "floating_network_id": "09a4a3c4-48ce-43ea-9052-39a514629bb5", "router_id": "01c09fd5-d626-42dd-abcf-31f82abba6a3", "port_id": "0c0445a0-a23e-4bae-9d5b-41a45b608518", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6493148c-f16d-4495-bc63-81fd7bf41a59", "mac_address": "fa:16:3e:c8:07:ce", "admin_state_up": true, "status": "ACTIVE", "device_id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-06T08:22:46Z", "updated_at": "2023-11-06T08:24:41Z", "revision_number": 1, "project_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:24:42,657 84053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2023-11-06 08:24:42,672 84053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-06 08:24:42,793 84053 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-06 08:24:42,794 84053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2023-11-06 08:24:44,371 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/action 1.576s 2023-11-06 08:24:44,372 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-960355236"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35203b31-8e59-4393-b36c-b9d8ad403d74', 'x-compute-request-id': 'req-35203b31-8e59-4393-b36c-b9d8ad403d74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/action'} Body: b'' 2023-11-06 08:24:44,451 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 0.076s 2023-11-06 08:24:44,452 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ffc5052-8a53-468d-8dbe-c33cd07d516f', 'x-compute-request-id': 'req-0ffc5052-8a53-468d-8dbe-c33cd07d516f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner _project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:44Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:41,826 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 7.318s 2023-11-06 08:25:41,827 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb4ae9b5-a0dd-4d21-8348-9785a4f4c04d', 'x-compute-request-id': 'req-fb4ae9b5-a0dd-4d21-8348-9785a4f4c04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "user_id": "798a7a8a1673459faaded11452006305", "image_type": "snapshot", "image_location": "snapshot", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "image_state": "available"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:41,891 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http:// 10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804 0.058s 2023-11-06 08:25:41,891 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-174e8734-c021-4eda-94ea-8c1affc4db9d', 'x-compute-request-id': 'req-174e8734-c021-4eda-94ea-8c1affc4db9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"image": {"id": "df855396-b22b-4400-a119-1341b5b24804", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305"}, "created": "2023-11-06T08:24:44Z", "updated": "2023-11-06T08:24:51Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df855396-b22b-4400-a119-1341b5b24804"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df855396-b22b-4400-a119-1341b5b24804"}], "server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}]}}}' 2023-11-06 08:25:42,124 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.226s 2023-11-06 08:25:42,124 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4740ca2e-27bb-405d-bf88-972d9def48f7', 'x-compute-request-id': 'req-4740ca2e-27bb-405d-bf88-972d9def48f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http: //10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:24:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:26:42,393 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804 0.197s 2023-11-06 08:26:42,394 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-198e7a23-7b5f-4b22-80d0-013c749a2b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "user_id": "798a7a8a1673459faaded11452006305", "image_type": "snapshot", "image_location": "snapshot", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "image_state": "available", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "53e0f48119ca72237eb9e6db005a8b83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2fcff8e6882f4cdea79661fda18f065d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "b31911dd6d4bbcf8af30dcdd4350eb613dd6fd264ecf04bcdcd56dac1894fe21e56f7afd433186c028f2c73710fe87c14b2e1eda2702aedddb909f91676e5bd4", "id": "df855396-b22b-4400-a119-1341b5b24804", "created_at": "2023-11-06T08:24:44Z", "updated_at": "2023-11-06T08:26:42Z", "tags": [], "self": "/v2/images/df855396-b22b-4400-a119-1341b5b24804", "file": "/v2/images/df855396-b22b-4400-a119-1341b5b24804/file", "schema": "/v2/schemas/image"}' 2023-11-06 08:26:42,830 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804 0.435s 2023-11-06 08:26:42,831 84053 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8ec8f693-8493-4189-8d2b-22858b9eac7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df855396-b22b-4400-a119-1341b5b24804'} Body: b'{"base_image_ref": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "owner_id": "2fcff8e6882f4cdea79661fda18f065d", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1514907108", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1514907108-project-member", "user_id": "798a7a8a1673459faaded11452006305", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-960355236", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "53e0f48119ca72237eb9e6db005a8b83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2fcff8e6882f4cdea79661fda18f065d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "b31911dd6d4bbcf8af30dcdd4350eb613dd6fd264ecf04bcdcd56dac1894fe21e56f7afd433186c028f2c73710fe87c14b2e1eda2702aedddb909f91676e5bd4", "id": "df855396-b22b-4400-a119-1341b5b24804", "created_at": "2023-11-06T08:24:44Z", "updated_at": "2023-11-06T08:26:42Z", "tags": [], "self": "/v2/images/df855396-b22b-4400-a119-1341b5b24804", "file": "/v2/images/df855396-b22b-4400-a119-1341b5b24804/file", "schema": "/v2/schemas/image"}' 2023-11-06 08:26:43,184 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2 0.352s 2023-11-06 08:26:43,185 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1deda26a-7da3-4f36-bffb-735b02ccf926', 'x-compute-request-id': 'req-1deda26a-7da3-4f36-bffb-735b02ccf926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2'} Body: b'{"server": {"id": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "name": "tempest-ServerStableDeviceRescueTest-server-1536551949", "status": "ACTIVE", "tenant_id": "2fcff8e6882f4cdea79661fda18f065d", "user_id": "798a7a8a1673459faaded11452006305", "metadata": {}, "hostId": "f532cbc29f8cf6cc8c3b6751d084c2eb570a28c1564728370c41e7b4", "image": {"id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/719c39bf-76bf-4945-8ceb-cf903c039ec0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-06T08:22:50Z", "updated": "2023-11-06T08:24:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098996145-network": [{"version": 4, "addr": "10.0.0.9", "OS-EX T-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:07:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2044074137", "OS-SRV-USG:launched_at": "2023-11-06T08:23:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1157705999"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-06 08:26:43,275 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:26:43,276 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec38ed8-4070-4441-8570-6fbebe54862b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec38ed8-4070-4441-8570-6fbebe54862b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:22:47.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:26:43,297 84053 INFO [tempest.common.waiters] volume 6a14c577-5411-4f4e-b414-17638924d8e8 reached available after waiting for 0.297605 seconds 2023-11-06 08:26:43,814 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-volume_attachments 0.516s 2023-11-06 08:26:43,815 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "6a14c577-5411-4f4e-b414-17638924d8e8"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (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-890ce058-efcb-40e1-9713-7144410209d8', 'x-compute-request-id': 'req-890ce058-efcb-40e1-9713-7144410209d8', 'connection': 'close', 'status': '200', 'content-location': 'http: //10.0.0.210/compute/v2.1/servers/532d86c8-373e-43c9-b3df-f5cf4e5e23e2/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "serverId": "532d86c8-373e-43c9-b3df-f5cf4e5e23e2", "volumeId": "6a14c577-5411-4f4e-b414-17638924d8e8", "device": "/dev/vdb"}}' 2023-11-06 08:26:43,990 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.171s 2023-11-06 08:26:43,992 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f5b576-b0a7-4778-869e-6a1a724e9453', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f5b576-b0a7-4778-869e-6a1a724e9453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:06,989 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 21.979s 2023-11-06 08:27:06,989 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f09345c-7441-4440-b2fb-4a13577cd035', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f09345c-7441-4440-b2fb-4a13577cd035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "rep lication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:10,170 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 2.167s 2023-11-06 08:27:10,170 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87e56e3-9a10-4c5d-8d46-95c6e33e4580', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87e56e3-9a10-4c5d-8d46-95c6e33e4580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:26:44.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:11,248 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.061s 2023-11-06 08:27:11,248 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b88f4621-278d-422d-a15d-5cd768fc247f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88f4621-278d-422d-a15d-5cd768fc247f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cde a79661fda18f065d"}}' 2023-11-06 08:27:12,331 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:12,331 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbecd1d5-a390-474d-9366-a26769a4c07b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbecd1d5-a390-474d-9366-a26769a4c07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:13,418 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.061s 2023-11-06 08:27:13,418 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd080d0-bbc7-472b-984a-f42e9b99591d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd080d0-bbc7-472b-984a-f42e9b99591d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:14,493 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable _device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.057s 2023-11-06 08:27:14,494 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6e9e3c-5293-459f-a088-16a55f9fabce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6e9e3c-5293-459f-a088-16a55f9fabce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:15,550 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:27:15,550 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf503d01-63e8-4741-a9bd-275c47b57158', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf503d01-63e8-4741-a9bd-275c47b57158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:16,610 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4 f4e-b414-17638924d8e8 0.048s 2023-11-06 08:27:16,611 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efde3d7f-99ca-4565-bf79-7101b5aa838c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efde3d7f-99ca-4565-bf79-7101b5aa838c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:17,664 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:17,665 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81f3fc2-bb56-4fe8-8f68-31a1e3dbdcc0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81f3fc2-bb56-4fe8-8f68-31a1e3dbdcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:18,791 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.113s 2023-11-06 08:27:18,791 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1e6c87-d87c-4bb7-8111-13af90794c2c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1e6c87-d87c-4bb7-8111-13af90794c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:19,885 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.077s 2023-11-06 08:27:19,886 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2105958-0d60-4a70-adce-98c2fc3dcbd7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2105958-0d60-4a70-adce-98c2fc3dcbd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:20,943 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:27:20,943 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 202 3 08:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d1f346-64a5-493f-9ba7-b77dd378bbed', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d1f346-64a5-493f-9ba7-b77dd378bbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:22,030 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.070s 2023-11-06 08:27:22,031 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef3d088d-ce54-46f2-8303-a0ba525a1f36', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef3d088d-ce54-46f2-8303-a0ba525a1f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:23,106 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.062s 2023-11-06 08:27:23,106 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38c18fc-ad51-4d55-bde2- 21b8a5353437', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d38c18fc-ad51-4d55-bde2-21b8a5353437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:24,166 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:24,167 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90fcb8c3-6bab-4d38-8829-735b4ed5f27c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90fcb8c3-6bab-4d38-8829-735b4ed5f27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:25,255 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.073s 2023-11-06 08:27:25,256 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4dd382-97d1-4ceb-9b6c-c0913cdb5434', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req -7f4dd382-97d1-4ceb-9b6c-c0913cdb5434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:26,324 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:26,325 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ed3224-a22b-4c3f-8e0b-7846af2ce128', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ed3224-a22b-4c3f-8e0b-7846af2ce128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:27,423 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:27,424 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a204b2a1-e868-4029-84cc-b90a8830deff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a204b2a1-e868-4029-84cc-b90a8830deff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4 cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:28,490 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:27:28,491 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df70e7d6-1589-4c3c-afa9-ea856fbb8d3c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df70e7d6-1589-4c3c-afa9-ea856fbb8d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:29,647 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.136s 2023-11-06 08:27:29,647 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038f402a-9f63-4392-896a-1fee4f059b70', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038f402a-9f63-4392-896a-1fee4f059b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", " status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:30,734 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.073s 2023-11-06 08:27:30,735 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331e1d9d-1a8b-483b-8aed-73afde9359df', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331e1d9d-1a8b-483b-8aed-73afde9359df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:31,810 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:31,811 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e0ccfb-10c7-4e95-b6c7-f98adce9bb54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e0ccfb-10c7-4e95-b6c7-f98adce9bb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.0 00000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:32,894 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.057s 2023-11-06 08:27:32,895 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15a6a67-f11f-415c-be90-faf6a752fe50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15a6a67-f11f-415c-be90-faf6a752fe50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:33,991 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:33,992 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f012415-0ac8-4644-b590-1f6d470c671d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f012415-0ac8-4644-b590-1f6d470c671d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": nu ll, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:35,064 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.051s 2023-11-06 08:27:35,064 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d8656c-a592-4c96-b838-03293c5e8895', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d8656c-a592-4c96-b838-03293c5e8895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:36,599 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.517s 2023-11-06 08:27:36,599 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-446b8b3d-9f57-4a5d-9c3d-fcd2dc2d1c54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-446b8b3d-9f57-4a5d-9c3d-fcd2dc2d1c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volu mes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:37,666 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:27:37,666 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7340a227-e398-4e4c-b17a-065d41cbaf47', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7340a227-e398-4e4c-b17a-065d41cbaf47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:38,725 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:38,725 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff633b60-9c89-41c9-8571-8443b0933b50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff633b60-9c89-41c9-8571-8443b0933b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a1 4c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:39,899 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.158s 2023-11-06 08:27:39,899 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1930ba5-9f13-4c3e-a45f-3c08ec585280', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1930ba5-9f13-4c3e-a45f-3c08ec585280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:40,976 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:27:40,976 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be217e31-f45d-412d-bd39-aaf485383479', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be217e31-f45d-412d-bd39-aaf485383479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_sta tus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:42,048 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:42,049 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774f3c29-4a76-4903-acec-de66962a5d8e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774f3c29-4a76-4903-acec-de66962a5d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:43,148 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.082s 2023-11-06 08:27:43,148 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518a624c-fe22-474b-8e20-6a7c84734c09', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518a624c-fe22-474b-8e20-6a7c84734c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18 f065d"}}' 2023-11-06 08:27:44,250 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:27:44,250 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf3c4a3-4321-4a4c-a882-3d42f0f9cdad', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf3c4a3-4321-4a4c-a882-3d42f0f9cdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:45,346 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:27:45,347 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffde03b-66be-4f05-b331-79970cfde311', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffde03b-66be-4f05-b331-79970cfde311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:46,404 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_res cue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:27:46,404 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b3aa73-aaab-49b1-8c8f-9b0fdb6a1e3f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b3aa73-aaab-49b1-8c8f-9b0fdb6a1e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:47,457 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:27:47,458 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b571aa-555e-4d58-a3bd-03dae6451f5b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b571aa-555e-4d58-a3bd-03dae6451f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:48,509 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17 638924d8e8 0.038s 2023-11-06 08:27:48,510 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242b7fe5-b628-435d-9058-a52196f7c45d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242b7fe5-b628-435d-9058-a52196f7c45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:49,576 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:27:49,576 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffc7366-a1b0-421f-828d-3abd65d61200', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffc7366-a1b0-421f-828d-3abd65d61200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:50,637 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:27:50,637 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c018ab5c-2b96-4d6f-9e0e-f182350d5cf6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c018ab5c-2b96-4d6f-9e0e-f182350d5cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:51,720 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.067s 2023-11-06 08:27:51,721 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2cd1d54-e8d4-4752-a7c8-adc426ddf4dc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2cd1d54-e8d4-4752-a7c8-adc426ddf4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:52,794 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.055s 2023-11-06 08:27:52,794 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af3eca1-afb5-4e28-907a-dcb943aace78', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af3eca1-afb5-4e28-907a-dcb943aace78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:53,864 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:27:53,864 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82062d72-7e54-4e64-8752-51d43edcd0f4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82062d72-7e54-4e64-8752-51d43edcd0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:55,019 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.037s 2023-11-06 08:27:55,019 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17157432-2ad3-48aa-af95-906fdba7931 e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17157432-2ad3-48aa-af95-906fdba7931e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:56,073 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:56,074 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed01c410-d9e1-4438-b9c8-02c67d6d5d35', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed01c410-d9e1-4438-b9c8-02c67d6d5d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:57,129 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:27:57,129 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c188d698-d8bd-46c1-89ee-062427c3f38f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c188d698-d 8bd-46c1-89ee-062427c3f38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:58,182 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:27:58,183 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0310e34e-df07-4d92-a6a5-132a7e6757cd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0310e34e-df07-4d92-a6a5-132a7e6757cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:27:59,236 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:27:59,237 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f2239b-6949-46d0-bb62-08d1248c82ed', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f2239b-6949-46d0-bb62-08d1248c82ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fd a18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:00,290 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:00,290 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e86f7d6-6db7-4ca5-9ace-60b80d59f27c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e86f7d6-6db7-4ca5-9ace-60b80d59f27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:01,358 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:28:01,359 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43f22e9-7f1d-4aea-bf47-dce0f1477d9a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43f22e9-7f1d-4aea-bf47-dce0f1477d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "a vailable", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:02,442 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.069s 2023-11-06 08:28:02,443 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae12a7d-1bfd-4d69-8348-e778b14c00e5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae12a7d-1bfd-4d69-8348-e778b14c00e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:03,514 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:28:03,515 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108b3980-f5d1-442c-811d-9c313c433489', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108b3980-f5d1-442c-811d-9c313c433489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "na me": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:04,587 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:04,587 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d415d19a-c146-43b3-9c7d-52a3516d429d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d415d19a-c146-43b3-9c7d-52a3516d429d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:05,644 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:28:05,644 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6011142e-07ba-405f-a584-cc24260051c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6011142e-07ba-405f-a584-cc24260051c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:06,712 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:06,712 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49915770-3177-4ee3-aa90-18b99f86be8f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49915770-3177-4ee3-aa90-18b99f86be8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:07,773 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.037s 2023-11-06 08:28:07,774 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6cd35d-3eaa-4426-a1ee-06ba874c7539', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6cd35d-3eaa-4426-a1ee-06ba874c7539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c57 7-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:08,828 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:08,829 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653de465-473b-4d45-a5d0-9e35d5ec2249', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653de465-473b-4d45-a5d0-9e35d5ec2249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:09,892 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:09,892 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9ed251-ddaa-4f48-b053-ab64903ca99f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9ed251-ddaa-4f48-b053-ab64903ca99f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411- 4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:10,953 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:10,954 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7a4ad4-789f-4f57-b833-fd0015ee348c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7a4ad4-789f-4f57-b833-fd0015ee348c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:12,016 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:12,016 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4990df0a-34b9-43b2-9851-648df4dac8b1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4990df0a-34b9-43b2-9851-648df4dac8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:13,071 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:13,072 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d100d1-929f-45d5-b591-326089dbfed8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d100d1-929f-45d5-b591-326089dbfed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:14,128 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:14,129 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c2a2a3-ad2c-49a1-b64a-c60ac1c484c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c2a2a3-ad2c-49a1-b64a-c60ac1c484c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2 023-11-06 08:28:15,185 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:15,186 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6510ff07-d1c1-4cb1-998d-1b5ea1ce6897', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6510ff07-d1c1-4cb1-998d-1b5ea1ce6897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:16,248 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:16,249 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29c2425-901f-4485-8ec0-ebb7bdd5b3c0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29c2425-901f-4485-8ec0-ebb7bdd5b3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:17,308 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_vi rtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:28:17,309 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac0a426-abb2-4cc1-bb08-d3cc5b2d4ef1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac0a426-abb2-4cc1-bb08-d3cc5b2d4ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:18,365 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:18,365 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc2616d-e547-44c0-918d-e8a1c50ef663', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc2616d-e547-44c0-918d-e8a1c50ef663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:19,424 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:19,425 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186baa03-dfb8-41b0-8e75-1fefcc6dbfd4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186baa03-dfb8-41b0-8e75-1fefcc6dbfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:20,493 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:28:20,494 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2d1117-2eb2-471d-94db-239564d431b9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2d1117-2eb2-471d-94db-239564d431b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:21,558 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:28:21,559 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb70676-52a6-4ab1-b33e-f79cd8bf9fbe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb70676-52a6-4ab1-b33e-f79cd8bf9fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:22,630 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:28:22,630 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90349545-c324-4426-9f36-581e36f2656f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90349545-c324-4426-9f36-581e36f2656f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:23,798 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.139s 2023-11-06 08:28:23,799 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:23 GMT', 'serv er': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b16fe62-24f8-47b4-9a65-2c2ac64180f9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b16fe62-24f8-47b4-9a65-2c2ac64180f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:25,759 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.948s 2023-11-06 08:28:25,759 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba08e896-89f2-489b-ba5c-14d3f06df4bf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba08e896-89f2-489b-ba5c-14d3f06df4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:26,826 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:26,827 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b1cbe5-dbb3-431b-aa17-eca09b07cd7e', 'conten t-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90b1cbe5-dbb3-431b-aa17-eca09b07cd7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:27,880 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:28:27,880 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5720d3c-9d53-412c-a4c8-cf059ed064ce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5720d3c-9d53-412c-a4c8-cf059ed064ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:28,939 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:28,939 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6604208-cbf2-4cd9-99ee-a4694c25c1e0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6604208-cbf2-4cd9-99 ee-a4694c25c1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:29,994 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:28:29,995 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530dc09b-de6e-43d1-b419-cb4e3743beef', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530dc09b-de6e-43d1-b419-cb4e3743beef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:31,048 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:31,048 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5d1b74-5b13-478f-aa70-ba63f140e8bb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5d1b74-5b13-478f-aa70-ba63f140e8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/vo lumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:32,112 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:32,112 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4a512e-e5c9-4d19-8c93-d5f4c4ab9568', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4a512e-e5c9-4d19-8c93-d5f4c4ab9568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:33,170 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:28:33,170 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86453382-77a1-427c-b3ab-bb1f363ff75c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86453382-77a1-427c-b3ab-bb1f363ff75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:34,246 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.062s 2023-11-06 08:28:34,247 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc34bb4f-d24e-4d89-9899-0b610d10145f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc34bb4f-d24e-4d89-9899-0b610d10145f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:35,312 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:28:35,313 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010e4e8c-3bb1-4d77-b0f4-5408fb90aeb8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010e4e8c-3bb1-4d77-b0f4-5408fb90aeb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempe st-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:36,389 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:28:36,389 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a4f8bc-e678-4456-8875-d5085c4d54d8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a4f8bc-e678-4456-8875-d5085c4d54d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:37,456 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:37,457 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-728660f6-d6b5-4415-bf50-f6b2db907902', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-728660f6-d6b5-4415-bf50-f6b2db907902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": nu ll, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:38,516 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:38,517 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2adb341-0697-4703-841f-695d96ecec77', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2adb341-0697-4703-841f-695d96ecec77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:39,598 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:39,599 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84bd9851-de98-4bac-8964-1b50e89dca01', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84bd9851-de98-4bac-8964-1b50e89dca01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e -b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:40,692 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.078s 2023-11-06 08:28:40,692 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92bf200-eb40-4670-946f-d6bba6d40851', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92bf200-eb40-4670-946f-d6bba6d40851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:41,776 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.067s 2023-11-06 08:28:41,776 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bfce22-4341-4ed0-8ee2-5e9c2a66c92d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bfce22-4341-4ed0-8ee2-5e9c2a66c92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-1 7638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:42,855 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:28:42,855 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75932d73-d1f0-4559-8a64-1da79c86dc45', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75932d73-d1f0-4559-8a64-1da79c86dc45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:43,956 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.083s 2023-11-06 08:28:43,957 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0da0bb-e39e-4401-8638-63869959122b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0da0bb-e39e-4401-8638-63869959122b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consisten cygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:45,020 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:28:45,020 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88920a4c-c68d-4959-ac57-b4b171bd8e54', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88920a4c-c68d-4959-ac57-b4b171bd8e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:46,083 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:46,083 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4507a908-8dfc-473c-9c04-e04d50f86273', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4507a908-8dfc-473c-9c04-e04d50f86273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 0 8:28:47,190 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:28:47,191 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3021d5-a946-4833-b492-41079566a324', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3021d5-a946-4833-b492-41079566a324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:48,269 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:28:48,269 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a02a3b-d6bb-41dc-8e16-3288a063df41', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a02a3b-d6bb-41dc-8e16-3288a063df41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:49,339 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_v olume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:28:49,340 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0094a3-a3d5-4466-bb28-59613f4ad9b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0094a3-a3d5-4466-bb28-59613f4ad9b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:50,410 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:28:50,410 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b883a4-06d0-49d4-afe5-3f869313320b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b883a4-06d0-49d4-afe5-3f869313320b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:51,504 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.078s 2023 -11-06 08:28:51,505 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04b9de2-72cb-4631-b79d-ffeda7896ee6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04b9de2-72cb-4631-b79d-ffeda7896ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:52,576 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:28:52,576 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7f2ec5-3adc-49ba-9d00-4c22f42bb2d5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7f2ec5-3adc-49ba-9d00-4c22f42bb2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:53,667 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.076s 2023-11-06 08:28:53,667 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applica tion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f35e09-5add-4a3d-b82d-129682feec79', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f35e09-5add-4a3d-b82d-129682feec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:54,732 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:28:54,732 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387ec25c-4a6b-441d-b89e-e983d4c846ff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387ec25c-4a6b-441d-b89e-e983d4c846ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:55,802 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:28:55,802 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:55 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f15bb1-70ec-4142-b5a7-cd2f3be7cac1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f15bb1-70ec-4142-b5a7-cd2f3be7cac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:56,885 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.070s 2023-11-06 08:28:56,886 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4006150-a11c-4ee9-8d85-0d8934c5b9f5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4006150-a11c-4ee9-8d85-0d8934c5b9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:57,941 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:28:57,942 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ffaebe3-1feb-4430-af87-22461fa452d0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ffaebe3-1feb-4430-af87-22461fa452d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:28:59,012 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:28:59,012 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9e8698-6157-44ad-9821-49893e9553f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9e8698-6157-44ad-9821-49893e9553f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:00,071 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:00,072 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5490bf8b-48a1-4378-bf07-c00e8e5f83ae', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5490bf8b-48a1-4378-bf07-c00e8e5f 83ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:01,154 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:29:01,154 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51d3947-f2cf-44f9-b442-c5ef36c027c9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d51d3947-f2cf-44f9-b442-c5ef36c027c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:02,239 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.072s 2023-11-06 08:29:02,240 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7335e814-33d2-4d1f-a355-f90ed92b605d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7335e814-33d2-4d1f-a355-f90ed92b605d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c 577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:03,298 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:29:03,299 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802f14ea-c120-4006-a964-d4031b78fbc4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802f14ea-c120-4006-a964-d4031b78fbc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:04,371 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.059s 2023-11-06 08:29:04,371 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8efa8be5-4bc5-441a-b34a-87746dd85b98', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8efa8be5-4bc5-441a-b34a-87746dd85b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:05,441 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.055s 2023-11-06 08:29:05,441 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff968766-ff71-4da0-9914-3f3304abd33e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff968766-ff71-4da0-9914-3f3304abd33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:06,526 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.071s 2023-11-06 08:29:06,526 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90fc3b43-ea05-4fce-b1f6-ff3390c187e7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90fc3b43-ea05-4fce-b1f6-ff3390c187e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerSt ableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:07,597 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:07,598 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822ef558-d23b-4696-9890-1eb32f33e56a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822ef558-d23b-4696-9890-1eb32f33e56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:08,666 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.053s 2023-11-06 08:29:08,667 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efcb75fc-ae44-4106-98e7-baeafb951813', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efcb75fc-ae44-4106-98e7-baeafb951813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metada ta": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:09,729 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:09,730 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df5e977-fc93-4648-b466-e285c75f9dba', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df5e977-fc93-4648-b466-e285c75f9dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:10,808 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:29:10,808 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773d8cf2-ee98-41df-aea8-245841f14501', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773d8cf2-ee98-41df-aea8-245841f14501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638 924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:11,872 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:11,873 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cb2d68-8ef4-462b-81c0-562fb90107b6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cb2d68-8ef4-462b-81c0-562fb90107b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:12,958 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.051s 2023-11-06 08:29:12,958 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb7bc7e-89d2-484c-b549-41aadc6dd66c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb7bc7e-89d2-484c-b549-41aadc6dd66c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 "}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:14,027 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:14,027 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cfe8b4-036d-4f5c-83e0-3b40421a1fc3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cfe8b4-036d-4f5c-83e0-3b40421a1fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:15,094 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:15,095 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48daddb-fd0b-4a98-811d-9f3d97ac1e93', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48daddb-fd0b-4a98-811d-9f3d97ac1e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id" : null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:16,150 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:16,150 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d86015-0a7f-4da2-81bd-0ec929058a88', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d86015-0a7f-4da2-81bd-0ec929058a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:17,211 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:17,211 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eafdcfa-4881-42c1-8f1d-4ce0e8aa7183', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eafdcfa-4881-42c1-8f1d-4ce0e8aa7183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:18,279 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:29:18,280 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2dd22a-e9ff-469c-a17d-e803efabf98e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2dd22a-e9ff-469c-a17d-e803efabf98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:19,336 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:29:19,337 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ff4549-006e-4c40-a339-f90c43672568', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ff4549-006e-4c40-a339-f90c43672568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:20,434 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attac hed): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.084s 2023-11-06 08:29:20,434 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b3ac88-48ef-484b-962b-7da1f5477445', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b3ac88-48ef-484b-962b-7da1f5477445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:21,496 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:21,497 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df604a86-9295-4622-8370-7b144cfa54cf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df604a86-9295-4622-8370-7b144cfa54cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:22,556 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:2 9:22,557 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2376193-83d2-4f37-a484-d5f308b8db7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2376193-83d2-4f37-a484-d5f308b8db7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:23,624 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:23,625 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36bc5db2-5f1f-4152-8cf9-14d01c7396cb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36bc5db2-5f1f-4152-8cf9-14d01c7396cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:24,725 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.087s 2023-11-06 08:29:24,726 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4a4df-0e75-45c0-889c-ed46cdcfbc96', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4a4df-0e75-45c0-889c-ed46cdcfbc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:25,778 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:29:25,779 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5294f14d-694d-49b1-9d86-24c7edd87c1e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5294f14d-694d-49b1-9d86-24c7edd87c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:26,841 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:26,842 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:26 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0489d9-64b3-4d58-9050-b17bb6bb6297', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0489d9-64b3-4d58-9050-b17bb6bb6297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:27,923 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.068s 2023-11-06 08:29:27,924 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35a8bfd-39f9-4f16-a7cf-64f7f2aaddeb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35a8bfd-39f9-4f16-a7cf-64f7f2aaddeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:29,004 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.065s 2023-11-06 08:29:29,004 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed08c82-41c3-4fba-beb4-e572f9a02561', 'content-length': '919', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed08c82-41c3-4fba-beb4-e572f9a02561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:30,080 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.063s 2023-11-06 08:29:30,081 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45803450-05e9-48e6-8960-25867fd1877c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45803450-05e9-48e6-8960-25867fd1877c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:31,168 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.074s 2023-11-06 08:29:31,169 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c7759ec-34bc-4884-9cbf-0d37ac15d1ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7759ec-34bc-4884-9cbf-0d37ac15d1ac', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:32,228 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:32,228 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65db7a44-34dc-49fd-bf1a-55ab9b50c58d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65db7a44-34dc-49fd-bf1a-55ab9b50c58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:33,286 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.045s 2023-11-06 08:29:33,287 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95ad25d-ac91-475e-85c6-dc35f3ae25dd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95ad25d-ac91-475e-85c6-dc35f3ae25dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f 4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:34,345 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:34,345 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7e23d7-7a24-41a7-9a60-df1ae023b81b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7e23d7-7a24-41a7-9a60-df1ae023b81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:35,415 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.056s 2023-11-06 08:29:35,415 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d279c58a-d0a0-492b-a727-15e18904f369', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d279c58a-d0a0-492b-a727-15e18904f369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availabili ty_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:36,488 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:29:36,488 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2512a585-76c4-4a95-82f5-0a4616b000d9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2512a585-76c4-4a95-82f5-0a4616b000d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:37,587 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.083s 2023-11-06 08:29:37,588 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-334f5676-5e7c-4272-96fe-2fa03ee8ab76', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-334f5676-5e7c-4272-96fe-2fa03ee8ab76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceR escueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:38,647 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:38,648 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b8c774-5732-4458-808d-63fdc064783b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b8c774-5732-4458-808d-63fdc064783b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:39,705 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:39,706 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5fe279b-d574-413e-9f9a-075e98a56379', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5fe279b-d574-413e-9f9a-075e98a56379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "l inks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:40,758 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.039s 2023-11-06 08:29:40,758 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96aeb388-7e17-4302-8539-f280eb05b617', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96aeb388-7e17-4302-8539-f280eb05b617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:41,813 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.041s 2023-11-06 08:29:41,814 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2970a957-901a-4466-85b2-ff40f78b7260', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2970a957-901a-4466-85b2-ff40f78b7260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:42,907 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.080s 2023-11-06 08:29:42,908 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b1d856-917e-4c46-8337-4605fe4aa6aa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b1d856-917e-4c46-8337-4605fe4aa6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:43,972 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.043s 2023-11-06 08:29:43,973 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d0fa913-6237-4c8e-ac92-9df1bf7f6f5b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d0fa913-6237-4c8e-ac92-9df1bf7f6f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_ id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:45,035 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.048s 2023-11-06 08:29:45,036 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec81300a-6f08-4a56-9b70-681af0075e37', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec81300a-6f08-4a56-9b70-681af0075e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:46,100 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.050s 2023-11-06 08:29:46,101 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6170dc75-1e51-4d66-a434-a7a01f9064bc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6170dc75-1e51-4d66-a434-a7a01f9064bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu ltiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:47,186 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.072s 2023-11-06 08:29:47,187 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae76e98-dc4b-47ea-adc4-186a49f04714', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae76e98-dc4b-47ea-adc4-186a49f04714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:48,257 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.047s 2023-11-06 08:29:48,257 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb303528-99c3-45f7-b6e3-164305820834', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb303528-99c3-45f7-b6e3-164305820834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:49,315 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.044s 2023-11-06 08:29:49,315 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4aa1458-27be-448b-8ea6-a5926eb699ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4aa1458-27be-448b-8ea6-a5926eb699ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:50,383 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.054s 2023-11-06 08:29:50,383 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7765b05-7a93-4593-827d-043089ebbc90', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7765b05-7a93-4593-827d-043089ebbc90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:51,458 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 G ET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:51,459 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09023f4a-a434-4dd1-92dc-edc66fc37a39', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09023f4a-a434-4dd1-92dc-edc66fc37a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:52,564 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.091s 2023-11-06 08:29:52,565 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1455a07-4436-49e3-bb17-2cc273cbba2a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1455a07-4436-49e3-bb17-2cc273cbba2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:53,636 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.046s 2023-11-06 08:29:53,636 84 053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2088626d-3994-4562-9623-18a761544e36', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2088626d-3994-4562-9623-18a761544e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:54,689 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.040s 2023-11-06 08:29:54,689 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-639e02db-5053-4938-84e1-81f0a554b336', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-639e02db-5053-4938-84e1-81f0a554b336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:55,761 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.058s 2023-11-06 08:29:55,762 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8ad263-2d32-43ea-8dd9-5537a64a0311', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8ad263-2d32-43ea-8dd9-5537a64a0311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:56,822 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.042s 2023-11-06 08:29:56,822 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb67a3d6-fbc1-41d2-99ec-1853955d8f4f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb67a3d6-fbc1-41d2-99ec-1853955d8f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:57,888 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.049s 2023-11-06 08:29:57,889 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-6bd1efc2-7789-42a8-8c07-85c572099f34', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd1efc2-7789-42a8-8c07-85c572099f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' 2023-11-06 08:29:58,967 84053 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8 0.052s 2023-11-06 08:29:58,967 84053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239a7045-d6b2-459e-9667-24554325e81d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239a7045-d6b2-459e-9667-24554325e81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8'} Body: b'{"volume": {"id": "6a14c577-5411-4f4e-b414-17638924d8e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:22:41.000000", "updated_at": "2023-11-06T08:27:10.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1278251304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2fcff8e6882f4cdea79661fda18f065d/volumes/6a14c577-5411-4f4e-b414-17638924d8e8"}], "user_id": "798a7a8a1673459faaded11452006305", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2fcff8e6882f4cdea79661fda18f065d"}}' tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 879, in test_rebuild_volume_backed_server waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 0ba33625-2b9e-404c-abbc-14cb0d9a581a failed to build and is in ERROR status Details: Fault: {'code': 400, 'created': '2023-11-06T08:32:35Z', 'message': 'Unable to update attachment.(Bad or unexpected response from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID: req-b5a059d5-b64d-4916-bdba-784a32f939a0)'}. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-06 08:31:33,500 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.500s 2023-11-06 08:31:33,501 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-741c1089-794f-4588-9d1d-5a51bdf8a538', 'x-compute-request-id': 'req-741c1089-794f-4588-9d1d-5a51bdf8a538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-2028407790", "status": "ACTIVE", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:30:12Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:31:33,603 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66 0.085s 2023-11-06 08:31:33,604 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.68', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723c05f1-108e-4d47-ac2d-a3a77a015e4d', 'content-length': '1832', 'openstack-api-version': 'volume 3.68', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723c05f1-108e-4d47-ac2d-a3a77a015e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66'} Body: b'{"volume": {"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2023-11-06T08:29:24.000000", "updated_at": "2023-11-06T08:30:06.000000", "name": "tempest- tempest.common.compute-volume-1866729563", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9157b09b1fda426281dfc143840cd2da/volumes/0a8f03c5-d078-46f2-a838-d19452e4cc66"}], "user_id": "9967ade5d8154b0ba13f624bfe63027b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "attachment_id": "9db85d42-57cb-4163-9ea5-e4c94aff5324", "volume_id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "server_id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "host_name": null, "device": "/dev/vda", "attached_at": "2023-11-06T08:30:06.000000"}], "group_id": null, "shared_targets": true, "service_uuid": "77c1bdb4-e28f-43b5-b1e8-80c3415eeba3", "volume_type_id": "73ae7928-703a-4a12-89dd-746ea860e7c5", "consumes_quota": true, "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "719c39bf-76bf-4945-8ceb-cf903c039ec0", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9157b09b1fda426281dfc143840cd2da"}}' 2023-11-06 08:31:33,634 84039 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; touch test_file 2023-11-06 08:31:33,634 84039 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.229:22' as 'cirros' with public key authentication 2023-11-06 08:31:33,685 84039 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-06 08:31:33,808 84039 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-06 08:31:33,809 84039 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.229 successfully created 2023-11-06 08:31:35,155 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 202 POST http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a/action 1.318s 2023-11-06 08:31:35,155 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: {"rebuild": {"name": "tempest-ServerActionsV293TestJSON-server-447415253", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "719c39bf-76bf-4945-8ceb-cf903c039ec0"}} Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '2044', 'location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a660591e-4b89-4469-8f21-853a027c1600', 'x-compute-request-id': 'req-a660591e-4b89-4469-8f21-853a027c1600', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a/action'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "ex tra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:31:34Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": [], "adminPass": "rebuildPassw0rd", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}' 2023-11-06 08:31:35,200 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/flavors/1 0.022s 2023-11-06 08:31:35,201 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43239b86-c6e0-4ade-bdc1-513636737c3d', 'x-compute-request-id': 'req-43239b86-c6e0-4ade-bdc1-513636737c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/flavors/1'} Body: b'{"flavor": {"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}], "description": null, "extra_specs": {"hw_rng:allowed": "True"}}}' 2023-11-06 08:31:35,484 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.274s 2023-11-06 08:31:35,484 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1867', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17703532-fe1d-40ad-b681-ad309b4d2c28', 'x-compute-request-id': 'req-17703532-fe1d-40ad-b681-ad309b4d2c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Bod y: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:31:35Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:32:25,917 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.362s 2023-11-06 08:32:25,917 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1885', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4008406a-dae5-415e-af21-d5ea297ab37a', 'x-compute-request-id': 'req-4008406a-dae5-415e-af21-d5ea297ab37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "REBUILD", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:32:17Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskCon fig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-2028407790", "server_groups": []}}' 2023-11-06 08:32:25,942 84039 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 50 second wait 2023-11-06 08:33:16,239 84039 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a 0.248s 2023-11-06 08:33:16,239 84039 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 06 Nov 2023 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '2148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d836f8-2f37-4190-b55e-3693ff5226a1', 'x-compute-request-id': 'req-82d836f8-2f37-4190-b55e-3693ff5226a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a'} Body: b'{"server": {"id": "0ba33625-2b9e-404c-abbc-14cb0d9a581a", "name": "tempest-ServerActionsV293TestJSON-server-447415253", "status": "ERROR", "tenant_id": "9157b09b1fda426281dfc143840cd2da", "user_id": "9967ade5d8154b0ba13f624bfe63027b", "metadata": {"rebuild": "server"}, "hostId": "0581aee4b0dee20574c725affb0623ad75ed0b98c475f807e773d7b5", "image": "", "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-11-06T08:29:40Z", "updated": "2023-11-06T08:32:35Z", "addresses": {"tempest-ServerActionsV293TestJSON-565412982-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:95:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0ba33625-2b9e-404c-abbc-14cb0d9a581a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 400, "created": "2023-11-06T08:32:35Z", "message": "Unable to update attachment.(Bad or unexpected response from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID: req-b5a059d5-b64d-4916-bdba-784a32f939a0)"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1942629651", "OS-SRV-USG:launched_at": "2023-11-06T08:30:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1123356872"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0a8f03c5-d078-46f2-a838-d19452e4cc66", "delete_on_termination": true}], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjso n-server-2028407790", "server_groups": []}}' 2023-11-06 08:33:16,257 84039 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "ERROR/None" after 101 second wait tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) ------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 628be39b-7f2f-4ecd-bcf0-ee8cee1ce28f within the required time (196 s). Timer started at 1699259191. Timer ended at 1699259387. Waited for 196 s., ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 36bc3626-f778-4057-9f3f-6f7811e9b5e1 within the required time (196 s). Timer started at 1699259387. Timer ended at 1699259583. Waited for 196 s., ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 89b855a8-5ef0-40be-b5f8-f2bc98e12797 within the required time (196 s). Timer started at 1699259583. Timer ended at 1699259779. Waited for 196 s., )) ====== Totals ====== Ran: 293 tests in 3370.4832 sec. - Passed: 257 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 4 Sum of execute time for each test: 18476.7720 sec. ============== Worker Balance ============== - Worker 0 (26 tests) => 0:23:20.218741 - Worker 1 (23 tests) => 0:27:06.767189 - Worker 2 (64 tests) => 0:32:10.519469 - Worker 3 (20 tests) => 0:24:03.676000 - Worker 4 (23 tests) => 0:55:32.205472 - Worker 5 (11 tests) => 0:37:30.765029 - Worker 6 (21 tests) => 0:51:55.376272 - Worker 7 (29 tests) => 0:14:03.004446 - Worker 8 (22 tests) => 0:33:40.368005 - Worker 9 (25 tests) => 0:39:33.252644 - Worker 10 (16 tests) => 0:27:16.155660 - Worker 11 (13 tests) => 0:12:33.792659 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed