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==6.0.0,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='1166285422' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {7} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {7} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.348207s] ... ok {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.126746s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [32.393667s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.171463s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.435819s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.040664s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.214011s] ... ok {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [73.389189s] ... ok {2} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [260.424359s] ... ok {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [112.152436s] ... ok {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [284.616496s] ... 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_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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 8916abda-c9a1-4dd6-b70d-f94f430a09e9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:31:10Z', 'message': 'Build of instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 aborted: 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:'}. Request ID of server operation performed before checking the server status req-4a24a59e-c963-4c29-89c5-6b01aca964b0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:27:02,282 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 1.079s 2023-11-08 18:27:02,283 84215 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_v242-volume-2056434220", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c890438a-0f94-46a8-acd1-fa8f2a95ca5e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c890438a-0f94-46a8-acd1-fa8f2a95ca5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.136552", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:27:02,394 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.098s 2023-11-08 18:27:02,394 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e84866-9542-4a1f-9703-415b5182eed7', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e84866-9542-4a1f-9703-415b5182eed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:03,490 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.081s 2023-11-08 18:27:03,490 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b588d550-b562-4bfb-87fd-0dd8e3c6c803', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b588d550-b562-4bfb-87fd-0dd8e3c6c803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:04,564 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:04,565 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710dab71-caa0-4d62-8f2f-8c9638a6405a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710dab71-caa0-4d62-8f2f-8c9638a6405a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:05,716 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.123s 2023-11-08 18:27:05,716 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04795116-c5d4-4de7-811a-35838a9822fb', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04795116-c5d4-4de7-811a-35838a9822fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:06,892 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.155s 2023-11-08 18:27:06,892 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea3d312b-9285-4b12-ada6-7b116129f4ee', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea3d312b-9285-4b12-ada6-7b116129f4ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:07,966 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27:07,967 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-5fb2703d-91a0-4d9e-a06a-e81a6ce54bd1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb2703d-91a0-4d9e-a06a-e81a6ce54bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:09,045 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.064s 2023-11-08 18:27:09,045 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc54d81-fb70-446d-9adf-522d7b079d1c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc54d81-fb70-446d-9adf-522d7b079d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:10,123 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.063s 2023-11-08 18:27:10,123 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a560f421-b753-453b-8f8e-32a28852f3f2', 'content-length': '974', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a560f421-b753-453b-8f8e-32a28852f3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:11,235 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.087s 2023-11-08 18:27:11,235 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14449e9-53c3-4b64-a840-041b886c3444', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14449e9-53c3-4b64-a840-041b886c3444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:12,336 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:27:12,336 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7069d50a-1eea-426f-ac10-b79d0c29993f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70 69d50a-1eea-426f-ac10-b79d0c29993f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:13,446 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.094s 2023-11-08 18:27:13,446 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9586be16-153f-4dd8-965c-13ca11b866b7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9586be16-153f-4dd8-965c-13ca11b866b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:14,996 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.534s 2023-11-08 18:27:14,996 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9698c535-3e49-4c70-8a63-1eb3f973ff4f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9698c535-3e49-4c70-8a63-1eb3f973ff4f', 'connection': 'close', 'status': '200', 'content-location': 'htt p://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:16,115 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.085s 2023-11-08 18:27:16,116 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb26ab38-9143-4b63-a25a-4ee71843346a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb26ab38-9143-4b63-a25a-4ee71843346a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:17,242 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.095s 2023-11-08 18:27:17,243 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e77c9f1-5b54-4eed-9c6c-5c2844815964', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e77c9f1-5b54-4eed-9c6c-5c2844815964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252c e9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:18,336 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.066s 2023-11-08 18:27:18,337 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa45ff0-b6b2-4c4a-b60d-9d72f5970167', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa45ff0-b6b2-4c4a-b60d-9d72f5970167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:19,421 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:27:19,422 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8849c87-d8ca-4d80-8054-708e89e0bf59', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8849c87-d8ca-4d80-8054-708e89e0bf59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downlo ading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:20,482 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.046s 2023-11-08 18:27:20,482 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca4dfd8-af87-4013-ac93-398f4a7b1d5b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca4dfd8-af87-4013-ac93-398f4a7b1d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:21,599 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.103s 2023-11-08 18:27:21,600 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72802830-7ff3-4e84-8bab-93445c2adeeb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72802830-7ff3-4e84-8bab-93445c2adeeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updat ed_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:22,719 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.105s 2023-11-08 18:27:22,719 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37724a30-82b2-4dbe-af3f-ba2df9697967', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37724a30-82b2-4dbe-af3f-ba2df9697967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:23,809 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.077s 2023-11-08 18:27:23,810 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e558390-faa9-4a1c-9128-f054d34ac688', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e558390-faa9-4a1c-9128-f054d34ac688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-205643422 0", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:24,911 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.081s 2023-11-08 18:27:24,911 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef3bbba-93af-45df-99cb-1cd4f5dee338', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef3bbba-93af-45df-99cb-1cd4f5dee338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:26,004 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.079s 2023-11-08 18:27:26,004 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db2eac45-7f93-421d-a647-0ed2cc8cb99b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db2eac45-7f93-421d-a647-0ed2cc8cb99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:27,135 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.113s 2023-11-08 18:27:27,135 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7abf878a-cc98-4e3b-affa-f15ba44a73c7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7abf878a-cc98-4e3b-affa-f15ba44a73c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:28,247 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.077s 2023-11-08 18:27:28,252 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032b082f-0fa5-4f68-9219-c83767c17495', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032b082f-0fa5-4f68-9219-c83767c17495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844 297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:29,361 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:27:29,362 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0741c04e-c372-4e8b-b7f1-52d197706e63', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0741c04e-c372-4e8b-b7f1-52d197706e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:30,482 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.100s 2023-11-08 18:27:30,482 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d605366f-b31a-41f1-a1b0-9cd5be1bdc0c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d605366f-b31a-41f1-a1b0-9cd5be1bdc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http:// 10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:31,617 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.112s 2023-11-08 18:27:31,618 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14a5b87-3b22-4930-832f-057e147002fe', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14a5b87-3b22-4930-832f-057e147002fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:32,690 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:32,691 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-835060c0-cd40-47ce-abe7-6cb3b44a798a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-835060c0-cd40-47ce-abe7-6cb3b44a798a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}] , "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:33,762 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:33,763 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5684de1-6ad8-4458-bf0f-6665a556d96e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5684de1-6ad8-4458-bf0f-6665a556d96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:34,827 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27:34,827 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29187eca-9ab8-48e0-ba9b-225b9dc588ac', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29187eca-9ab8-48e0-ba9b-225b9dc588ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replica tion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:35,980 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.139s 2023-11-08 18:27:35,980 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45356efe-c832-4ac4-a05c-2cdd3d502f3a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45356efe-c832-4ac4-a05c-2cdd3d502f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:37,086 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.091s 2023-11-08 18:27:37,087 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73621468-e56a-4c85-8ab7-a623de4121c9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73621468-e56a-4c85-8ab7-a623de4121c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_ image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:38,170 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.058s 2023-11-08 18:27:38,170 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0801b6-b3e5-41d1-8d03-e9ad58f733e1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b0801b6-b3e5-41d1-8d03-e9ad58f733e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:39,252 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.066s 2023-11-08 18:27:39,252 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d100bc5-0cc7-4cc6-adba-ee8471c9600b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d100bc5-0cc7-4cc6-adba-ee8471c9600b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e81488 1844297432ef6d86f"}}' 2023-11-08 18:27:40,327 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.054s 2023-11-08 18:27:40,328 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9bf8a4-ade1-4f1c-a8bb-a224a075af01', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9bf8a4-ade1-4f1c-a8bb-a224a075af01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:41,410 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.067s 2023-11-08 18:27:41,411 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400b76b6-5287-48f1-8b88-7b26b3c93126', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400b76b6-5287-48f1-8b88-7b26b3c93126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:42,483 84215 INFO [tempest.lib.common.rest_client] Requ est (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.055s 2023-11-08 18:27:42,484 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960a0b28-7087-440f-9049-547c6ebf10be', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960a0b28-7087-440f-9049-547c6ebf10be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:43,564 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:27:43,565 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020dd26e-cccf-4c63-a666-a7acd3bfea42', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020dd26e-cccf-4c63-a666-a7acd3bfea42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:44,645 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b 915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:27:44,646 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e75751-9790-4803-b9b7-7832296cdb25', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e75751-9790-4803-b9b7-7832296cdb25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:45,713 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.050s 2023-11-08 18:27:45,713 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc315b9-7ca9-4ca3-aeac-8b7fdafbf908', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc315b9-7ca9-4ca3-aeac-8b7fdafbf908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:46,788 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27 :46,788 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ef48d0-d69e-4e22-9e33-87ef4682295b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ef48d0-d69e-4e22-9e33-87ef4682295b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:47,923 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.121s 2023-11-08 18:27:47,923 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713a6571-2836-441b-a8dd-805523c2058d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713a6571-2836-441b-a8dd-805523c2058d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:49,022 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.085s 2023-11-08 18:27:49,023 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c400ca-9d7a-4c48-bd4f-97b99c49b564', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c400ca-9d7a-4c48-bd4f-97b99c49b564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:50,093 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:27:50,094 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ebde1d-db6d-4361-8d03-dff100239e1a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ebde1d-db6d-4361-8d03-dff100239e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:51,160 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.051s 2023-11-08 18:27:51,161 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Re sponse - Headers: {'date': 'Wed, 08 Nov 2023 18:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa1adf1-24a1-4b21-9a93-f6d36db6a159', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa1adf1-24a1-4b21-9a93-f6d36db6a159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:52,237 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.050s 2023-11-08 18:27:52,238 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc1230a-bed9-4fe2-b562-915223c713c6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc1230a-bed9-4fe2-b562-915223c713c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:53,293 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.041s 2023-11-08 18:27:53,293 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-356e5f3b-0ee1-473e-a1a6-964c72abdcc0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356e5f3b-0ee1-473e-a1a6-964c72abdcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:54,378 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.070s 2023-11-08 18:27:54,378 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e736ac29-1e81-4c51-b571-4ef4be9671d2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e736ac29-1e81-4c51-b571-4ef4be9671d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:55,449 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:27:55,450 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e23749c-5442-4cac-bcb4-5b9747b7c35 4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e23749c-5442-4cac-bcb4-5b9747b7c354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:56,504 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:56,504 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad29e35-2d72-4ad6-8d73-437ef78cbb28', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad29e35-2d72-4ad6-8d73-437ef78cbb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:57,557 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:57,558 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63e0843-2dc5-4aed-b7dc-a3b043a4acdd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-e63e0843-2dc5-4aed-b7dc-a3b043a4acdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:58,611 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:58,612 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cdffd9-4c1a-4bca-b986-2ec7e8d834d6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cdffd9-4c1a-4bca-b986-2ec7e8d834d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:59,668 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.041s 2023-11-08 18:27:59,669 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4226e734-5c05-43b6-903f-19787cd39080', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4226e734-5c05-43b6-903f-19787cd39080', 'connection': 'close', 's tatus': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:00,748 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:28:00,749 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15e4e2d-97d5-4668-bba2-d0b6f98cde29', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15e4e2d-97d5-4668-bba2-d0b6f98cde29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:01,810 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:01,810 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f15477-fe88-40f2-9b96-87a224b6ada9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f15477-fe88-40f2-9b96-87a224b6ada9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/v olumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:02,863 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:02,863 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464fb8f5-bc9d-48a5-b972-01cd8d137e6d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464fb8f5-bc9d-48a5-b972-01cd8d137e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:03,920 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:28:03,921 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b97212-4e78-4e50-84f4-3555107f052d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b97212-4e78-4e50-84f4-3555107f052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c 4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:04,973 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.038s 2023-11-08 18:28:04,973 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc5e436-5b11-499f-b280-a79baebae45a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc5e436-5b11-499f-b280-a79baebae45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:06,027 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:06,027 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742fa087-9add-483f-ada7-3f794f0345a8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742fa087-9add-483f-ada7-3f794f0345a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at ": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:07,087 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:07,087 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110eb5d8-f532-42b0-bfb9-0a06b56a5e3b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110eb5d8-f532-42b0-bfb9-0a06b56a5e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:08,168 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.067s 2023-11-08 18:28:08,168 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4739f4-7ff7-45fd-a092-2eb196fbfab2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4739f4-7ff7-45fd-a092-2eb196fbfab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-Tagg edBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:09,221 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:09,222 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47caf10b-b8da-42ca-8cc0-4e95777ac998', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47caf10b-b8da-42ca-8cc0-4e95777ac998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:10,284 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:28:10,284 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89f7221-9f2b-420b-9a21-babbbfaa7648', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89f7221-9f2b-420b-9a21-babbbfaa7648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:11,337 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:11,338 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daae0eda-1515-4ba3-a159-fdde93976487', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daae0eda-1515-4ba3-a159-fdde93976487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:12,390 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:12,390 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af23e698-0c1c-4c80-b3a8-5242b2aac512', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af23e698-0c1c-4c80-b3a8-5242b2aac512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:13,446 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.043s 2023-11-08 18:28:13,447 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37ab643f-a590-4d95-86e9-0589b8aff6c8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37ab643f-a590-4d95-86e9-0589b8aff6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:14,502 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:14,502 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd017c1f-831a-4f28-b940-bb10ef367623', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd017c1f-831a-4f28-b940-bb10ef367623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2" }, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:15,555 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:15,556 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e354b1e5-61a7-4a7a-88b4-8652d33eb8e6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e354b1e5-61a7-4a7a-88b4-8652d33eb8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:16,608 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:16,608 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c3e259-ebed-4c4c-9435-ea6914ea4297', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c3e259-ebed-4c4c-9435-ea6914ea4297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/ 8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:17,699 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.078s 2023-11-08 18:28:17,700 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cafd78c-a37d-4c45-95dd-4138665ccccc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cafd78c-a37d-4c45-95dd-4138665ccccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:18,759 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.046s 2023-11-08 18:28:18,759 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-781f38fe-3539-47fc-9694-6a858a069d57', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-781f38fe-3539-47fc-9694-6a858a069d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable" : "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:19,835 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:28:19,835 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc724979-8f33-4c64-b5ff-dba154d37515', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc724979-8f33-4c64-b5ff-dba154d37515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:20,894 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:20,894 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a2f2aa1-77f7-4bb6-9b63-ef1533ef296b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a2f2aa1-77f7-4bb6-9b63-ef1533ef296b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:21,966 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.051s 2023-11-08 18:28:21,966 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ebdec46-a2ef-48ce-8ec1-a7b56769b58e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ebdec46-a2ef-48ce-8ec1-a7b56769b58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:23,027 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:23,028 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cd5006-47e9-4139-9c78-d64328d76b40', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cd5006-47e9-4139-9c78-d64328d76b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-t enant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:24,084 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.043s 2023-11-08 18:28:24,085 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76c8e2c-0cbb-4bcd-b68a-1a38c6300b3d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76c8e2c-0cbb-4bcd-b68a-1a38c6300b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:25,144 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:25,154 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9cb956-e26b-4384-98b5-aa63663b6002', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9cb956-e26b-4384-98b5-aa63663b6002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:26,223 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:26,223 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8f3c4f-1248-40b8-85c3-724ed14991ff', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8f3c4f-1248-40b8-85c3-724ed14991ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:27,277 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:27,277 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669bc28e-0747-42bf-acfd-6d91d995ff9c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669bc28e-0747-42bf-acfd-6d91d995ff9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:28,377 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:28:28,377 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48f5729-b398-4a55-81ea-1bcf7288a985', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48f5729-b398-4a55-81ea-1bcf7288a985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:29,473 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.079s 2023-11-08 18:28:29,473 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7282e819-76b1-4641-a611-7fb39a0fc88a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7282e819-76b1-4641-a611-7fb39a0fc88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:30,530 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a1 69-358e252ce9c2 0.044s 2023-11-08 18:28:30,531 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a647f9b0-ff78-418e-a950-2bed35652c6f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a647f9b0-ff78-418e-a950-2bed35652c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:31,586 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:31,587 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804b2005-172a-4d57-a868-c15666fa366b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804b2005-172a-4d57-a868-c15666fa366b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:32,644 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:28:32,645 84215 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502b1ef8-8864-490a-b77a-007e67c84171', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502b1ef8-8864-490a-b77a-007e67c84171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:33,701 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:33,701 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8e1f13-2b44-4ddb-8a67-9da2198d6cf5', 'content-length': '1395', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8e1f13-2b44-4ddb-8a67-9da2198d6cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:33.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "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": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:33,713 84215 INFO [tempest.common.waiters] volume 8f5c45d8-d1a7-44c4-a169-358e252ce9c2 reached available after waiting for 91.713698 seconds 2023-11-08 18:28:33,951 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 0.236s 2023-11-08 18:28:33,952 84215 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_v242-volume-903885034"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db89388b-8b5b-41ee-a6f6-f73472cce73f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db89388b-8b5b-41ee-a6f6-f73472cce73f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:33.845225", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:28:34,003 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.040s 2023-11-08 18:28:34,004 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0ba2b5-dae9-4876-a47d-c4d51ef2870d', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0ba2b5-dae9-4876-a47d-c4d51ef2870d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:35,068 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v 3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.050s 2023-11-08 18:28:35,069 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4efff92e-566d-4695-b015-5ccea3b1d2f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4efff92e-566d-4695-b015-5ccea3b1d2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:36,128 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:36,129 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9de957-2a7b-408c-b80d-eb1edd2bf0a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9de957-2a7b-408c-b80d-eb1edd2bf0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:37,181 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.039s 2023-11-08 18:28:37,181 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aabab2f-8778-416c-82d3-10b87b11a45a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aabab2f-8778-416c-82d3-10b87b11a45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:38,234 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.038s 2023-11-08 18:28:38,235 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3f7fbf-cea8-4893-9dd1-c785cacc397e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3f7fbf-cea8-4893-9dd1-c785cacc397e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:39,307 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.059s 2023-11-08 18:28:39,307 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c4cb566d-dee5-42d3-a253-ceb09bbd51a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4cb566d-dee5-42d3-a253-ceb09bbd51a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:40,367 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:40,367 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cede0d8-a460-40be-ac88-5d537a9a7a97', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cede0d8-a460-40be-ac88-5d537a9a7a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:41,420 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.040s 2023-11-08 18:28:41,421 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76703c92-8e24-4116-96c5-5874ba9036b9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76703c92-8e24-4116-96c5-5874ba9036b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:42,477 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:42,477 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97edc65a-6f90-4cbb-865e-13e1645f8f9f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97edc65a-6f90-4cbb-865e-13e1645f8f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:43,534 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.043s 2023-11-08 18:28:43,535 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840c3ddf-baae-4fb0-a4b7-39f0a0fd2514', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840c3ddf-baae-4fb0-a4b7-39f0a0fd2514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899 -86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:44,601 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:44,602 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8311078-1af7-45c1-bce3-09e1b5e45a61', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8311078-1af7-45c1-bce3-09e1b5e45a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:45,660 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.044s 2023-11-08 18:28:45,660 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3e408a-7080-4e2e-afbc-9caa8b5909f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3e408a-7080-4e2e-afbc-9caa8b5909f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume- 903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:46,720 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.047s 2023-11-08 18:28:46,721 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e6bde8-55b1-48a8-92d4-047b4d47881d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e6bde8-55b1-48a8-92d4-047b4d47881d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:47,785 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:47,785 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7d734a-befa-4dd1-a80a-5a94ffc93226', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7d734a-befa-4dd1-a80a-5a94ffc93226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volu mes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:48,840 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:48,841 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a785daf-b729-436a-9398-45ced434aa33', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a785daf-b729-436a-9398-45ced434aa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:49,901 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:49,902 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847d5158-f0ca-4b89-842a-ff453a978373', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847d5158-f0ca-4b89-842a-ff453a978373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca946 1d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:49,913 84215 INFO [tempest.common.waiters] volume f871047b-86c5-4899-86ba-56563ce2c5f3 reached available after waiting for 15.913838 seconds 2023-11-08 18:28:50,185 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 0.271s 2023-11-08 18:28:50,185 84215 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_v242-volume-2110650077"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab04b24-4b33-4f54-9ab9-35f845e074ed', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab04b24-4b33-4f54-9ab9-35f845e074ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.111312", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:28:50,244 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:50,245 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4de933-c3d8-4fd8-83d1-1c708507c360', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4de933-c3d8-4fd8-83d1-1c708507c360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:51,307 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.046s 2023-11-08 18:28:51,307 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-639a534f-fa3b-4b27-934c-792c32f9ae76', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-639a534f-fa3b-4b27-934c-792c32f9ae76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:52,367 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.046s 2023-11-08 18:28:52,367 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8056f455-3139-4d9b-83e5-37a0c626ada2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8056f455-3139-4d9b-83e5-37a0c626ada2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:53,421 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/ volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.039s 2023-11-08 18:28:53,421 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138d9dd3-8787-4b86-a5f1-8a31155e4401', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138d9dd3-8787-4b86-a5f1-8a31155e4401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:54,511 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.077s 2023-11-08 18:28:54,511 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70bb43fa-4fc5-46c6-8c8b-98cb694c6269', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70bb43fa-4fc5-46c6-8c8b-98cb694c6269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:55,584 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.048s 2023-11-08 18:28:55,585 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce2a807-e8a6-4518-a828-08443c2b867f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce2a807-e8a6-4518-a828-08443c2b867f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:56,666 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.057s 2023-11-08 18:28:56,667 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3751a334-736f-4f1b-90ca-8aef9017ce18', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3751a334-736f-4f1b-90ca-8aef9017ce18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:57,727 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:57,728 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-1b4302ab-6638-4dda-84b1-fddb86c6b8fe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4302ab-6638-4dda-84b1-fddb86c6b8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:58,789 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:58,789 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b15220b-d465-4469-a2f1-ca80a5324796', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b15220b-d465-4469-a2f1-ca80a5324796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:59,890 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.072s 2023-11-08 18:28:59,891 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8b7b9c-5761-4b75-b3a2-8860556103f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8b7b9c-5761-4b75-b3a2-8 860556103f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:59,903 84215 INFO [tempest.common.waiters] volume de002da2-5fa4-443f-b1ac-d057e349cfbd reached available after waiting for 9.903442 seconds 2023-11-08 18:29:01,067 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.163s 2023-11-08 18:29:01,068 84215 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-838170933"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c1b8f3dd-d20a-4bf9-998f-b9abd9bc1245', 'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0f32aa83-714e-4224-a207-f9b21fa159de","name":"tempest-device-tagging-net1-838170933","tenant_id":"32b915018e814881844297432ef6d86f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"32b915018e814881844297432ef6d86f","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-08T18:28:59Z","updated_at":"2023-11-08T18:29:00Z","revision_number":1}}' 2023-11-08 18:29:01,682 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.613s 2023-11-08 18:29:01,682 84215 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-146764526"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-9f8467df-d922-45b9-9b67-2e84090c666d', 'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2138b78c-16f6-489b-8972-176b2d6f6f38","name":"tempest-device-tagging-net2-146764526","tenant_id":"32b915018e814881844297432ef6d86f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"32b915018e814881844297432ef6d86f","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-08T18:29:01Z","updated_at":"2023-11-08T18:29:01Z","revision_number":1}}' 2023-11-08 18:29:02,968 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBoot DevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.285s 2023-11-08 18:29:02,968 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-3799f24e-025f-46d3-af5e-fe079904a3f1', 'date': 'Wed, 08 Nov 2023 18:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"16e8206d-6152-4c24-a004-a9084f8932a7","name":"","tenant_id":"32b915018e814881844297432ef6d86f","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","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-08T18:29:01Z","updated_at":"2023-11-08T18:29:01Z","revision_number":0,"project_id":"32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:03,787 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.818s 2023-11-08 18:29:03,788 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2138b78c-16f6-489b-8972-176b2d6f6f38", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-9d862e8c-db05-44d2-9da9-3fa595b37386', 'date': 'Wed, 08 Nov 2023 18:29:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335","name":"","tenant_id":"32b915018e814881844297432ef6d86f","network_id":"2138b78c-16f6-489b-8972-176b2d6f6f38","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-08T18:29:03Z","updated_at":"2023-11-08T18:29:03Z","revision_number":0,"project_id":"32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:04,349 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.561s 2023-11-08 18:29:04,350 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "name": "tempest-TaggedBootDevicesTest_v242-2120827342", "fixed_ips": [{"subnet_id": "16e8206d-6152-4c24-a004-a9084f8932a7"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-88c7f7f1-76c0-4823-b31c-f5413de17d6e', 'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"907f9a9f-55b2-413b-8207-2d3786c7cfc8","name":"tempest-TaggedBootDevicesTest_v242-2120827342","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","tenant_id":"32b915018e814881844297432ef6d86f","mac_address":"fa:16:3e:1a:db:e5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"16e8206d-6152-4c24-a004-a9084f8932a7","ip_address":"10.1.1.181"}],"project_id":"32b915 018e814881844297432ef6d86f","port_security_enabled":true,"security_groups":["f8f0ac6b-c965-484d-afef-8fffba80c35c"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:03Z","updated_at":"2023-11-08T18:29:04Z","revision_number":1}}' 2023-11-08 18:29:04,833 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.483s 2023-11-08 18:29:04,834 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "name": "tempest-TaggedBootDevicesTest_v242-1428898970", "fixed_ips": [{"subnet_id": "16e8206d-6152-4c24-a004-a9084f8932a7"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-1982aeb7-a7c7-4bc9-8a5d-c69bacc31665', 'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"9f9113d5-a97e-46b0-86b5-2ef805dd58eb","name":"tempest-TaggedBootDevicesTest_v242-1428898970","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","tenant_id":"32b915018e814881844297432ef6d86f","mac_address":"fa:16:3e:80:3c:a3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"16e8206d-6152-4c24-a004-a9084f8932a7","ip_address":"10.1.1.176"}],"project_id":"32b915018e814881844297432ef6d86f","port_security_enabled":true,"security_groups":["f8f0ac6b-c965-484d-afef-8fffba80c35c"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:04Z","updated_at":"2023-11-08T18:29:04Z","revision_number":1}}' 2023-11-08 18:29:04,838 84215 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:29:04,838 84215 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:29:04,909 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-11-08 18:29:04,909 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-754388221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54613591-ca8f-4b96-8ff4-e265bec38361', 'x-compute-request-id': 'req-54613591-ca8f-4b96-8ff4-e265bec38361', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-754388221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA==", "fingerprint": "b8:4d:bf:6e:58:92:4d:5d:52:da:b0:d8:63:12:46:af", "user_id": "8ba533d7f9174c5fa897d608ca9461d0"}}' 2023-11-08 18:29:04,912 84215 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-754388221 created 2023-11-08 18:29:05,132 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.219s 2023-11-08 18:29:05,133 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1452528219", "description": "tempest-description--1623419092"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-61327c3c-ef64-411f-b5a4-0d8bc0d5b8b2', 'date': 'Wed, 08 Nov 2023 18:29:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "name": "tempest-securitygroup--1452528219", "stateful": true, "tenant_id": "32b915018e814881844297432ef6d86f", "description": "tempest-description--1623419092", "shared": false, "security_group_rules": [{"id": "5030378d-a13d-4c5d-a06a-5ca5c77f529b", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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": 362, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}, {"id": "a6f2d309-f6d9-4d1e-b8a0-84a70949e12a", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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": 361, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 1, "project_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:05,317 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-11-08 18:29:05,318 84215 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": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-d653fb05-01cb-4faa-ad8c-dfb88f9de47d', 'date': 'Wed, 08 Nov 2023 18:29:05 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": "138ec99e-c8db-47b3-b516-d5a1516901ee", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:05,520 84215 INFO [tempest.lib.common.rest_client] R equest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-11-08 18:29:05,521 84215 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": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-02e631dd-164d-4d2c-8187-57407493d71b', 'date': 'Wed, 08 Nov 2023 18:29:05 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": "c159ba8e-b595-4c40-ba70-8f029741e361", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:05,521 84215 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1452528219 created 2023-11-08 18:29:06,211 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.689s 2023-11-08 18:29:06,212 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d1efd8ed-4817-40f0-b373-dedcdc8555f7', 'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "659952ef-977d-4bca-a044-d2d25c8849f6", "tenant_id": "32b915018e814881844297432ef6d86f", "floating_ip_address": "172.24.4.122", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32b915018e814881844297432ef6d86f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:06,212 84215 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '659952ef-977d-4bca-a044-d2d25c8849f6', 'tenant_id': '32b915018e814881844297432ef6d86f', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32b915018e814881844297432ef6d86f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-11-08 18:29:06,319 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2023-11-08 18:29:06,320 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content -length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83856d48-582e-4e77-9fec-68c46658d3f9', '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": "8ba533d7f9174c5fa897d608ca9461d0", "name": "tempest-TaggedBootDevicesTest_v242-1376636969-project-member", "password_expires_at": null}, "audit_ids": ["7J8kTcDeRxSinAShvefygQ"], "expires_at": "2023-11-08T19:29:06.000000Z", "issued_at": "2023-11-08T18:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32b915018e814881844297432ef6d86f", "name": "tempest-TaggedBootDevicesTest_v242-1376636969"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:06,320 84215 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '78380ca1-7219-4330-9d40-a8b4c6a1f72f', 'name': 'tempest-TaggedBootDevicesTest_v242-2053709143-network', 'tenant_id': '32b915018e814881844297432ef6d86f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32b915018e814881844297432ef6d86f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65323, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:28Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:06,374 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tag ged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2023-11-08 18:29:06,375 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a3fa927-f9fd-4573-a7fb-291ac3931799', '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": "8ba533d7f9174c5fa897d608ca9461d0", "name": "tempest-TaggedBootDevicesTest_v242-1376636969-project-member", "password_expires_at": null}, "audit_ids": ["_55W_QJwSfy1LlZGiHshcg"], "expires_at": "2023-11-08T19:29:06.000000Z", "issued_at": "2023-11-08T18:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32b915018e814881844297432ef6d86f", "name": "tempest-TaggedBootDevicesTest_v242-1376636969"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:06,375 84215 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '78380ca1-7219-4330-9d40-a8b4c6a1f72f', 'name': 'tempest-TaggedBootDevicesTest_v242-2053709143-network', 'tenant_id': '32b915018e814881844297432ef6d86f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32b915018e814881844297432ef6d86f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65 323, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:28Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:06,376 84215 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-754388221', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA==', 'fingerprint': 'b8:4d:bf:6e:58:92:4d:5d:52:da:b0:d8:63:12:46:af', 'user_id': '8ba533d7f9174c5fa897d608ca9461d0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXWnlRstnDWwsL8y+WYff4BX12XrdrDqpRn1pSwET9sP9QZ9BwATsM\ndVSmsOyur+GgBwYFK4EEACKhZANiAARSyiKhBM+yyW+/J0JlWQOAWBax8G9e6Bxi\n3AeMhuNbJ14eC/CkQYN0UEBIBeGIazjmxVN9wq3X/o0kDJi/8oCmv/TBW5mRSzsu\nnQx6MEicCoRqYBFzYExaoUJlxDswiZQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', 'name': 'tempest-securitygroup--1452528219', 'stateful': True, 'tenant_id': '32b915018e814881844297432ef6d86f', 'description': 'tempest-description--1623419092', 'shared': False, 'security_group_rules': [{'id': '5030378d-a13d-4c5d-a06a-5ca5c77f529b', 'project_id': '32b915018e814881844297432ef6d86f', 'tenant_id': '32b915018e814881844297432ef6d86f', 'security_group_id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', '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': 362, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0}, {'id': 'a6f2d309-f6d9-4d1e-b8a0-84a70949e12a', 'project_id': '32b915018e814881844297432ef6d86f', 'tenant_id': '32b915018e814881844297432ef6d86f', 'security_group_id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', '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': 361, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 1, 'project_id': '32b915018e814881844297432ef6d86f'}, 'floating_ip': {'id': '659952ef-977d-4bca-a044-d2d25c8849f6', 'tenant_id': '32b915018e814881844297432ef6d86f', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32b915018e814881844297432ef6d86f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-11-08 18:29:09,149 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 2.771s 2023-11-08 18:29:09,150 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1544452275", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "78380ca1-7219-4330-9d40-a8b4c6a1f72f"}, {"port": "907f9a9f-55b2-413b-8207-2d3786c7cfc8", "tag": "port-1"}, {"port": "9f9113d5-a97e-46b0-86b5-2ef805dd58eb", "tag": "port-2"}, {"uuid": "0f32aa83-714e-4224-a207-f9b21fa159de", "tag": "net-1"}, {"uuid": "0f32aa83-714e-4224-a207-f9b21fa159de"}, {"uuid": "2138b78c-16f6-489b-8972-176b2d6f6f38", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "2138b78c-16f6-489b-8972-176b2d6f6f38", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "f871047b-86c5-4899-86ba-56563ce2c5f3", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1452528219"}], "key_name": "tempest-keypair-754388221", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a24a59e-c963-4c29-89c5-6b01aca964b0', 'x-compute-request-id': 'req-4a24a59e-c963-4c29-89c5-6b01aca964b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1452528219"}], "adminPass": "8EkK9JPBp57e"}}' 2023-11-08 18:29:09,232 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.080s 2023-11-08 18:29:09,233 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09e69edd-510c-436f-87af-60dc0a88843e', 'x-compute-request-id': 'req-09e69edd-510c-436f-87af-60dc0a88843e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_ drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:29:59,898 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.597s 2023-11-08 18:29:59,898 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1883', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b92017-bc9e-405a-ad25-fc05643c049c', 'x-compute-request-id': 'req-13b92017-bc9e-405a-ad25-fc05643c049c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "692f8a7a1edecd5fe8b2f83606675753cc399a9932377f017ede7eb1", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:29:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "default"}, {"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:29:59,914 84215 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 50 second wait 2023-11-08 18:30:50,095 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.136s 2023-11-08 18:30:50,095 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1529', 'content-type': 'application/json', 'openstack-api-version': 'c ompute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1afc69a-c647-4eac-baca-c2293d673e2e', 'x-compute-request-id': 'req-f1afc69a-c647-4eac-baca-c2293d673e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:30:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:40,356 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.179s 2023-11-08 18:31:40,356 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1818', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc5f6ff9-ead2-4d81-9543-e7ecd800ec4a', 'x-compute-request-id': 'req-dc5f6ff9-ead2-4d81-9543-e7ecd800ec4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "ERROR", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:31:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-11-08T18:31:10Z", "message": "Build of instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 aborted: Unable to update attachment.(Bad or unexpected resp onse from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID:"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:40,373 84215 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 151 second wait 2023-11-08 18:31:41,205 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.830s 2023-11-08 18:31:41,205 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623f638b-6146-4b20-b482-0a49a73343aa', 'x-compute-request-id': 'req-623f638b-6146-4b20-b482-0a49a73343aa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'' 2023-11-08 18:31:41,266 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 404 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.060s 2023-11-08 18:31:41,267 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e6ad6233-fc25-44c3-9e44-b65d4a867288', 'x-compute-request-id': 'req-e6ad6233-fc25-44c3-9e44-b65d4a867288', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 could not be found."}}' 2023-11-08 18:31:41,310 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-754388221 0.039s 2023-11-08 18:31:41,310 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-290cfd03-9c1e-4619-8e91-4eb8103d42cc', 'x-compute-request-id': 'req-290cfd03-9c1e-4619-8e91-4eb8103d42cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/comput e/v2.1/os-keypairs/tempest-keypair-754388221'} Body: b'' 2023-11-08 18:31:41,529 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363 0.218s 2023-11-08 18:31:41,530 84215 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-03d9b4f0-eecf-4aa3-8e2a-af15afa11e78', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363'} Body: b'' 2023-11-08 18:31:41,552 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363 0.021s 2023-11-08 18:31:41,553 84215 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-df2d6e66-0fb1-4d65-a0dd-180ce504287a', 'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a3faf28f-548e-4d0b-b94b-5ae1b0607363 does not exist", "detail": ""}}' 2023-11-08 18:31:42,135 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/659952ef-977d-4bca-a044-d2d25c8849f6 0.581s 2023-11-08 18:31:42,136 84215 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-2b212fe2-a8a1-46e7-ac47-37b6aa27ddf6', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/659952ef-977d-4bca-a044-d2d25c8849f6'} Body: b'' 2023-11-08 18:31:42,578 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/9f9113d5-a97e-46b0-86b5-2ef805dd58eb 0.442s 2023-11-08 18:31:42,579 84215 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-6feb47f6-4a84-4f3a-8f95-104e29e93320', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/9f9113d5-a97e-46b0-86b5-2ef805dd58eb'} Body: b'' 2023-11-08 18:31:42,986 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/907f9a9f-55b2-413b-8207-2d3786c7cfc8 0.407s 2023-11-08 18:31:42,987 84215 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-a7423dd1-7e50-449e-8bd0-bcbfab028848', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/907f9a9f-55b2-413b-8207-2d3786c7cfc8'} Body: b'' 2023-11-08 18:31:43,477 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335 0.489s 2023-11-08 18:31:43,478 84215 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-d87031d8-b3d0-430f-8b11-0caa18a0f34a', 'date': 'Wed, 08 Nov 2023 18:31:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335'} Body: b'' 2023-11-08 18:31:43,779 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/16e8206d-6152-4c24-a004-a9084f8932a7 0.300s 2023-11-08 18:31:43,779 84215 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-41fd62d2-20e9-4ae3-8d21-19473108f426', 'date': 'Wed, 08 Nov 2023 18:31:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/16e8206d-6152-4c24-a004-a9084f8932a7'} Body: b'' 2023-11-08 18:31:44,726 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2138b78c-16f6-489b-8972-176b2d6f6f38 0.946s 2023-11-08 18:31:44,727 84215 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-3dc6f3e6-726b-4d9e-9dac-b6da8f518e11', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2138b78c-16f6-489b-8972-176b2d6f6f38'} Body: b'' 2023-11-08 18:31:45,816 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/0f32aa83-714e-4224-a207-f9b21fa159de 1.089s 2023-11-08 18:31:45,817 84215 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-f6ab6264-1eeb-462d-bbf1-599ea34823b5', 'date': 'Wed, 08 Nov 2023 18:31:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/0f32aa83-714e-4224-a207-f9b21fa159de'} Body: b'' {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [279.066989s] ... 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_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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:31:11Z', 'message': 'Build of instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 aborted: 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:'}. Request ID of server operation performed before checking the server status req-d36ca735-84e2-4424-987e-357ec1a61d19. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:27:12,246 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 1.644s 2023-11-08 18:27:12,247 84223 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-112943628", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada5e175-742f-4a2e-9512-c86bbb96a9dc', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada5e175-742f-4a2e-9512-c86bbb96a9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.107971", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:27:12,315 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:27:12,315 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9111bb12-8792-4cf0-b505-959111ab0b7a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9111bb12-8792-4cf0-b505-959111ab0b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:13,392 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.058s 2023-11-08 18:27:13,392 84223 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-521bbefa-4d44-420e-b054-de2f542fbade', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-521bbefa-4d44-420e-b054-de2f542fbade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:14,528 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.119s 2023-11-08 18:27:14,529 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e53d09-326c-4447-acd2-2d17a9bf8b73', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e53d09-326c-4447-acd2-2d17a9bf8b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:15,637 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.076s 2023-11-08 18:27:15,638 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:15 GMT', 'server': 'Ap ache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19beb6bf-7fb8-4813-9e81-4394a52dd05a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19beb6bf-7fb8-4813-9e81-4394a52dd05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:16,767 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.109s 2023-11-08 18:27:16,767 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08e0642-4200-4792-97fe-7f8507e74f59', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08e0642-4200-4792-97fe-7f8507e74f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:17,884 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.101s 2023-11-08 18:27:17,885 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191d74f7-44f2-4a6e-97c6-0fa2419f76fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-191d74f7-44f2-4a6e-97c6-0fa2419f76fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:18,962 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:27:18,962 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f422db04-dc87-4ed8-bf13-c19154336114', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f422db04-dc87-4ed8-bf13-c19154336114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:20,077 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.098s 2023-11-08 18:27:20,078 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbbffe9-fe53-46d7-b476-9385671d2b2a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbbffe9-fe53-46d7-b476-9385671d2b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"vol ume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:21,194 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.096s 2023-11-08 18:27:21,195 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a108a98e-b21b-4872-b3e8-8955b0d95ccc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a108a98e-b21b-4872-b3e8-8955b0d95ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:22,268 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:27:22,268 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a359540-70f6-4849-9606-89a018d465fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a359540-70f6-4849-9606-89a018d465fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest- volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:23,352 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.068s 2023-11-08 18:27:23,352 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77580a3-9489-4de1-90eb-9d11ddf87506', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77580a3-9489-4de1-90eb-9d11ddf87506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:24,521 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.144s 2023-11-08 18:27:24,522 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267ba150-1570-4d1e-bee0-ec5bde7ee4a3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267ba150-1570-4d1e-bee0-ec5bde7ee4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a- f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:25,612 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.063s 2023-11-08 18:27:25,612 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbccc1ca-0458-4e72-8628-b100e2acc97f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbccc1ca-0458-4e72-8628-b100e2acc97f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:26,708 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.068s 2023-11-08 18:27:26,708 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190a3f5b-891a-4ae0-ad41-56dd2ea09ef4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190a3f5b-891a-4ae0-ad41-56dd2ea09ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:27,843 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.120s 2023-11-08 18:27:27,844 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34977e61-ed8b-4220-b09c-29081265a63a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34977e61-ed8b-4220-b09c-29081265a63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:28,914 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.054s 2023-11-08 18:27:28,914 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3dabbd-2caa-48ca-8ec6-d6f78d8f08ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3dabbd-2caa-48ca-8ec6-d6f78d8f08ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:29,995 84223 INFO [tempest.lib.common.re st_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.066s 2023-11-08 18:27:29,996 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96813644-4273-4fde-8c01-7b366f794bdf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96813644-4273-4fde-8c01-7b366f794bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:31,112 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.100s 2023-11-08 18:27:31,113 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0f7415-cfb2-4607-b8e3-1b212aafe855', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0f7415-cfb2-4607-b8e3-1b212aafe855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:32,202 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.070s 2023-11-08 18:27:32,203 84223 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b097a63-5669-426a-8060-56f0ba4c6e7b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b097a63-5669-426a-8060-56f0ba4c6e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:33,280 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:27:33,281 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6832f3e2-bea0-4ab4-bd87-b39a3e6e8c58', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6832f3e2-bea0-4ab4-bd87-b39a3e6e8c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:34,368 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.073s 2023-11-08 18:27:34,368 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:34 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce0fb89-2ced-4c66-b204-9c8605bacc01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce0fb89-2ced-4c66-b204-9c8605bacc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:35,439 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:27:35,439 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41980393-7ea7-465e-8620-986041b63bed', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41980393-7ea7-465e-8620-986041b63bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:36,522 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.060s 2023-11-08 18:27:36,523 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf97b381-d13a-415e-bedb-725160521da0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-bf97b381-d13a-415e-bedb-725160521da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:37,589 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:27:37,589 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddc75ba-b30c-4206-8eb0-40b3453e115c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddc75ba-b30c-4206-8eb0-40b3453e115c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:38,686 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.082s 2023-11-08 18:27:38,686 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364e1cac-cd09-4bac-9265-d9a9ca5d54f3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364e1cac-cd09-4bac-9265-d9a9ca5d54f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"i d": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:39,790 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.074s 2023-11-08 18:27:39,790 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21086d69-f58e-4cce-b470-8483f6fbd80d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21086d69-f58e-4cce-b470-8483f6fbd80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:40,904 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.095s 2023-11-08 18:27:40,905 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bb4c14-3aee-469a-863e-663f4d0b6ead', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bb4c14-3aee-469a-863e-663f4d0b6ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-11 2943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:41,990 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.070s 2023-11-08 18:27:41,991 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1af30dc-3700-46cf-8622-e69875bf3761', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1af30dc-3700-46cf-8622-e69875bf3761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:43,090 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.083s 2023-11-08 18:27:43,091 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06657e9d-d589-4d7a-b87b-fe9a80de3d64', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06657e9d-d589-4d7a-b87b-fe9a80de3d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316 -95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:44,177 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.067s 2023-11-08 18:27:44,178 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eee6bffd-adac-4e45-afce-e58409b242d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eee6bffd-adac-4e45-afce-e58409b242d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:45,254 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:27:45,254 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c81b19-2978-4158-b3c2-89c6067709d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c81b19-2978-4158-b3c2-89c6067709d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": fal se, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:46,308 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:27:46,308 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4485139c-3cbe-45e6-aa62-8063832f9443', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4485139c-3cbe-45e6-aa62-8063832f9443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:47,359 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.037s 2023-11-08 18:27:47,359 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f501fe6-5c17-4686-8291-1fad323c65d7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f501fe6-5c17-4686-8291-1fad323c65d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:48,432 84223 INFO [tempest.lib.common.rest_client ] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.058s 2023-11-08 18:27:48,433 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c96720-1203-4d9b-939f-68b33f2f1cae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c96720-1203-4d9b-939f-68b33f2f1cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:49,491 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:27:49,492 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7696039-1bc1-4657-83ce-9abea9b70169', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7696039-1bc1-4657-83ce-9abea9b70169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:50,549 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:27:50,549 84223 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c228a0-7ce2-427a-91d0-5db78989852a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c228a0-7ce2-427a-91d0-5db78989852a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:51,613 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.050s 2023-11-08 18:27:51,614 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f750cc-fb83-4ae6-b397-cb8f567d4a75', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f750cc-fb83-4ae6-b397-cb8f567d4a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:52,676 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.049s 2023-11-08 18:27:52,677 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:52 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c56710-d016-46e6-8a35-23f4863f3a85', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c56710-d016-46e6-8a35-23f4863f3a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:53,734 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:27:53,735 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8facd1-8972-4f17-9ec5-1c70ee37fd08', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8facd1-8972-4f17-9ec5-1c70ee37fd08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:54,809 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.061s 2023-11-08 18:27:54,809 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2e358f-c8ac-4bbb-95eb-8be1ddfe33de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2e3 58f-c8ac-4bbb-95eb-8be1ddfe33de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:55,910 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.078s 2023-11-08 18:27:55,910 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad7a9f07-67db-4f87-8d14-9a5f37125190', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad7a9f07-67db-4f87-8d14-9a5f37125190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:56,965 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:27:56,966 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f524929-c463-40e8-80f5-4e5c22e2b4d1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f524929-c463-40e8-80f5-4e5c22e2b4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4 f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:58,017 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:27:58,018 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a280228-c9fa-4edb-b246-aa732ccecfab', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a280228-c9fa-4edb-b246-aa732ccecfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:59,070 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:27:59,070 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7faa2adb-feb8-4fe9-8a1a-9f12f98cd554', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7faa2adb-feb8-4fe9-8a1a-9f12f98cd554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:00,122 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:00,122 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6120c966-fca8-4f41-8af5-c24abc60304b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6120c966-fca8-4f41-8af5-c24abc60304b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:01,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:01,184 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4525830-5693-428c-a29e-46fc73c4439c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4525830-5693-428c-a29e-46fc73c4439c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7 590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:02,235 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:02,236 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c5569a-396d-403e-8d17-431c2f8c9e24', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c5569a-396d-403e-8d17-431c2f8c9e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:03,288 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:03,288 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a940bc15-3577-4174-b6fd-a311fd5237a0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a940bc15-3577-4174-b6fd-a311fd5237a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:04,339 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:04,339 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950660fe-f18f-47e2-bd86-61083e0312fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950660fe-f18f-47e2-bd86-61083e0312fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:05,393 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:05,394 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d4c6db-afa2-44f4-bee8-493e38bcf6fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d4c6db-afa2-44f4-bee8-493e38bcf6fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:06,450 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:06,451 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643274ad-124d-4123-a24a-74cc5e26fba5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643274ad-124d-4123-a24a-74cc5e26fba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:07,532 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.067s 2023-11-08 18:28:07,532 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd99678c-9a85-4a88-a984-ef70feb9cbc8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd99678c-9a85-4a88-a984-ef70feb9cbc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:08,583 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:08,584 84223 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5a5789-224d-4536-96ca-85086300f73b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5a5789-224d-4536-96ca-85086300f73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:09,643 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:28:09,643 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f19e371b-152c-459a-bc9f-0b8e5c833557', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f19e371b-152c-459a-bc9f-0b8e5c833557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:10,696 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:10,696 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-a510ade5-4083-4b27-9b84-c70c5dc73d95', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a510ade5-4083-4b27-9b84-c70c5dc73d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:11,750 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:11,751 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5204c27d-aa77-4749-83a3-352469d83828', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5204c27d-aa77-4749-83a3-352469d83828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:12,810 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:12,811 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1378c4c3-f61e-4691-81e9-aaa5cdc5dd3f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1378c4c3-f61e- 4691-81e9-aaa5cdc5dd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:13,863 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:13,863 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-250b86d2-3453-4869-8dca-c5d9c5fb8b3f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-250b86d2-3453-4869-8dca-c5d9c5fb8b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:14,917 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:14,917 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88206936-b626-465e-aad0-7adafcc1a3e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88206936-b626-465e-aad0-7adafcc1a3e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd -4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:15,976 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:28:15,976 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e6a86e-588d-4e3a-aea9-439da9b5858f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e6a86e-588d-4e3a-aea9-439da9b5858f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:17,030 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:17,030 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d82d853-d970-4344-99ad-e1d14273f53f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d82d853-d970-4344-99ad-e1d14273f53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "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/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:18,084 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:18,084 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce76ebf2-4e37-4479-ba44-cd0a805e1440', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce76ebf2-4e37-4479-ba44-cd0a805e1440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:19,145 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.049s 2023-11-08 18:28:19,146 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afceb749-7b27-48ca-b5a4-fa282a91b9ac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afceb749-7b27-48ca-b5a4-fa282a91b9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c "}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:20,200 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:20,200 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44c1230-97b4-4bdc-b8f3-4d6c1fb3f9fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44c1230-97b4-4bdc-b8f3-4d6c1fb3f9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:21,255 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:21,255 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991b76ac-1ec5-4326-ba2e-bf965e27742a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991b76ac-1ec5-4326-ba2e-bf965e27742a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_s tatus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:22,313 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:22,314 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d71237e-4cc1-4f07-9ec8-b2601e4d43d5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d71237e-4cc1-4f07-9ec8-b2601e4d43d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:23,376 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:23,376 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caaa2478-97b0-4811-9dda-b1766eec69af', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caaa2478-97b0-4811-9dda-b1766eec69af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:24,438 84223 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.047s 2023-11-08 18:28:24,439 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf38457-c912-4c56-9bad-c47013b245a9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf38457-c912-4c56-9bad-c47013b245a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:25,493 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:25,494 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7625e3-7010-4b0a-8824-cce5f7096f18', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7625e3-7010-4b0a-8824-cce5f7096f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:26,553 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:26,553 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6f1ad6-828b-466c-8466-f35a4551849e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6f1ad6-828b-466c-8466-f35a4551849e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:27,609 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:27,609 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825ce9f2-aec3-4457-a897-02cda1c7b792', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825ce9f2-aec3-4457-a897-02cda1c7b792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:28,662 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:28,663 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type ': 'application/json', 'x-compute-request-id': 'req-95e370b0-858f-400c-b7ab-bf6ac80bac54', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e370b0-858f-400c-b7ab-bf6ac80bac54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:29,714 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:29,714 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41642807-23c8-4c76-8f36-0944d720954e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41642807-23c8-4c76-8f36-0944d720954e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:30,765 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:30,766 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a29d9d-7fe9-4cff-994e-97ffd3f85229', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a29d9d-7fe9-4cff-994e -97ffd3f85229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:31,823 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:31,824 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67918b55-cf12-4d21-acd7-8f98737b2d71', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67918b55-cf12-4d21-acd7-8f98737b2d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:32,893 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:32,894 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a973a095-41aa-4d23-a934-b3ed8ecbe287', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a973a095-41aa-4d23-a934-b3ed8ecbe287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a 8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:33,948 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:33,948 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e185cd0-d1bb-47c6-ba0a-37a7f455b47a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e185cd0-d1bb-47c6-ba0a-37a7f455b47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:35,016 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.055s 2023-11-08 18:28:35,017 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6379c7b1-727b-4420-b889-c1c65f20db5f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6379c7b1-727b-4420-b889-c1c65f20db5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "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/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:36,075 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:36,076 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c938ac-dca6-4627-b690-c1506c0e1034', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c938ac-dca6-4627-b690-c1506c0e1034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:37,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.083s 2023-11-08 18:28:37,183 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bb9045-ee08-4b0a-852e-f0e1285db8fb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bb9045-ee08-4b0a-852e-f0e1285db8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel ": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:38,235 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:38,235 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21993eca-34dc-42f7-96a4-ea0eeb86ace2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21993eca-34dc-42f7-96a4-ea0eeb86ace2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:39,289 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:39,290 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e2b870-a39d-49b0-8e24-d0953d965e9f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e2b870-a39d-49b0-8e24-d0953d965e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:40,347 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:40,347 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acafbb8-6671-4f68-8ef4-f1ff18a54286', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acafbb8-6671-4f68-8ef4-f1ff18a54286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:41,404 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:41,404 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce578ab-a88a-41d3-b055-2d38013d175f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce578ab-a88a-41d3-b055-2d38013d175f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:42,458 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevice sTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:42,459 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c353f112-d511-4174-9d6c-6f3c84c61f61', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c353f112-d511-4174-9d6c-6f3c84c61f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:43,511 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:43,511 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4eadeed-a765-4f81-b988-3dd5c6ed2a7f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4eadeed-a765-4f81-b988-3dd5c6ed2a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:44,579 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:44,579 84223 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e211c66-1d96-428e-b9ea-7f28b9733a20', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e211c66-1d96-428e-b9ea-7f28b9733a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:45,636 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:45,637 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fa08db-72d2-4dd1-a007-7ae46fd752d0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fa08db-72d2-4dd1-a007-7ae46fd752d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:46,714 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.064s 2023-11-08 18:28:46,715 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-7c42de0f-916c-4a7c-aacb-4c7795d2fd69', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c42de0f-916c-4a7c-aacb-4c7795d2fd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:47,791 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:28:47,791 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced12324-01cb-4a39-90be-292598a52653', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced12324-01cb-4a39-90be-292598a52653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:48,857 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:48,858 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f4a654-f93b-43e2-95d6-8a289ed6114d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f4a654-f93b-43e2-95d6-8a289ed6 114d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:49,939 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.069s 2023-11-08 18:28:49,940 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5ab958-0ec1-4429-93e4-df233ff15af5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5ab958-0ec1-4429-93e4-df233ff15af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:51,007 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.055s 2023-11-08 18:28:51,007 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27de23d5-4141-40ed-a9ad-22b874e987ef', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27de23d5-4141-40ed-a9ad-22b874e987ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e75909 83a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:52,064 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:52,064 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee04c24-18f7-4e9d-bdd0-60991e8da3de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee04c24-18f7-4e9d-bdd0-60991e8da3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:53,117 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:53,117 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4abf09-6d2d-42cd-925e-819134cd0240', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4abf09-6d2d-42cd-925e-819134cd0240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:54,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:28:54,183 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42509afe-2503-40f6-a311-7ba76742c9df', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42509afe-2503-40f6-a311-7ba76742c9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:55,261 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.064s 2023-11-08 18:28:55,261 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92dec9bf-0078-4590-92b0-b78dbcf42b8a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92dec9bf-0078-4590-92b0-b78dbcf42b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookm ark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:56,344 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.060s 2023-11-08 18:28:56,344 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd252105-6d17-41d4-9aa5-0a3316b1c67e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd252105-6d17-41d4-9aa5-0a3316b1c67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:57,405 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:57,406 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e73466f-fe3d-4794-8f9d-bfff61489fc6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e73466f-fe3d-4794-8f9d-bfff61489fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "con sistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:58,462 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:58,463 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddbc4556-cd82-4248-a121-c78e3bfd0171', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddbc4556-cd82-4248-a121-c78e3bfd0171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:59,543 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:28:59,544 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d1d3b7-1e39-4182-be9f-0f99885a15ce', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d1d3b7-1e39-4182-be9f-0f99885a15ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:28:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:00,678 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test _tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.052s 2023-11-08 18:29:00,678 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac0e68d-f88e-460d-b116-dc50ecf0d0fe', 'content-length': '1358', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac0e68d-f88e-460d-b116-dc50ecf0d0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:29:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "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": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "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": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:00,776 84223 INFO [tempest.common.waiters] volume ecc4f77a-f0cd-4316-95a8-8e7590983a3c reached available after waiting for 108.776837 seconds 2023-11-08 18:29:01,079 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 0.301s 2023-11-08 18:29:01,079 84223 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-681486357"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07a7a261-29ab-4df2-96d5-96c6e627eb43', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07a7a261-29ab-4df2-96d5-96c6e627eb43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:00.988625", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user _id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:29:01,133 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.042s 2023-11-08 18:29:01,133 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc54b581-6f5e-4fb7-9285-0a00b1b129f2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc54b581-6f5e-4fb7-9285-0a00b1b129f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:02,215 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.069s 2023-11-08 18:29:02,215 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d1489c-24bb-4f23-a089-520087007398', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d1489c-24bb-4f23-a089-520087007398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:03,278 84223 INFO [tempest.lib.common.rest_client] Request (Ta ggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.041s 2023-11-08 18:29:03,278 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387b7241-307d-4157-8f1a-b3492b6e7034', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387b7241-307d-4157-8f1a-b3492b6e7034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:04,343 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.052s 2023-11-08 18:29:04,343 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e44f31-3242-4489-8885-f805af071273', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e44f31-3242-4489-8885-f805af071273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:05,411 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.055s 2023-11-08 18:29:05,412 84223 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0578184f-fc64-4a57-8a34-ec4f0f125f39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0578184f-fc64-4a57-8a34-ec4f0f125f39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:06,475 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.039s 2023-11-08 18:29:06,475 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04168302-0836-498d-9f69-c30fe4e52aac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04168302-0836-498d-9f69-c30fe4e52aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:07,542 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.045s 2023-11-08 18:29:07,543 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content -type': 'application/json', 'x-compute-request-id': 'req-969f4a68-0ca2-4162-8f60-a50f228f663f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969f4a68-0ca2-4162-8f60-a50f228f663f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:07,556 84223 INFO [tempest.common.waiters] volume 16b300d3-6730-4212-9816-1ab558149fd6 reached available after waiting for 6.556138 seconds 2023-11-08 18:29:07,783 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 0.227s 2023-11-08 18:29:07,783 84223 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-1739253312"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c65f61-adeb-4c24-8c4e-8552dffb5e72', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c65f61-adeb-4c24-8c4e-8552dffb5e72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:07.704323", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:29:07,843 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.049s 2023-11-08 18:29:07,844 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067faeac-1f5f-4d39-bf77-c5ff33945f8b', 'content-length': '887', 'openstack-api-version': 'volume 3.0' , 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067faeac-1f5f-4d39-bf77-c5ff33945f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:08,910 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.042s 2023-11-08 18:29:08,911 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd62022-5c53-4d0a-b455-ba978ca2e3c4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd62022-5c53-4d0a-b455-ba978ca2e3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:09,971 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.047s 2023-11-08 18:29:09,971 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48e3aa0-d1e5-4471-b2cb-f7e988769ed0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48e3aa0-d1e5-4471-b2cb-f7e988769ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ce ff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:11,064 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.080s 2023-11-08 18:29:11,065 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e110dc1d-9b01-43de-bca6-c0ef8dec8ae7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e110dc1d-9b01-43de-bca6-c0ef8dec8ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:34,653 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 22.576s 2023-11-08 18:29:34,653 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c958da0b-2bb8-4356-a8eb-54b57ae81f2b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c958da0b-2bb8-4356-a8eb-54b57ae81f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:15.000000", "nam e": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:34,665 84223 INFO [tempest.common.waiters] volume 380ade75-788b-4bf9-86b7-3f1ceff4bfc4 reached available after waiting for 27.665416 seconds 2023-11-08 18:29:35,705 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.040s 2023-11-08 18:29:35,706 84223 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-1248287880"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8ccf77af-0ae8-4a0c-bd79-75bd45c8fc5c', 'date': 'Wed, 08 Nov 2023 18:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","name":"tempest-device-tagging-net1-1248287880","tenant_id":"149a7cfea1764821ae439bd5207ecca8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"149a7cfea1764821ae439bd5207ecca8","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-08T18:29:34Z","updated_at":"2023-11-08T18:29:34Z","revision_number":1}}' 2023-11-08 18:29:36,416 84223 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.709s 2023-11-08 18:29:36,417 84223 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-1565898449"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-af886389-761e-45a1-b346-f53f64cb4d1c', 'date': 'Wed, 08 Nov 2023 18:29:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3f116733-0596-458c-af17-ad1adf342a4f","name":"tempest-device-tagging-net2-1565898449","tenant_id":"149a7cfea1764821ae439bd5207ecca8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"149a7cfea1764821ae439bd5207ecca8","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-08T18:29:35Z","updated_at":"2023-11-08T18:29:35Z","revision_number":1}}' 2023-11-08 18:29:37,436 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.018s 2023-11-08 18:29:37,436 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-edc25957-cfaf-4733-a0fc-641ff558303f', 'date': 'Wed, 08 Nov 2023 18:29:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","name":"","tenant_id":"149a7cfea1764821ae439bd5207ecca8","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","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-08T18:29:36Z","updated_at":"2023-11-08T18:29:36Z","revision_number":0,"project_id":"149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:38,650 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.213s 2023-11-08 18:29:38,651 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3f116733-0596-458c-af17-ad1adf342a4f", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b91333eb-4f5c-40f4-be15-92229ed94db8', 'date': 'Wed, 08 Nov 2023 18:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"842653ac-be49-4b0c-bdcf-dce4590fc798","name":"","tenant_id":"149a7cfea1764821ae439bd5207ecca8","network_id":"3f116733-0596-458c-af17-ad1adf342a4f","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-08T18:29:37Z","updated_at":"2023-11-08T18:29:37Z","revision_number":0,"project_id":"149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:39,230 84223 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.579s 2023-11-08 18:29:39,231 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "name": "tempest-TaggedBootDevicesTest-738169318", "fixed_ips": [{"subnet_id": "2c6f7d43-e416-4158-b3e4-f3445699faa0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-8d5f498a-4b8a-4907-bb78-4208eeeafe36', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"51d5970a-86ec-4a83-aed9-85a818399279","name":"tempest-TaggedBootDevicesTest-738169318","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","tenant_id":"149a7cfea1764821ae439bd5207ecca8","mac_address":"fa:16:3e:0f:ab:41","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","ip_address":"10.1.1.215"}],"project_id":"149a7cfea1764821ae439bd5207ecca8","port_security_enabled":true,"security_groups":["5696f203-60d6-4e90-bf66-001a20661a94"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:38Z","updated_at":"2023-11-08T18:29:38Z","revision_number":1}}' 2023-11-08 18:29:39,746 84223 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.515s 2023-11-08 18:29:39,747 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "name": "tempest-TaggedBootDevicesTest-1651207557", "fixed_ips": [{"subnet_id": "2c6f7d43-e416-4158-b3e4-f3445699faa0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-b159a679-9c0a-4e20-b2a1-990111e2d39e', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"eed6851b-694d-4a19-851d-aaa52d0854b0","name":"tempest-TaggedBootDevicesTest-1651207557","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","tenant_id":"149a7cfea1764821ae439bd5207ecca8","mac_address":"fa:16:3e:ab:30:c9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","ip_address":"10.1.1.103"}],"project_id":"149a7cfea1764821ae439bd5207ecca8","port_security_enabled":true,"security_groups":["5696f203-60d6-4e90-bf66-001a20661a94"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:39Z","updated_at":"2023-11-08T18:29:39Z","revision_number":1}}' 2023-11-08 18:29:39,748 84223 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:29:39,748 84223 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:29:39,814 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-11-08 18:29:39,814 84223 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-1794779525", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', '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-587c6004-819e-46b0-9c43-5ebd32ff7352', 'x-compute-request-id': 'req-587c6004-819e-46b0-9c43-5ebd32ff7352', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1794779525", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug==", "fingerprint": "80:4e:7d:69:f4:44:65:5a:56:27:39:f8:0a:15:6d:43", "user_id": "b8fdbf41ef1d4a01b8121754e0618870"}}' 2023-11-08 18:29:39,816 84223 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1794779525 created 2023-11-08 18:29:39,989 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.172s 2023-11-08 18:29:39,990 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1823725474", "descri ption": "tempest-description--1572299914"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4decee2e-9b4f-4ee9-9d0d-2777f124d7ad', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "name": "tempest-securitygroup--1823725474", "stateful": true, "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "description": "tempest-description--1572299914", "shared": false, "security_group_rules": [{"id": "86a7e7cc-091c-4bf1-9f3d-b1219acd9e49", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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": 384, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 0}, {"id": "c9fb0bc5-f032-46ec-9fa8-ae085e792530", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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": 385, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 1, "project_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:40,489 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.499s 2023-11-08 18:29:40,490 84223 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": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-1cc4426b-d1f2-42e4-a241-1d6d642bc768', 'date': 'Wed, 08 Nov 2023 18:29:40 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": "a5e07239-04bc-4592-ae7f-49ad622dd5f6", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-08T18:29:40Z", "updated_at": "2023-11-08T18:29:40Z", "revision_number": 0}}' 2023-11-08 18:29:40,699 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2023-11-08 18:29:40,699 84223 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": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "protocol": "icmp", "ethertype": "IPv4", "direction": " ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eb40db88-315b-4c94-837a-497714d33427', 'date': 'Wed, 08 Nov 2023 18:29:40 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": "3d61e1ae-8aac-40cf-9e23-8de150d3d473", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-08T18:29:40Z", "updated_at": "2023-11-08T18:29:40Z", "revision_number": 0}}' 2023-11-08 18:29:40,699 84223 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1823725474 created 2023-11-08 18:29:41,361 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.661s 2023-11-08 18:29:41,361 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a2b2ebd0-7505-4f92-967c-6479a0c482c7', 'date': 'Wed, 08 Nov 2023 18:29:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c1edd1a9-b8f3-4bab-b095-f28f2afd0d32", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "floating_ip_address": "172.24.4.247", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "149a7cfea1764821ae439bd5207ecca8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:29:41Z", "updated_at": "2023-11-08T18:29:41Z", "revision_number": 0}}' 2023-11-08 18:29:41,361 84223 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c1edd1a9-b8f3-4bab-b095-f28f2afd0d32', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'floating_ip_address': '172.24.4.247', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:41Z', 'updated_at': '2023-11-08T18:29:41Z', 'revision_number': 0, 'ip': '172.24.4.247'} created 2023-11-08 18:29:41,458 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2023-11-08 18:29:41,459 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 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-6b28d40c-1054-4777-b768-ac0d6ed64582', '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": "b8fdbf41ef1d4a01b8121754e0618870", "name": "tempest-TaggedBootDevicesTest-1416494736-project-member", "password_expires_at": null}, "audit_ids": ["pkVW8kCVQKK9sfy9lJYyGw"], "expires_at": "2023-11-08T19:29:41.000000Z", "issued_at": "2023-11-08T18:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "149a7cfea1764821ae439bd5207ecca8", "name": "tempest-TaggedBootDevicesTest-1416494736"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:41,459 84223 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '726a00f0-2b99-41fb-9d05-ffd33076863e', 'name': 'tempest-TaggedBootDevicesTest-1599146638-network', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28151, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:29Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:41,496 84223 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-08 18:29:41,496 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 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-e2d080b2-a9f5-4253-a505-e2bf22dc6989', '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": "b8fdbf41ef1d4a01b8121754e0618870", "name": "tempest-TaggedBootDevicesTest-1416494736-project-member", "password_expires_at": null}, "audit_ids": ["TMPJ2kepR6i-WIfW4H4beQ"], "expires_at": "2023-11-08T19:29:41.000000Z", "issued_at": "2023-11-08T18:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "149a7cfea1764821ae439bd5207ecca8", "name": "tempest-TaggedBootDevicesTest-1416494736"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:41,497 84223 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '726a00f0-2b99-41fb-9d05-ffd33076863e', 'name': 'tempest-TaggedBootDevicesTest-1599146638-network', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28151, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:29Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:41,498 84223 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1794779525', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2 VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug==', 'fingerprint': '80:4e:7d:69:f4:44:65:5a:56:27:39:f8:0a:15:6d:43', 'user_id': 'b8fdbf41ef1d4a01b8121754e0618870', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCpiEGtS08K2P33KdaPLdFJHXxlR09ycPgcGhZ0Ba/m3hVjVMgJafsO\nIhfOqst3sM+gBwYFK4EEACKhZANiAATo4+O9bBZqUcuIIPkJXcWoUXVtVFSnUbr7\nZ15FhmOebYjsSbQ81ykYHAVh2xSpUAtEQdTOyT6oV2YBKfd5fnRpMqANSGQtvPdE\nj7cFg9QYd8mk8IdnooT8IHNK5XK11bo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', 'name': 'tempest-securitygroup--1823725474', 'stateful': True, 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'description': 'tempest-description--1572299914', 'shared': False, 'security_group_rules': [{'id': '86a7e7cc-091c-4bf1-9f3d-b1219acd9e49', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'security_group_id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', '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': 384, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 0}, {'id': 'c9fb0bc5-f032-46ec-9fa8-ae085e792530', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'security_group_id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', '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': 385, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 1, 'project_id': '149a7cfea1764821ae439bd5207ecca8'}, 'floating_ip': {'id': 'c1edd1a9-b8f3-4bab-b095-f28f2afd0d32', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'floating_ip_address': '172.24.4.247', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:41Z', 'updated_at': '2023-11-08T18:29:41Z', 'revision_number': 0, 'ip': '172.24.4.247'}} 2023-11-08 18:30:01,698 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 20.199s 2023-11-08 18:30:01,699 84223 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: {"server": {"name": "tempest-device-tagging-server-1228215837", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "726a00f0-2b99-41fb-9d05-ffd33076863e"}, {"port": "51d5970a-86ec-4a83-aed9-85a818399279", "tag": "port-1"}, {"port": "eed6851b-694d-4a19-851d-aaa52d0854b0", "tag": "port-2"}, {"uuid": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "tag": "net-1"}, {"uuid": "ab4a7e30-775c-40ac-8e65-efa612e7b67b"}, {"uuid": "3f116733-0596-458c-af17-ad1adf342a4f", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "3f116733-0596-458c-af17-ad1adf342a4f", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "16b300d3-673 0-4212-9816-1ab558149fd6", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1823725474"}], "key_name": "tempest-keypair-1794779525", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9', '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-d36ca735-84e2-4424-987e-357ec1a61d19', 'x-compute-request-id': 'req-d36ca735-84e2-4424-987e-357ec1a61d19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1823725474"}], "adminPass": "KBM8sT8pJXi3"}}' 2023-11-08 18:30:01,795 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.094s 2023-11-08 18:30:01,796 84223 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': 'Wed, 08 Nov 2023 18:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1278', '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-4aa90536-ec7d-4824-a455-03f7fb1a07fc', 'x-compute-request-id': 'req-4aa90536-ec7d-4824-a455-03f7fb1a07fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status": "BUILD", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:02Z", "updated": "2023-11-08T18:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:30:53,174 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3 -aa2e-f650b55b57a9 1.313s 2023-11-08 18:30:53,175 84223 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': 'Wed, 08 Nov 2023 18:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1884', '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-d9bdc2fb-7ca0-469a-869d-9814c505cbb9', 'x-compute-request-id': 'req-d9bdc2fb-7ca0-469a-869d-9814c505cbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status": "BUILD", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "7e9c81125c34b40c43a9f4b898652f2d59f3918103fe3d2315a0f44d", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:01Z", "updated": "2023-11-08T18:30:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "default"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "delete_on_termination": false}, {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "delete_on_termination": false}, {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:30:53,190 84223 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 52 second wait 2023-11-08 18:31:43,412 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.175s 2023-11-08 18:31:43,412 84223 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': 'Wed, 08 Nov 2023 18:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1819', '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-c7a02a4f-bba3-495a-8878-415131a4b764', 'x-compute-request-id': 'req-c7a02a4f-bba3-495a-8878-415131a4b764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status ": "ERROR", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:01Z", "updated": "2023-11-08T18:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-11-08T18:31:11Z", "message": "Build of instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 aborted: 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:"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "delete_on_termination": false}, {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "delete_on_termination": false}, {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:43,428 84223 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 102 second wait 2023-11-08 18:31:44,136 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.706s 2023-11-08 18:31:44,136 84223 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': 'Wed, 08 Nov 2023 18:31:43 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-d0666bab-0fb5-4c6e-af43-7d275a6d70c6', 'x-compute-request-id': 'req-d0666bab-0fb5-4c6e-af43-7d275a6d70c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'' 2023-11-08 18:31:44,200 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 404 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.062s 2023-11-08 18:31:44,200 84223 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': 'Wed, 08 Nov 2023 18:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-147bf769-36dc-4f1a-b111-45821f519cea', 'x-compute-request-id': 'req-147bf769-36dc-4f1a-b111-45821f519cea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 could not be found."}}' 202 3-11-08 18:31:44,258 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794779525 0.055s 2023-11-08 18:31:44,258 84223 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': 'Wed, 08 Nov 2023 18:31:44 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-1b672e4d-ccc7-44fd-a68c-45c3779e7e15', 'x-compute-request-id': 'req-1b672e4d-ccc7-44fd-a68c-45c3779e7e15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794779525'} Body: b'' 2023-11-08 18:31:44,804 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc 0.545s 2023-11-08 18:31:44,805 84223 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-1ca4a1d7-6065-4165-8996-af4cbb9e5943', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc'} Body: b'' 2023-11-08 18:31:44,831 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc 0.025s 2023-11-08 18:31:44,831 84223 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-7b171fa4-19f5-459b-91e8-f69bd6225bf3', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 156b1d3c-2335-4f5e-b25e-1299b52ae3dc does not exist", "detail": ""}}' 2023-11-08 18:31:45,531 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c1edd1a9-b8f3-4bab-b095-f28f2afd0d32 0.698s 2023-11-08 18:31:45,531 84223 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-a4d3e9ed-f1ee-4ca4-bf52-2eee6b3dec3f', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c1edd1a9-b8f3-4bab-b095-f28f2afd0d32'} Body: b'' 2023-11-08 18:31:46,141 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/eed6851b-694d-4a19-851d-aaa52d0854b0 0.608s 2023-11-08 18:31:46,141 84223 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-6e9ebb8c-c623-4d6b-8656-b0c8360dc82c', 'date': 'Wed, 08 Nov 2023 18:31:46 GMT', 'connection': 'clo se', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/eed6851b-694d-4a19-851d-aaa52d0854b0'} Body: b'' 2023-11-08 18:31:46,859 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/51d5970a-86ec-4a83-aed9-85a818399279 0.716s 2023-11-08 18:31:46,859 84223 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-7cbd0c19-edf5-450c-8f65-d7a2abeaa7ec', 'date': 'Wed, 08 Nov 2023 18:31:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/51d5970a-86ec-4a83-aed9-85a818399279'} Body: b'' 2023-11-08 18:31:47,763 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/842653ac-be49-4b0c-bdcf-dce4590fc798 0.903s 2023-11-08 18:31:47,764 84223 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-d64e8754-0a2e-411e-81b2-0365bfd30975', 'date': 'Wed, 08 Nov 2023 18:31:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/842653ac-be49-4b0c-bdcf-dce4590fc798'} Body: b'' 2023-11-08 18:31:48,088 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/2c6f7d43-e416-4158-b3e4-f3445699faa0 0.324s 2023-11-08 18:31:48,089 84223 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-64874b98-33d6-412b-a84f-0a36a7347332', 'date': 'Wed, 08 Nov 2023 18:31:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/2c6f7d43-e416-4158-b3e4-f3445699faa0'} Body: b'' 2023-11-08 18:31:48,770 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3f116733-0596-458c-af17-ad1adf342a4f 0.680s 2023-11-08 18:31:48,770 84223 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-b9df917e-5bdb-4022-ad88-08ed0ca58016', 'date': 'Wed, 08 Nov 2023 18:31:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3f116733-0596-458c-af17-ad1adf342a4f'} Body: b'' 2023-11-08 18:31:49,665 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ab4a7e30-775c-40ac-8e65-efa612e7b67b 0.894s 2023-11-08 18:31:49,666 84223 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-1e12bb00-5776-4ec9-87c2-71038813984a', 'date': 'Wed, 08 Nov 2023 18:31:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ab4a7e30-775c-40ac-8e65-efa612e7b67b'} Body: b'' {4} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [280.048814s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.169696s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.154205s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.241600s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.101474s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.276524s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.106750s] ... ok {11} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.266665s] ... ok {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.007954s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.316284s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.058704s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.053017s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [20.294862s] ... ok {1} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [361.411459s] ... ok {9} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [365.736177s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [22.476735s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.302959s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.883624s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.351555s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.035816s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.018193s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.057520s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.014506s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010182s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.129258s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.056302s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.319284s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.294810s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.195563s] ... ok {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [464.860417s] ... ok {9} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [49.762542s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [469.774335s] ... ok {11} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.288629s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [100.147010s] ... ok {2} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.249967s] ... ok {2} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.089437s] ... ok {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {11} 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_groups.GroupsTest.test_group_update [46.477000s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.960780s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.214885s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.206440s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.178735s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.043977s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.028880s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.184955s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.274617s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.292316s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.025420s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.178288s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020234s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.029258s] ... ok {9} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.060224s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [566.819748s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [18.640480s] ... ok {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [81.160651s] ... ok {4} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [200.507742s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [19.088314s] ... ok {9} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [20.760877s] ... ok {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [318.118535s] ... ok {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [31.046631s] ... ok {8} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [549.024095s] ... ok {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [549.311267s] ... ok {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [93.912329s] ... ok {2} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {4} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 826, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 411, in recreate_server server = cls.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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 5990e789-29d0-40cc-85ed-e7e707c922dd failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:37:32Z', 'message': 'Build of instance 5990e789-29d0-40cc-85ed-e7e707c922dd aborted: 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:'}. Request ID of server operation performed before checking the server status req-0ee48a79-26b4-4648-aad4-0142ea2c13d0. {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.025568s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.037591s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.032719s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.033754s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.032846s] ... ok {4} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.167424s] ... ok {4} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014667s] ... ok {4} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.188625s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [202.856312s] ... ok {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [39.536215s] ... ok {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [225.546825s] ... ok {7} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [128.313953s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [118.426567s] ... ok {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [102.160679s] ... ok {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [370.211161s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 51, in test_attach_attached_volume_to_same_server 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 79009a99-0e3b-4a21-b705-a2c4549c99f7 to server 490de0ea-289a-45aa-bb05-14fb138fb833 within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:34:30,450 84207 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:34:30,450 84207 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:34:30,533 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-11-08 18:34:30,534 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-205483661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5efef35b-9a00-4380-8984-31e16e5a9b79', 'x-compute-request-id': 'req-5efef35b-9a00-4380-8984-31e16e5a9b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-205483661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw==", "fingerprint": "ff:f1:94:88:90:9c:88:29:ff:e3:44:26:32:ea:4d:2b", "user_id": "ecfee2b968614f47aa97aafd07b66548"}}' 2023-11-08 18:34:30,538 84207 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-205483661 created 2023-11-08 18:34:30,751 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.212s 2023-11-08 18:34:30,752 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--189706413", "description": "tempest-description--1605212688"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-56f23f86-a1a2-41f4-b118-91b16d4eb40f', 'date': 'Wed, 08 Nov 2023 18:34:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5089d987-4764-4837-8605-2f9881be80fe", "name": "tempest-securitygroup--189706413", "stateful": true, "tenant_id": "d4f45aa33327417986332546abed6d92", "description": "tempest-description--1605212688", "shared": false, "security_group_rules": [{"id": "08b8cac9-1363-49f4-8bde-3a34396a8492", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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": 510, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}, {"id": "f30578a6-4968-4536-aa16-580bc72b0a7c", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 509, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 1, "project_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:34:31,139 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-11-08 18:34:31,139 84207 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": "5089d987-4764-4837-8605-2f9881be80fe", "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-0334e7f5-1bae-47da-ad1e-3af2456f6921', 'date': 'Wed, 08 Nov 2023 18:34:31 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": "93995acd-719a-4339-81cc-1ba3af0e5e71", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}}' 2023-11-08 18:34:31,379 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.239s 2023-11-08 18:34:31,379 84207 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": "5089d987-4764-4837-8605-2f9881be80fe", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-da9e63b7-126a-4e73-a789-9e6b40d39259', 'date': 'Wed, 08 Nov 2023 18:34:31 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": "2050265b-8373-425a-983a-55e4cf71df7c", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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-08T18:34:31Z", "updated_at": "2023-11-08T18:34:31Z", "revision_number": 0}}' 2023-11-08 18:34:31,380 84207 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--189706413 created 2023-11-08 18:34:32,349 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.969s 2023-11-08 18:34:32,350 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e02 96d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0abe230d-6c33-4709-9747-0b5b26578af3', 'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a24d9999-feec-4f86-8468-886e7ed43314", "tenant_id": "d4f45aa33327417986332546abed6d92", "floating_ip_address": "172.24.4.121", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d4f45aa33327417986332546abed6d92", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:34:31Z", "updated_at": "2023-11-08T18:34:31Z", "revision_number": 0}}' 2023-11-08 18:34:32,350 84207 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a24d9999-feec-4f86-8468-886e7ed43314', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'floating_ip_address': '172.24.4.121', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4f45aa33327417986332546abed6d92', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:34:31Z', 'updated_at': '2023-11-08T18:34:31Z', 'revision_number': 0, 'ip': '172.24.4.121'} created 2023-11-08 18:34:32,504 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.145s 2023-11-08 18:34:32,505 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-507c25a4-f53e-42bc-a725-e06b5f264089', '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": "ecfee2b968614f47aa97aafd07b66548", "name": "tempest-AttachVolumeNegativeTest-657533753-project-member", "password_expires_at": null}, "audit_ids": ["piuXaVigR5mGUUEmxhn5mw"], "expires_at": "2023-11-08T19:34:32.000000Z", "issued_at": "2023-11-08T18:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4f45aa33327417986332546abed6d92", "name": "tempest-AttachVolumeNegativeTest-657533753"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:34:32,506 84207 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '6da192c1-fd68-488e-b7c0-51618eca66a2', 'name': 'tempest-AttachVolumeNegativeTest-2014051675-network', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4f45aa33327417986332546abed6d92', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:34:32,506 84207 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-205483661', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw==', 'fingerprint': 'ff:f1:94:88:90:9c:88:29:ff:e3:44:26:32:ea:4d:2b', 'user_id': 'ecfee2b968614f47aa97aafd07b66548', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDb6NMAiLv0hPtnI9wVnXuiuNIY2y6EoY9XUUkrRylrZnR+eJekR5zC\nkTsYPylTljygBwYFK4EEACKhZANiAAQIqiUazG0wYY2GOadt46/qhz/k7qaFiriY\n3906osQoyY0UWwAGZQMD7tDTg3UqQQ05oqkbqOdEmzQhttmgOGnl9koJihiiyUOL\nTSyOapHD38hPPYSDchiEMfXYmgxg21c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5089d987-4764-4837-8605-2f9881be80fe', 'name': 'tempest-securitygroup--189706413', 'stateful': True, 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'description': 'tempest-description--1605212688', 'shared': False, 'security_group_rules': [{'id': '08b8cac9-1363-49f4-8bde-3a34396a8492', 'project_id': 'd4f45aa33327417986332546abed6d92', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'security_group_id': '5089d987-4764-4837-8605-2f9881be80fe', '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': 510, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 0}, {'id': 'f30578a6-4968-4536-aa16-580bc72b0a7c', 'project_id': 'd4f45aa33327417986332546abed6d92', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'security_group_id': '5089d987-4764-4837-8605-2f9881be80fe', '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': 509, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 1, 'project_id': 'd4f45aa33327417986332546abed6d92'}, 'floating_ip': {'id': 'a24d9999-feec-4f86-8468-886e7ed43314', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'floating_ip_address': '172.24.4.121', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4f45aa33327417986332546abed6d92', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:34:31Z', 'updated_at': '2023-11-08T18:34:31Z', 'revision_number': 0, 'ip': '172.24.4.121'}} 2023-11-08 18:34:33,697 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.190s 2023-11-08 18:34:33,698 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1914672766", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "6da192c1-fd68-488e-b7c0-51618eca66a2"}], "security_groups": [{"name": "tempest-securitygroup--189706413"}], "key_name": "tempest-keypair-205483661", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f96158d5-07bd-4beb-983b-c36e7c440afa', 'x-compute-request-id': 'req-f96158d5-07bd-4beb-983b-c36e7c440afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--189706413"}], "adminPass": "password"}}' 2023-11-08 18:34:33,859 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.155s 2023-11-08 18:34:33,859 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-784d0d82-e92b-4bb2-bff7-feed975702c5', 'x-compute-request-id': 'req-784d0d82-e92b-4bb2-bff7-feed975702c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "BUILD", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id ": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:34Z", "updated": "2023-11-08T18:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-205483661", "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-08 18:35:24,230 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.309s 2023-11-08 18:35:24,231 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91daaa57-cb7b-42ad-b84b-283b99f97c05', 'x-compute-request-id': 'req-91daaa57-cb7b-42ad-b84b-283b99f97c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "ACTIVE", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "db9263c06ce842c9bdb8175ed1d971de50f53c900475a1a5681c2c24", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:33Z", "updated": "2023-11-08T18:34:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-205483661", "OS-SRV-USG:launched_at": "2023-11-08T18:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--189706413"}], "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-08 18:35:24,247 84207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-11-08 18:36:24,718 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-interface 0.409s 2023-11-08 18:36:24,718 84207 DEBUG [tempest.lib.common.rest_client] R equest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:24 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-023c4bb1-48e3-438f-8920-5827f7ac5368', 'x-compute-request-id': 'req-023c4bb1-48e3-438f-8920-5827f7ac5368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6da192c1-fd68-488e-b7c0-51618eca66a2", "port_id": "df8c6068-1bc4-4305-8774-c7f031143636", "mac_addr": "fa:16:3e:91:a7:04", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "13d7b218-79d8-44f3-b1ed-0898f3f674ca", "ip_address": "10.0.0.6"}]}]}' 2023-11-08 18:36:25,338 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314 0.616s 2023-11-08 18:36:25,338 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "df8c6068-1bc4-4305-8774-c7f031143636"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bc98da43-79c4-463f-a690-342f23903105', 'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314'} Body: b'{"floatingip": {"id": "a24d9999-feec-4f86-8468-886e7ed43314", "tenant_id": "d4f45aa33327417986332546abed6d92", "floating_ip_address": "172.24.4.121", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": "bdafe4d4-f979-4830-8908-0be9f6d06607", "port_id": "df8c6068-1bc4-4305-8774-c7f031143636", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6da192c1-fd68-488e-b7c0-51618eca66a2", "mac_address": "fa:16:3e:91:a7:04", "admin_state_up": true, "status": "ACTIVE", "device_id": "490de0ea-289a-45aa-bb05-14fb138fb833", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:34:31Z", "updated_at": "2023-11-08T18:36:24Z", "revision_number": 1, "project_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:25,340 84207 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.121:22' as 'cirros' with public key authentication 2023-11-08 18:36:25,402 84207 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-08 18:36:25,483 84207 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-08 18:36:25,483 84207 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.121 successfully created 2023-11-08 18:36:25,526 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/ips 0.042s 2023-11-08 18:36:25,526 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24e8550b-fa6a-433f-89d5-dc7a54a18929', 'x-compute-request-id': 'req-24e8550b-fa6a -433f-89d5-dc7a54a18929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-11-08 18:36:25,788 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes 0.258s 2023-11-08 18:36:25,789 84207 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-AttachVolumeNegativeTest-volume-632817092"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e99b48b-19fb-422e-b02b-d3ad41f1f0e7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e99b48b-19fb-422e-b02b-d3ad41f1f0e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:25.711870", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:36:25,868 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:25,868 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1875fae3-aa11-43db-81b6-3abc1bea2159', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1875fae3-aa11-43db-81b6-3abc1bea2159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:26,923 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:36:26,924 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1ca879-b6a5-4a8b-b8cd-d5c1cbba6c44', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1ca879-b6a5-4a8b-b8cd-d5c1cbba6c44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:27,986 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:36:27,986 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ae0b77-a55c-4450-a2a3-6d58cb611e89', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ae0b77-a55c-4450-a2a3-6d58cb611e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:29,068 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa 33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:36:29,068 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662e5494-4229-4472-92c1-baeb10f5994f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662e5494-4229-4472-92c1-baeb10f5994f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:30,132 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:30,132 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de7d80b-5c03-4d54-a794-462fe87869dd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de7d80b-5c03-4d54-a794-462fe87869dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:31,214 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.062s 2023-11-08 18:36:31,214 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b82eb3-bdd6-4d75-8f8f-da7108695831', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b82eb3-bdd6-4d75-8f8f-da7108695831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:32,270 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:36:32,270 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2163f312-ad40-467d-aa77-19ab7663d859', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2163f312-ad40-467d-aa77-19ab7663d859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:31.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:32,282 84207 INFO [tempest.common.waiters] volume 79009a99-0e3b-4a21-b705-a2c4549c99f7 reached available after waiting for 7.282475 seconds 2023-11-08 18:36:32,670 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 POST http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-volume_attachments 0.388s 2023-11-08 18:36:32,671 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "79009a99-0e3b-4a21-b705-a2c4549c99f7"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 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-3a560a27-b3e8-47ea-a686-9431a131bde5', 'x-compute-request-id': 'req-3a560a27-b3e8-47ea-a686-9431a131bde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "serverId": "490de0ea-289a-45aa-bb05-14fb138fb833", "volumeId": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "device": "/dev/vdb"}}' 2023-11-08 18:36:32,728 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:36:32,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dfb724-940a-447d-85d1-e5534cccd635', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dfb724-940a-447d-85d1-e5534cccd635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:33,793 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:33,794 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c5a815-87b1-4e0f-9bf3-3ba3e2f29a9f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c5a815-87b1-4e0f-9bf3-3ba3e2f29a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_ at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:34,904 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.086s 2023-11-08 18:36:34,904 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23511277-20f6-45f6-9ae3-42e5c8d92ff7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23511277-20f6-45f6-9ae3-42e5c8d92ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:35,980 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:36:35,980 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b671135-7ebc-499d-b0f8-2ede8496cf89', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b671135-7ebc-499d-b0f8-2ede8496cf89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:37,050 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:36:37,050 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f0489e-4101-409b-9a24-7e234fba87fd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f0489e-4101-409b-9a24-7e234fba87fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:38,126 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:36:38,127 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b64b51a-719a-4013-ae0d-f3067ffbe6de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b64b51a-719a-4013-ae0d-f3067ffbe6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10 .0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:39,201 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:36:39,201 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47d9c07-1c23-4b9e-b0ca-1a1d35eaec1c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47d9c07-1c23-4b9e-b0ca-1a1d35eaec1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:40,631 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.401s 2023-11-08 18:36:40,632 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea77ff70-07b7-43cc-bb16-93e66276d214', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea77ff70-07b7-43cc-bb16-93e66276d214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replica tion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:41,696 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:36:41,697 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb769b5b-8318-4f1f-b4ce-c307296e4daa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb769b5b-8318-4f1f-b4ce-c307296e4daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:42,771 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:36:42,772 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e62cfcb-3b3e-4289-98fa-93641108f30d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e62cfcb-3b3e-4289-98fa-93641108f30d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:43,847 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:43,848 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4995bdf6-3c68-4ca0-8cc8-057ecba89569', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4995bdf6-3c68-4ca0-8cc8-057ecba89569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:44,936 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.075s 2023-11-08 18:36:44,936 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aea7a40-61d2-4fa2-b8b7-e9e6c1b8dc0c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aea7a40-61d2-4fa2-b8b7-e9e6c1b8dc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:46,074 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/ 79009a99-0e3b-4a21-b705-a2c4549c99f7 0.125s 2023-11-08 18:36:46,074 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba5a8440-c824-4ff1-958d-6c90465ea9c7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba5a8440-c824-4ff1-958d-6c90465ea9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:47,161 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.073s 2023-11-08 18:36:47,162 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb4ebf21-0098-4567-ad4b-b3282b2c15fc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb4ebf21-0098-4567-ad4b-b3282b2c15fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:48,214 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:36:48,215 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00417042-5f30-4bf1-bbed-4ffd6a22803d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00417042-5f30-4bf1-bbed-4ffd6a22803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:49,306 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.078s 2023-11-08 18:36:49,306 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2ebb14-d5e7-4d99-a31c-2415b9b1a6d8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2ebb14-d5e7-4d99-a31c-2415b9b1a6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:50,378 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.059s 2023-11-08 18:36:50,379 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deaa9d57-eba5-499b-ae09-98c35b100dcf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deaa9d57-eba5-499b-ae09-98c35b100dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:51,461 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:51,461 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81128882-8594-4d81-b61b-fb5cfc9fc5c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81128882-8594-4d81-b61b-fb5cfc9fc5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:52,531 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:36:52,531 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6416ed1a-179f-48ac-bf1c-c7576ca94f7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6416ed1a-179f-48ac-bf1c-c7576ca94f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:53,600 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:36:53,600 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661d0d8b-71f8-426b-aaf5-0811346be380', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661d0d8b-71f8-426b-aaf5-0811346be380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:55,006 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.393s 2023-11-08 18:36:55,007 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec6c153-41b8-431f-a4de-6d627352f530', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec6c153-41b8-431f-a4de-6d627352f530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21 -b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:56,093 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.064s 2023-11-08 18:36:56,093 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92483193-7bbb-45e6-80d4-e5c9971819ef', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92483193-7bbb-45e6-80d4-e5c9971819ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:57,181 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:57,181 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bab823-58dd-430f-b90c-d77e2aca683c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bab823-58dd-430f-b90c-d77e2aca683c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26 .000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:58,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:36:58,259 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d836387-a35e-4fc9-8098-e36b06416284', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d836387-a35e-4fc9-8098-e36b06416284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:59,330 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:36:59,330 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05eb438-af9f-4f04-87c2-71132c166e9c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05eb438-af9f-4f04-87c2-71132c166e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sour ce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:00,399 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:00,400 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f076d93-adc4-4895-be46-66ba2b4f6cee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f076d93-adc4-4895-be46-66ba2b4f6cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:01,470 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.057s 2023-11-08 18:37:01,495 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da0c7d3-902d-4f18-9736-7f1f2c5123b4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da0c7d3-902d-4f18-9736-7f1f2c5123b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookma rk", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:02,556 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:02,556 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a0fe1f-692b-47df-befb-e40e07531c54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a0fe1f-692b-47df-befb-e40e07531c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:03,617 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:37:03,618 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5964f897-d1ca-4541-af47-e837dcda8a55', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5964f897-d1ca-4541-af47-e837dcda8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "en crypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:04,689 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:37:04,689 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa949f6-7245-4949-aae8-9c9686677371', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa949f6-7245-4949-aae8-9c9686677371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:05,821 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.118s 2023-11-08 18:37:05,821 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68009667-8900-4cf6-a6db-66880faaf339', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68009667-8900-4cf6-a6db-66880faaf339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11 -08 18:37:06,931 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.092s 2023-11-08 18:37:06,932 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a348460-5dfa-4074-a42d-686fd2129fe5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a348460-5dfa-4074-a42d-686fd2129fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:07,990 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:37:07,990 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97fbfba-736d-4a7c-a04a-8a3a8f741068', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97fbfba-736d-4a7c-a04a-8a3a8f741068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:09,045 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327 417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:09,045 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-489a6098-0210-450b-ba4b-655652fdbdce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-489a6098-0210-450b-ba4b-655652fdbdce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:10,100 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:37:10,101 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e822ae-a69c-4c8b-92c3-4877d71882f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e822ae-a69c-4c8b-92c3-4877d71882f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:11,158 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:11,158 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4720d01b-6aea-4bb7-bd88-4826100c42b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4720d01b-6aea-4bb7-bd88-4826100c42b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:12,213 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:12,213 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adb9d99-5b6f-404a-8c9f-ddbd2b7e56d6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adb9d99-5b6f-404a-8c9f-ddbd2b7e56d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:13,268 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:13,269 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-f5f6ec76-13dc-4ba3-81fe-9ec4d31890ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f6ec76-13dc-4ba3-81fe-9ec4d31890ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:14,343 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.062s 2023-11-08 18:37:14,343 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47de2a3-85e4-457d-8619-18105573e4fa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47de2a3-85e4-457d-8619-18105573e4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:15,422 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:37:15,423 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d9e4e3-907c-4692-aee4-1dc5e058f67f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Vers ion', 'x-openstack-request-id': 'req-56d9e4e3-907c-4692-aee4-1dc5e058f67f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:16,488 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:37:16,488 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af25ff79-239c-4420-bd99-eb64623b66ab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af25ff79-239c-4420-bd99-eb64623b66ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:17,621 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.120s 2023-11-08 18:37:17,622 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7edae74-049b-48dd-ac6a-d61f0f06422a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7edae74-049b-48dd-ac6a-d61f0f06422a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abe d6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:18,687 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:18,688 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbeec3d3-c95b-4b7f-a772-97c985ddd592', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbeec3d3-c95b-4b7f-a772-97c985ddd592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:19,749 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:19,749 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7edb868-8a82-4752-86ec-28ac42362065', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7edb868-8a82-4752-86ec-28ac42362065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "c reated_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:20,810 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:20,811 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c1224-4937-4c2e-9fa1-990cdfc9fd89', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c1224-4937-4c2e-9fa1-990cdfc9fd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:30,337 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 8.514s 2023-11-08 18:37:30,338 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020f2170-64ea-4b10-aab1-0a90001628be', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020f2170-64ea-4b10-aab1-0a90001628be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviands s-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:31,390 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:31,391 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b72861-66dd-40d4-aced-927248dc429e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b72861-66dd-40d4-aced-927248dc429e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:32,459 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:32,459 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8479f775-c6a1-4da0-bd9c-e3820693870a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8479f775-c6a1-4da0-bd9c-e3820693870a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705 -a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:33,530 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:33,530 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736c9952-63ae-4f59-8ef9-a83b81fe71c2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736c9952-63ae-4f59-8ef9-a83b81fe71c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:34,584 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:34,584 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e78261d-a213-40b4-b848-4f18cf282abe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e78261d-a213-40b4-b848-4f18cf282abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b 66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:35,640 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:35,640 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a10c72-e46f-4b58-a9ab-029cfbd8210a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a10c72-e46f-4b58-a9ab-029cfbd8210a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:36,696 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:36,697 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158ed3ca-f78e-41fd-abe2-11b91e2c9be2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158ed3ca-f78e-41fd-abe2-11b91e2c9be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327 417986332546abed6d92"}}' 2023-11-08 18:37:37,750 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:37,750 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e8c8a1-5406-4ca5-89a9-36719506b4fe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e8c8a1-5406-4ca5-89a9-36719506b4fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:38,806 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:38,806 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba472e2-c215-422c-9e7b-40cd7c222add', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba472e2-c215-422c-9e7b-40cd7c222add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:39,889 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://1 0.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:37:39,890 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ea4197-3701-43e4-9bb9-089cffb255f2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ea4197-3701-43e4-9bb9-089cffb255f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:40,959 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:37:40,959 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899680b7-e7ed-4ebc-9e42-0df8bdc603b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899680b7-e7ed-4ebc-9e42-0df8bdc603b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:42,011 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:42,011 84207 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66743443-b80d-40d9-a170-25ff74a3e2c2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66743443-b80d-40d9-a170-25ff74a3e2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:43,098 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.074s 2023-11-08 18:37:43,099 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8e0ccb-046e-4226-8b5d-045fc454d3ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8e0ccb-046e-4226-8b5d-045fc454d3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:44,169 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:44,170 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:44 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6751b095-5578-4d62-b7d4-9576cd45cce8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6751b095-5578-4d62-b7d4-9576cd45cce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:45,229 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:45,229 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1166770a-e90d-4ca8-abcf-c544f5b9ef24', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1166770a-e90d-4ca8-abcf-c544f5b9ef24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:46,300 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:37:46,301 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaebcabc-c34a-47a9-a575-4dbdabe4497b', 'content-length': '914', 'openstack-api-version': 'volume 3 .0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaebcabc-c34a-47a9-a575-4dbdabe4497b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:47,362 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:47,362 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b23f27-aff8-46bf-ad68-c57b5218f1e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b23f27-aff8-46bf-ad68-c57b5218f1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:48,417 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:48,418 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcdddc4b-443b-4c09-9925-30fd5b273862', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdddc4b-443b-4c09-9925-30fd5b273862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volum e/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:49,490 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.060s 2023-11-08 18:37:49,491 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed0f8fd-89d5-4318-b4cd-511e416f97ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed0f8fd-89d5-4318-b4cd-511e416f97ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:50,544 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:50,544 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a358f5a2-0f6a-4bd2-8473-5344d7d79dc5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a358f5a2-0f6a-4bd2-8473-5344d7d79dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:51,600 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:51,600 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0757d9c-492e-45a0-81a7-e6c5209591f0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0757d9c-492e-45a0-81a7-e6c5209591f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:52,657 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:52,657 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afdb5f85-2685-4d21-a4cb-d671b5123140', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afdb5f85-2685-4d21-a4cb-d671b5123140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description" : null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:53,727 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:53,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7810f647-01db-4c9d-8a66-a512466713f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7810f647-01db-4c9d-8a66-a512466713f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:54,884 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.143s 2023-11-08 18:37:54,885 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528254b9-278c-4e6d-a06b-20bd3f46a922', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528254b9-278c-4e6d-a06b-20bd3f46a922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92 /volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:55,964 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:37:55,965 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba107855-d054-42a4-864c-5075bad04217', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba107855-d054-42a4-864c-5075bad04217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:57,031 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:57,032 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73773a92-02cb-47ba-8ad1-8b1d93a65597', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73773a92-02cb-47ba-8ad1-8b1d93a65597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_i d": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:58,096 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:37:58,096 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f057c858-0e35-41b6-ab40-94f71fbc0085', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f057c858-0e35-41b6-ab40-94f71fbc0085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:59,168 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:37:59,168 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5fab0dc-59f5-4c05-b603-1a2318528780', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5fab0dc-59f5-4c05-b603-1a2318528780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:00,236 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:00,236 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4bf061-fb3a-41fa-916b-e0357b535c62', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4bf061-fb3a-41fa-916b-e0357b535c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:01,298 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:01,298 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37e8fde5-a560-402f-a44f-6e488cc9609e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37e8fde5-a560-402f-a44f-6e488cc9609e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:02,352 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_t o_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:38:02,352 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d40ae47e-0e83-45a3-b111-ff7ff93c9536', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d40ae47e-0e83-45a3-b111-ff7ff93c9536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:03,462 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.096s 2023-11-08 18:38:03,462 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c81159-db4f-4410-a6ba-73563f6e25c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c81159-db4f-4410-a6ba-73563f6e25c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:04,518 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:38:04,518 84207 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03062ec7-a8d8-490c-a20e-61a597938e89', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03062ec7-a8d8-490c-a20e-61a597938e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:05,599 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.067s 2023-11-08 18:38:05,599 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd0f68b-a381-4460-b074-4cf89219c78d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd0f68b-a381-4460-b074-4cf89219c78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:06,665 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:38:06,666 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a5ffa7-ae2f-4339-a17e-e85ff3e07957', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a5ffa7-ae2f-4339-a17e-e85ff3e07957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:07,722 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:38:07,723 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b33a5ad-6f38-4bb4-b099-a807623314d0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b33a5ad-6f38-4bb4-b099-a807623314d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:08,810 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:08,812 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7224c85f-aaa4-4b06-872c-301b7bc556ad', 'content-length': '914', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7224c85f-aaa4-4b06-872c-301b7bc556ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:09,884 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:09,884 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a9f432-c5c4-48d0-9f09-682bb0be8623', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a9f432-c5c4-48d0-9f09-682bb0be8623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:10,937 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:38:10,938 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e549f204-8030-48e6-b48c-eeffe4087af3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e549f204-8030-48e6-b48c-eeffe4087af3', 'connection': 'close', 'status': '200', 'content-loc ation': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:11,998 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:11,998 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d632e47-52aa-4f81-b09d-f0dd82b7145e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d632e47-52aa-4f81-b09d-f0dd82b7145e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:13,066 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:13,066 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd7c54b-2f86-4996-ad34-c7848a4c2e65', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd7c54b-2f86-4996-ad34-c7848a4c2e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", " status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:14,145 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:38:14,145 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46bc8e60-cd0a-4660-9fce-767f718dbaab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46bc8e60-cd0a-4660-9fce-767f718dbaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:15,208 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:15,208 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2025fbc-2e5a-42e7-a550-649bfea688e0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2025fbc-2e5a-42e7-a550-649bfea688e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest- volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:16,265 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:38:16,266 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-914844f0-ecae-4296-9862-ecd76819df54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-914844f0-ecae-4296-9862-ecd76819df54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:17,349 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:38:17,350 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b844cd-fb05-4ae7-8469-4ec766f08f4d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b844cd-fb05-4ae7-8469-4ec766f08f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:18,426 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.061s 2023-11-08 18:38:18,426 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c68ceff-17a2-430a-9f22-a2d3ed746dfc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c68ceff-17a2-430a-9f22-a2d3ed746dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:19,494 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:19,495 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50126184-cbbf-41aa-895a-62b62b4c294e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50126184-cbbf-41aa-895a-62b62b4c294e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a 21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:20,557 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:20,558 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1f38cc-3231-4206-8489-89f4aa4bbb01', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1f38cc-3231-4206-8489-89f4aa4bbb01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:21,619 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:21,619 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1757563-2bb9-43f8-bb90-5b39932727f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1757563-2bb9-43f8-bb90-5b39932727f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:22,674 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:38:22,675 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b296a18-e096-458e-bca3-409a98fee04c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b296a18-e096-458e-bca3-409a98fee04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:23,745 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:38:23,746 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842a32de-abc0-4a1d-aa11-edd9c92f2c5b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842a32de-abc0-4a1d-aa11-edd9c92f2c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:24,813 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTe st:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:24,813 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6ff927-debb-4df6-bdef-0c8475282f65', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6ff927-debb-4df6-bdef-0c8475282f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:25,881 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:38:25,882 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7f046b-5db9-448e-8600-1050d9c5ee35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7f046b-5db9-448e-8600-1050d9c5ee35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:26,951 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:38:26,951 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed701d2-e496-472f-bbc7-a2eb9ab95fdb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed701d2-e496-472f-bbc7-a2eb9ab95fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:28,029 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:38:28,030 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52467ccc-e39f-4b65-8c1b-f371e523e152', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52467ccc-e39f-4b65-8c1b-f371e523e152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:29,091 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:38:29,092 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Wed, 08 Nov 2023 18:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2423bfd6-f26f-46a1-a38e-059172de4504', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2423bfd6-f26f-46a1-a38e-059172de4504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:30,175 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:38:30,175 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1016e60c-58c8-43a9-bdb0-23f4b501b46e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1016e60c-58c8-43a9-bdb0-23f4b501b46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:31,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:38:31,415 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeefc613-e1e3-459a-8360-9c573b9164 1d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeefc613-e1e3-459a-8360-9c573b91641d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:32,481 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:38:32,482 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a160d203-ca22-439a-a5d4-b91c69f22a99', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a160d203-ca22-439a-a5d4-b91c69f22a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:33,576 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.080s 2023-11-08 18:38:33,577 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c4d8914-17f4-4459-a2a0-9db7214e609f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c4d8914-17f4-4459-a2a0-9db7214e609f', 'connection': 'close ', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:34,646 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:38:34,646 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1da9f3c-ce60-4b26-b719-1b0281d28dda', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1da9f3c-ce60-4b26-b719-1b0281d28dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:35,719 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:38:35,720 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd1eed1-b20b-45b8-b015-ee7c5d0c4813', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd1eed1-b20b-45b8-b015-ee7c5d0c4813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99 -0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:36,801 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:36,802 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45253b9-e88e-4ca5-a3c5-7fd5f18dd895', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45253b9-e88e-4ca5-a3c5-7fd5f18dd895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:37,885 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.068s 2023-11-08 18:38:37,886 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-748d84d7-0e54-4c4a-8241-ae15581305fc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-748d84d7-0e54-4c4a-8241-ae15581305fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "t empest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:38,992 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.077s 2023-11-08 18:38:38,993 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-086a3ad6-a06f-49f4-8be7-a59c5d4c05e7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-086a3ad6-a06f-49f4-8be7-a59c5d4c05e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:40,244 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.236s 2023-11-08 18:38:40,245 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95361b3d-bfbd-4491-a846-e1b3954b59c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95361b3d-bfbd-4491-a846-e1b3954b59c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href ": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:41,350 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.089s 2023-11-08 18:38:41,351 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a526e9-acaa-44f3-b130-a248915ca21d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a526e9-acaa-44f3-b130-a248915ca21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:42,430 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.057s 2023-11-08 18:38:42,430 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e12383a-5409-463c-a0cc-33f4d699ec07', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e12383a-5409-463c-a0cc-33f4d699ec07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546a bed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:43,491 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:38:43,491 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb02885a-26c9-49f9-98ef-6523ea703b5d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb02885a-26c9-49f9-98ef-6523ea703b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:44,572 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.067s 2023-11-08 18:38:44,572 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76509bd-0fac-482c-9c7a-afc81130075b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76509bd-0fac-482c-9c7a-afc81130075b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_i d": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:45,651 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:38:45,652 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201662fc-ec04-46cc-af37-9d7dd9b598fb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201662fc-ec04-46cc-af37-9d7dd9b598fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:46,720 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:38:46,720 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00bae9a7-0a3f-4299-b790-b12a50003ab0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00bae9a7-0a3f-4299-b790-b12a50003ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:47,790 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:38:47,791 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8325801-0dba-40de-af77-97d604fd6077', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8325801-0dba-40de-af77-97d604fd6077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:48,868 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:48,868 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de169845-d513-48ce-9fa2-41a6213aa268', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de169845-d513-48ce-9fa2-41a6213aa268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:49,933 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f 7 0.049s 2023-11-08 18:38:49,933 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd08118-6376-42b8-b5ce-f9bd137900f6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd08118-6376-42b8-b5ce-f9bd137900f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:51,027 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.068s 2023-11-08 18:38:51,028 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f922d19d-220e-42e8-bd98-571090ca0ea7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f922d19d-220e-42e8-bd98-571090ca0ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:52,091 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:52,092 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e91f943-9643-471b-b1f4-dc35ef1e37cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e91f943-9643-471b-b1f4-dc35ef1e37cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:53,160 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:53,161 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d35a8c-8531-4253-bdcc-fa3ff529a75e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d35a8c-8531-4253-bdcc-fa3ff529a75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:54,251 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.075s 2023-11-08 18:38:54,252 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be 6d024a-6507-43a5-a210-ddd4e9a79769', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6d024a-6507-43a5-a210-ddd4e9a79769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:55,359 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.083s 2023-11-08 18:38:55,360 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec401a20-531c-4e60-a6e7-0f6eb833f605', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec401a20-531c-4e60-a6e7-0f6eb833f605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:56,435 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:56,435 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae15574-aeeb-47ed-93f9-49f3ea6a3d2b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae15574-aeeb-47ed-93f9-49f 3ea6a3d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:57,511 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:57,512 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bb3a0e-3c4a-4df3-a646-834e47b25d27', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bb3a0e-3c4a-4df3-a646-834e47b25d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:58,597 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:38:58,598 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4566fa57-d596-4807-b646-60c0314a9e6b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4566fa57-d596-4807-b646-60c0314a9e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Bod y: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:59,690 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.079s 2023-11-08 18:38:59,691 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1353b77f-03d1-4c2d-8f4f-3c15d79569cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1353b77f-03d1-4c2d-8f4f-3c15d79569cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:00,794 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.079s 2023-11-08 18:39:00,794 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180b53f7-cfbe-4549-94ee-23f000d1511b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180b53f7-cfbe-4549-94ee-23f000d1511b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11 -08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:01,859 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:39:01,860 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc743e1-ca34-44c9-9019-1b5061fe52bc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc743e1-ca34-44c9-9019-1b5061fe52bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:02,956 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.073s 2023-11-08 18:39:02,957 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f99443-29a8-4742-837e-998bd2e90bd1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f99443-29a8-4742-837e-998bd2e90bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:04,035 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:39:04,035 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fe3b04-fc4f-4ccf-80e8-106ca36ddaf4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fe3b04-fc4f-4ccf-80e8-106ca36ddaf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:05,103 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:39:05,104 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3380f1-f2b6-4d12-aa5a-77ba77fed8d3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3380f1-f2b6-4d12-aa5a-77ba77fed8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:06,263 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.133s 2023-11-08 18:39:06,263 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661ee318-7045-4d0f-a8da-57b82822ac2f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661ee318-7045-4d0f-a8da-57b82822ac2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:07,319 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:07,319 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a35a7b5-f8bd-4413-9257-986bd14c75c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a35a7b5-f8bd-4413-9257-986bd14c75c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_st atus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:08,383 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:39:08,383 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb5fe35d-779e-498c-843a-21fa1ddf9853', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb5fe35d-779e-498c-843a-21fa1ddf9853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:09,450 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:39:09,451 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b921745-e13a-47e0-92da-5a7e239d4659', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b921745-e13a-47e0-92da-5a7e239d4659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:10,509 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:39:10,510 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be00cda-38d8-4837-98bc-0727dffd4682', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be00cda-38d8-4837-98bc-0727dffd4682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:11,565 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:39:11,566 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80f0b3f-bb51-481c-95c9-027e98850746', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80f0b3f-bb51-481c-95c9-027e98850746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:12,623 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/790 09a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:12,623 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d76a15-f7da-4cbc-9764-ba02d981c7f1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d76a15-f7da-4cbc-9764-ba02d981c7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:13,689 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:39:13,689 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ece3c5e-a466-43fe-8a21-c0b7ec4ccbcf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ece3c5e-a466-43fe-8a21-c0b7ec4ccbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:14,748 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:39:14,749 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/ json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70766f6-37ac-4282-8072-3742ce7120ff', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70766f6-37ac-4282-8072-3742ce7120ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:15,812 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:39:15,813 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5cf0fc-bb79-472a-9a9d-881f3d41921a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5cf0fc-bb79-472a-9a9d-881f3d41921a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:16,870 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:16,870 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1cc2ee-4fd7-4f78-8960-f612b32695e8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1cc2ee-4fd7-4f78-8960-f612b32695e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:17,938 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:39:17,939 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7083c181-2a1c-4577-ae18-14596a0f62d3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7083c181-2a1c-4577-ae18-14596a0f62d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:19,001 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:39:19,001 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076c187b-f3e4-4153-bde5-2558dcb98c54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076c187b-f3e4-4153-bde5-2558dcb98c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:20,082 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:39:20,084 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b50913-6565-4dd1-8409-4e028ff2f162', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b50913-6565-4dd1-8409-4e028ff2f162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:21,141 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:21,141 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca4c939-3f42-46d6-bc61-5ac13ecdf61c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca4c939-3f42-46d6-bc61-5ac13ecdf61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21 -b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:22,204 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:39:22,204 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c52935-3472-4591-8b52-2c4fdf509dce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c52935-3472-4591-8b52-2c4fdf509dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:23,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:23,259 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3412208-199b-4a0f-8339-a344c070e617', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3412208-199b-4a0f-8339-a344c070e617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26 .000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:24,311 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.038s 2023-11-08 18:39:24,312 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47c8498-f558-4860-b247-d921f3b0c69d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47c8498-f558-4860-b247-d921f3b0c69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:25,371 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:25,371 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a48e97c7-17ce-4143-a7bf-bc186c65c720', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a48e97c7-17ce-4143-a7bf-bc186c65c720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sour ce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:26,429 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:26,429 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa12f544-c203-4a42-ba6c-f772db46478c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa12f544-c203-4a42-ba6c-f772db46478c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:27,484 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:27,484 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390b099f-9faf-4504-90ae-ea6e34484855', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-390b099f-9faf-4504-90ae-ea6e34484855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookma rk", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:28,553 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:39:28,553 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822f25dd-b1c7-4918-a2b0-731124ebe90d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822f25dd-b1c7-4918-a2b0-731124ebe90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:29,607 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:29,608 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a40d40-edea-4064-846d-760f2f89397a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a40d40-edea-4064-846d-760f2f89397a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "en crypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:30,669 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:39:30,669 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756f22b2-c906-4818-a08d-68c3737fa9f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756f22b2-c906-4818-a08d-68c3737fa9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:31,727 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:31,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20d23f4-4c12-401f-854d-d3d394c00acc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20d23f4-4c12-401f-854d-d3d394c00acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11 -08 18:39:32,785 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:32,786 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310da4ac-d3cb-4829-aa6c-20c612b83048', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310da4ac-d3cb-4829-aa6c-20c612b83048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:42,207 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 8.402s 2023-11-08 18:39:42,208 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0200c5-e2e9-48d6-a2d9-c04b862fdf69', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0200c5-e2e9-48d6-a2d9-c04b862fdf69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:44,514 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327 417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 1.286s 2023-11-08 18:39:44,514 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03318a2f-8c4e-4541-b7d7-870d89918136', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03318a2f-8c4e-4541-b7d7-870d89918136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:45,608 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.080s 2023-11-08 18:39:45,608 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edded508-5b0b-4918-bb7c-6a53e9d6d66f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edded508-5b0b-4918-bb7c-6a53e9d6d66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:46,687 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:39:46,687 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7d7bf6-bdbf-4b03-adc5-581c7e0fdd77', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7d7bf6-bdbf-4b03-adc5-581c7e0fdd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:47,744 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:39:47,744 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb8430e-49f7-404e-8e35-773a6daf65c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb8430e-49f7-404e-8e35-773a6daf65c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:48,938 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.176s 2023-11-08 18:39:48,939 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version' : 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f1ce435-4012-4adc-a71f-ba7ec3011956', 'x-compute-request-id': 'req-3f1ce435-4012-4adc-a71f-ba7ec3011956', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'' 2023-11-08 18:39:49,669 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.729s 2023-11-08 18:39:49,669 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48618c8c-2297-43cd-a36e-5960f153999a', 'x-compute-request-id': 'req-48618c8c-2297-43cd-a36e-5960f153999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "ACTIVE", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "db9263c06ce842c9bdb8175ed1d971de50f53c900475a1a5681c2c24", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:33Z", "updated": "2023-11-08T18:39:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-205483661", "OS-SRV-USG:launched_at": "2023-11-08T18:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--189706413"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-08 18:40:39,767 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.037s 2023-11-08 18:40:39,767 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7f62891d-6f4c-47ee-8657-19555190ac95', 'x-compute-request-id': 'req-7f62891d-6f4c-47ee-8657-19555190ac95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb 05-14fb138fb833'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 490de0ea-289a-45aa-bb05-14fb138fb833 could not be found."}}' 2023-11-08 18:40:39,832 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-205483661 0.063s 2023-11-08 18:40:39,832 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff4c17a-250d-4287-9c30-6647a1543b28', 'x-compute-request-id': 'req-2ff4c17a-250d-4287-9c30-6647a1543b28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-205483661'} Body: b'' 2023-11-08 18:40:40,017 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe 0.184s 2023-11-08 18:40:40,018 84207 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-f990b977-53a1-4ce0-9fcc-fd9e866be396', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe'} Body: b'' 2023-11-08 18:40:40,040 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe 0.021s 2023-11-08 18:40:40,040 84207 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-50139ead-7c0b-49e7-9899-993fc9ee455b', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5089d987-4764-4837-8605-2f9881be80fe does not exist", "detail": ""}}' 2023-11-08 18:40:40,658 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314 0.616s 2023-11-08 18:40:40,658 84207 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-b7aef441-3738-4573-ab01-61089ca1d567', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314'} Body: b'' {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [399.532154s] ... ok {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [49.642094s] ... ok {2} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [163.301700s] ... ok {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [35.118729s] ... ok {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [274.334044s] ... ok {7} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [127.522044s] ... ok {6} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [45.754892s] ... ok {1} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.393429s] ... ok {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.356621s] ... ok {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [88.121989s] ... ok {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [51.692114s] ... ok {1} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {2} 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`. {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [20.405220s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.992364s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.263554s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.239430s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.274477s] ... ok {7} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.687658s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.046381s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016064s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.060125s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.025568s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.043902s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.025628s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.039391s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.027901s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.024204s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.113505s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.094436s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.036109s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [19.535340s] ... ok {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.200758s] ... ok {7} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.528791s] ... ok {7} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.350731s] ... ok {6} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [135.052462s] ... ok {7} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [269.967365s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [565.094019s] ... ok {3} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {3} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {10} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [149.021179s] ... ok {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [429.930862s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [124.780864s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [23.714561s] ... ok {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [14.958762s] ... ok {4} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [46.704328s] ... ok {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [244.007978s] ... ok {6} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [162.957748s] ... ok {8} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [576.822959s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.029346s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.075093s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.028229s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.142676s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.056339s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.049792s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.048994s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.055555s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.052860s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.047258s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.041438s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.138297s] ... ok {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.093643s] ... ok {10} 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`. {1} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [272.437567s] ... ok {5} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [6.438794s] ... ok {1} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {5} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.893891s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [9.733788s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [2.202144s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.047980s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.024457s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.047909s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.027047s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.016262s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.016194s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016445s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.024050s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010406s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.026467s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.023891s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009513s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.098195s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.110858s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.057390s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.063036s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.170632s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.027906s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.031491s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.017952s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.031210s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.039118s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.026085s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.023051s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.017990s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.036702s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.024801s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.028536s] ... ok {6} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.023161s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.271062s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [55.481304s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [23.212145s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [23.167405s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [23.253044s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.259592s] ... ok {5} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.027647s] ... ok {5} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.037133s] ... ok {5} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024771s] ... ok {5} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [17.841135s] ... ok {5} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.043010s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.158042s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.078947s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.225323s] ... ok {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [406.533616s] ... ok {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [43.338991s] ... ok {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [478.449758s] ... ok {8} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [453.677338s] ... ok {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [622.961642s] ... ok {11} 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} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [180.582170s] ... ok {5} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [17.991678s] ... ok {5} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [16.553399s] ... ok {3} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [509.870150s] ... ok {5} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [17.589421s] ... ok {5} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [17.597331s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.100456s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.044064s] ... ok {6} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [432.295229s] ... ok {5} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [36.111153s] ... ok {5} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.202206s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.193499s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.110476s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.015345s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.023495s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.017416s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [39.457600s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [150.571449s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [19.425259s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [130.892714s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.059522s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [17.288969s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [87.157123s] ... ok {3} 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`. {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [41.564178s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.203695s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.977001s] ... ok {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [5.848808s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.068207s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.060033s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.085835s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.341164s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.157628s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.310814s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.058235s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.084147s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.121950s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.089375s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.089238s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.075895s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.134654s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.126087s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.136811s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.088087s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.082366s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.088588s] ... ok {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {0} 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`. {6} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [381.276990s] ... ok {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [697.587900s] ... ok {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [270.983788s] ... ok {6} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [557.181368s] ... ok {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [42.047073s] ... ok {6} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [52.699741s] ... ok {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.312856s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.185243s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.133658s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [17.989294s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.313632s] ... ok {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.315319s] ... ok {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.213159s] ... ok {6} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [612.449637s] ... ok ============================== Failed 4 tests - output below: ============================== tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.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/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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 8916abda-c9a1-4dd6-b70d-f94f430a09e9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:31:10Z', 'message': 'Build of instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 aborted: 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:'}. Request ID of server operation performed before checking the server status req-4a24a59e-c963-4c29-89c5-6b01aca964b0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:27:02,282 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 1.079s 2023-11-08 18:27:02,283 84215 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_v242-volume-2056434220", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c890438a-0f94-46a8-acd1-fa8f2a95ca5e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c890438a-0f94-46a8-acd1-fa8f2a95ca5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.136552", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:27:02,394 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.098s 2023-11-08 18:27:02,394 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e84866-9542-4a1f-9703-415b5182eed7', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e84866-9542-4a1f-9703-415b5182eed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:03,490 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.081s 2023-11-08 18:27:03,490 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b588d550-b562-4bfb-87fd-0dd8e3c6c803', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b588d550-b562-4bfb-87fd-0dd8e3c6c803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:04,564 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:04,565 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710dab71-caa0-4d62-8f2f-8c9638a6405a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710dab71-caa0-4d62-8f2f-8c9638a6405a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:05,716 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.123s 2023-11-08 18:27:05,716 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04795116-c5d4-4de7-811a-35838a9822fb', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04795116-c5d4-4de7-811a-35838a9822fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:06,892 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.155s 2023-11-08 18:27:06,892 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea3d312b-9285-4b12-ada6-7b116129f4ee', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea3d312b-9285-4b12-ada6-7b116129f4ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:07,966 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27:07,967 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-5fb2703d-91a0-4d9e-a06a-e81a6ce54bd1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb2703d-91a0-4d9e-a06a-e81a6ce54bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:09,045 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.064s 2023-11-08 18:27:09,045 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc54d81-fb70-446d-9adf-522d7b079d1c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc54d81-fb70-446d-9adf-522d7b079d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:10,123 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.063s 2023-11-08 18:27:10,123 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a560f421-b753-453b-8f8e-32a28852f3f2', 'content-length': '974', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a560f421-b753-453b-8f8e-32a28852f3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:11,235 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.087s 2023-11-08 18:27:11,235 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14449e9-53c3-4b64-a840-041b886c3444', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14449e9-53c3-4b64-a840-041b886c3444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:12,336 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:27:12,336 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7069d50a-1eea-426f-ac10-b79d0c29993f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70 69d50a-1eea-426f-ac10-b79d0c29993f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:13,446 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.094s 2023-11-08 18:27:13,446 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9586be16-153f-4dd8-965c-13ca11b866b7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9586be16-153f-4dd8-965c-13ca11b866b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:14,996 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.534s 2023-11-08 18:27:14,996 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9698c535-3e49-4c70-8a63-1eb3f973ff4f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9698c535-3e49-4c70-8a63-1eb3f973ff4f', 'connection': 'close', 'status': '200', 'content-location': 'htt p://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:16,115 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.085s 2023-11-08 18:27:16,116 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb26ab38-9143-4b63-a25a-4ee71843346a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb26ab38-9143-4b63-a25a-4ee71843346a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:17,242 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.095s 2023-11-08 18:27:17,243 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e77c9f1-5b54-4eed-9c6c-5c2844815964', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e77c9f1-5b54-4eed-9c6c-5c2844815964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252c e9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:18,336 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.066s 2023-11-08 18:27:18,337 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa45ff0-b6b2-4c4a-b60d-9d72f5970167', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa45ff0-b6b2-4c4a-b60d-9d72f5970167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:19,421 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:27:19,422 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8849c87-d8ca-4d80-8054-708e89e0bf59', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8849c87-d8ca-4d80-8054-708e89e0bf59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downlo ading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:20,482 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.046s 2023-11-08 18:27:20,482 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca4dfd8-af87-4013-ac93-398f4a7b1d5b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca4dfd8-af87-4013-ac93-398f4a7b1d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:21,599 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.103s 2023-11-08 18:27:21,600 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72802830-7ff3-4e84-8bab-93445c2adeeb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72802830-7ff3-4e84-8bab-93445c2adeeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updat ed_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:22,719 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.105s 2023-11-08 18:27:22,719 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37724a30-82b2-4dbe-af3f-ba2df9697967', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37724a30-82b2-4dbe-af3f-ba2df9697967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:23,809 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.077s 2023-11-08 18:27:23,810 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e558390-faa9-4a1c-9128-f054d34ac688', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e558390-faa9-4a1c-9128-f054d34ac688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-205643422 0", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:24,911 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.081s 2023-11-08 18:27:24,911 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef3bbba-93af-45df-99cb-1cd4f5dee338', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef3bbba-93af-45df-99cb-1cd4f5dee338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:26,004 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.079s 2023-11-08 18:27:26,004 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db2eac45-7f93-421d-a647-0ed2cc8cb99b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db2eac45-7f93-421d-a647-0ed2cc8cb99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:27,135 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.113s 2023-11-08 18:27:27,135 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7abf878a-cc98-4e3b-affa-f15ba44a73c7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7abf878a-cc98-4e3b-affa-f15ba44a73c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:28,247 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.077s 2023-11-08 18:27:28,252 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032b082f-0fa5-4f68-9219-c83767c17495', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032b082f-0fa5-4f68-9219-c83767c17495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844 297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:29,361 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:27:29,362 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0741c04e-c372-4e8b-b7f1-52d197706e63', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0741c04e-c372-4e8b-b7f1-52d197706e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:30,482 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.100s 2023-11-08 18:27:30,482 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d605366f-b31a-41f1-a1b0-9cd5be1bdc0c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d605366f-b31a-41f1-a1b0-9cd5be1bdc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http:// 10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:31,617 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.112s 2023-11-08 18:27:31,618 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14a5b87-3b22-4930-832f-057e147002fe', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14a5b87-3b22-4930-832f-057e147002fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:32,690 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:32,691 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-835060c0-cd40-47ce-abe7-6cb3b44a798a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-835060c0-cd40-47ce-abe7-6cb3b44a798a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}] , "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:33,762 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.057s 2023-11-08 18:27:33,763 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5684de1-6ad8-4458-bf0f-6665a556d96e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5684de1-6ad8-4458-bf0f-6665a556d96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:34,827 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27:34,827 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29187eca-9ab8-48e0-ba9b-225b9dc588ac', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29187eca-9ab8-48e0-ba9b-225b9dc588ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replica tion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:35,980 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.139s 2023-11-08 18:27:35,980 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45356efe-c832-4ac4-a05c-2cdd3d502f3a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45356efe-c832-4ac4-a05c-2cdd3d502f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:37,086 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.091s 2023-11-08 18:27:37,087 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73621468-e56a-4c85-8ab7-a623de4121c9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73621468-e56a-4c85-8ab7-a623de4121c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_ image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:38,170 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.058s 2023-11-08 18:27:38,170 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b0801b6-b3e5-41d1-8d03-e9ad58f733e1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b0801b6-b3e5-41d1-8d03-e9ad58f733e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:39,252 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.066s 2023-11-08 18:27:39,252 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d100bc5-0cc7-4cc6-adba-ee8471c9600b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d100bc5-0cc7-4cc6-adba-ee8471c9600b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e81488 1844297432ef6d86f"}}' 2023-11-08 18:27:40,327 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.054s 2023-11-08 18:27:40,328 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9bf8a4-ade1-4f1c-a8bb-a224a075af01', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9bf8a4-ade1-4f1c-a8bb-a224a075af01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:41,410 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.067s 2023-11-08 18:27:41,411 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400b76b6-5287-48f1-8b88-7b26b3c93126', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400b76b6-5287-48f1-8b88-7b26b3c93126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:42,483 84215 INFO [tempest.lib.common.rest_client] Requ est (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.055s 2023-11-08 18:27:42,484 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960a0b28-7087-440f-9049-547c6ebf10be', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960a0b28-7087-440f-9049-547c6ebf10be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:43,564 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:27:43,565 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020dd26e-cccf-4c63-a666-a7acd3bfea42', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020dd26e-cccf-4c63-a666-a7acd3bfea42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:44,645 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b 915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:27:44,646 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e75751-9790-4803-b9b7-7832296cdb25', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e75751-9790-4803-b9b7-7832296cdb25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:45,713 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.050s 2023-11-08 18:27:45,713 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc315b9-7ca9-4ca3-aeac-8b7fdafbf908', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc315b9-7ca9-4ca3-aeac-8b7fdafbf908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:46,788 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:27 :46,788 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ef48d0-d69e-4e22-9e33-87ef4682295b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ef48d0-d69e-4e22-9e33-87ef4682295b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:47,923 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.121s 2023-11-08 18:27:47,923 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713a6571-2836-441b-a8dd-805523c2058d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713a6571-2836-441b-a8dd-805523c2058d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:49,022 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.085s 2023-11-08 18:27:49,023 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c400ca-9d7a-4c48-bd4f-97b99c49b564', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c400ca-9d7a-4c48-bd4f-97b99c49b564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:50,093 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:27:50,094 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ebde1d-db6d-4361-8d03-dff100239e1a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ebde1d-db6d-4361-8d03-dff100239e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:51,160 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.051s 2023-11-08 18:27:51,161 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Re sponse - Headers: {'date': 'Wed, 08 Nov 2023 18:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa1adf1-24a1-4b21-9a93-f6d36db6a159', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa1adf1-24a1-4b21-9a93-f6d36db6a159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:52,237 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.050s 2023-11-08 18:27:52,238 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc1230a-bed9-4fe2-b562-915223c713c6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc1230a-bed9-4fe2-b562-915223c713c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:53,293 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.041s 2023-11-08 18:27:53,293 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-356e5f3b-0ee1-473e-a1a6-964c72abdcc0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356e5f3b-0ee1-473e-a1a6-964c72abdcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:54,378 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.070s 2023-11-08 18:27:54,378 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e736ac29-1e81-4c51-b571-4ef4be9671d2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e736ac29-1e81-4c51-b571-4ef4be9671d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:55,449 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:27:55,450 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e23749c-5442-4cac-bcb4-5b9747b7c35 4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e23749c-5442-4cac-bcb4-5b9747b7c354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:56,504 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:56,504 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad29e35-2d72-4ad6-8d73-437ef78cbb28', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad29e35-2d72-4ad6-8d73-437ef78cbb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:57,557 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:57,558 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63e0843-2dc5-4aed-b7dc-a3b043a4acdd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-e63e0843-2dc5-4aed-b7dc-a3b043a4acdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:58,611 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:27:58,612 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cdffd9-4c1a-4bca-b986-2ec7e8d834d6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cdffd9-4c1a-4bca-b986-2ec7e8d834d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:27:59,668 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.041s 2023-11-08 18:27:59,669 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4226e734-5c05-43b6-903f-19787cd39080', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4226e734-5c05-43b6-903f-19787cd39080', 'connection': 'close', 's tatus': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:00,748 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.065s 2023-11-08 18:28:00,749 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15e4e2d-97d5-4668-bba2-d0b6f98cde29', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15e4e2d-97d5-4668-bba2-d0b6f98cde29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:01,810 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:01,810 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f15477-fe88-40f2-9b96-87a224b6ada9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f15477-fe88-40f2-9b96-87a224b6ada9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/v olumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:02,863 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:02,863 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464fb8f5-bc9d-48a5-b972-01cd8d137e6d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464fb8f5-bc9d-48a5-b972-01cd8d137e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:27:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:03,920 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:28:03,921 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b97212-4e78-4e50-84f4-3555107f052d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b97212-4e78-4e50-84f4-3555107f052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c 4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:04,973 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.038s 2023-11-08 18:28:04,973 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc5e436-5b11-499f-b280-a79baebae45a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc5e436-5b11-499f-b280-a79baebae45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:06,027 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:06,027 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742fa087-9add-483f-ada7-3f794f0345a8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742fa087-9add-483f-ada7-3f794f0345a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at ": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:07,087 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:07,087 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110eb5d8-f532-42b0-bfb9-0a06b56a5e3b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110eb5d8-f532-42b0-bfb9-0a06b56a5e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:08,168 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.067s 2023-11-08 18:28:08,168 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4739f4-7ff7-45fd-a092-2eb196fbfab2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4739f4-7ff7-45fd-a092-2eb196fbfab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-Tagg edBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:09,221 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:09,222 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47caf10b-b8da-42ca-8cc0-4e95777ac998', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47caf10b-b8da-42ca-8cc0-4e95777ac998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:10,284 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.048s 2023-11-08 18:28:10,284 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89f7221-9f2b-420b-9a21-babbbfaa7648', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89f7221-9f2b-420b-9a21-babbbfaa7648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:11,337 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:11,338 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daae0eda-1515-4ba3-a159-fdde93976487', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daae0eda-1515-4ba3-a159-fdde93976487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:12,390 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:12,390 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af23e698-0c1c-4c80-b3a8-5242b2aac512', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af23e698-0c1c-4c80-b3a8-5242b2aac512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:13,446 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.043s 2023-11-08 18:28:13,447 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37ab643f-a590-4d95-86e9-0589b8aff6c8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37ab643f-a590-4d95-86e9-0589b8aff6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:14,502 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:14,502 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd017c1f-831a-4f28-b940-bb10ef367623', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd017c1f-831a-4f28-b940-bb10ef367623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2" }, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:15,555 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:15,556 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e354b1e5-61a7-4a7a-88b4-8652d33eb8e6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e354b1e5-61a7-4a7a-88b4-8652d33eb8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:16,608 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.039s 2023-11-08 18:28:16,608 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c3e259-ebed-4c4c-9435-ea6914ea4297', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c3e259-ebed-4c4c-9435-ea6914ea4297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/ 8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:17,699 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.078s 2023-11-08 18:28:17,700 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cafd78c-a37d-4c45-95dd-4138665ccccc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cafd78c-a37d-4c45-95dd-4138665ccccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:18,759 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.046s 2023-11-08 18:28:18,759 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-781f38fe-3539-47fc-9694-6a858a069d57', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-781f38fe-3539-47fc-9694-6a858a069d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable" : "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:19,835 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.053s 2023-11-08 18:28:19,835 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc724979-8f33-4c64-b5ff-dba154d37515', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc724979-8f33-4c64-b5ff-dba154d37515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:20,894 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:20,894 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a2f2aa1-77f7-4bb6-9b63-ef1533ef296b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a2f2aa1-77f7-4bb6-9b63-ef1533ef296b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:21,966 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.051s 2023-11-08 18:28:21,966 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ebdec46-a2ef-48ce-8ec1-a7b56769b58e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ebdec46-a2ef-48ce-8ec1-a7b56769b58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:23,027 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:23,028 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cd5006-47e9-4139-9c78-d64328d76b40', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cd5006-47e9-4139-9c78-d64328d76b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-t enant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:24,084 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.043s 2023-11-08 18:28:24,085 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76c8e2c-0cbb-4bcd-b68a-1a38c6300b3d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76c8e2c-0cbb-4bcd-b68a-1a38c6300b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:25,144 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.047s 2023-11-08 18:28:25,154 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9cb956-e26b-4384-98b5-aa63663b6002', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9cb956-e26b-4384-98b5-aa63663b6002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:26,223 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.045s 2023-11-08 18:28:26,223 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8f3c4f-1248-40b8-85c3-724ed14991ff', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8f3c4f-1248-40b8-85c3-724ed14991ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:27,277 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.040s 2023-11-08 18:28:27,277 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669bc28e-0747-42bf-acfd-6d91d995ff9c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669bc28e-0747-42bf-acfd-6d91d995ff9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:28,377 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.086s 2023-11-08 18:28:28,377 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48f5729-b398-4a55-81ea-1bcf7288a985', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48f5729-b398-4a55-81ea-1bcf7288a985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:29,473 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.079s 2023-11-08 18:28:29,473 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7282e819-76b1-4641-a611-7fb39a0fc88a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7282e819-76b1-4641-a611-7fb39a0fc88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:30,530 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a1 69-358e252ce9c2 0.044s 2023-11-08 18:28:30,531 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a647f9b0-ff78-418e-a950-2bed35652c6f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a647f9b0-ff78-418e-a950-2bed35652c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:31,586 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:31,587 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804b2005-172a-4d57-a868-c15666fa366b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804b2005-172a-4d57-a868-c15666fa366b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:32,644 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.044s 2023-11-08 18:28:32,645 84215 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502b1ef8-8864-490a-b77a-007e67c84171', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502b1ef8-8864-490a-b77a-007e67c84171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:33,701 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2 0.042s 2023-11-08 18:28:33,701 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8e1f13-2b44-4ddb-8a67-9da2198d6cf5', 'content-length': '1395', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8e1f13-2b44-4ddb-8a67-9da2198d6cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2'} Body: b'{"volume": {"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:02.000000", "updated_at": "2023-11-08T18:28:33.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2056434220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/8f5c45d8-d1a7-44c4-a169-358e252ce9c2"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "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": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:33,713 84215 INFO [tempest.common.waiters] volume 8f5c45d8-d1a7-44c4-a169-358e252ce9c2 reached available after waiting for 91.713698 seconds 2023-11-08 18:28:33,951 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 0.236s 2023-11-08 18:28:33,952 84215 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_v242-volume-903885034"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db89388b-8b5b-41ee-a6f6-f73472cce73f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db89388b-8b5b-41ee-a6f6-f73472cce73f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:33.845225", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:28:34,003 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.040s 2023-11-08 18:28:34,004 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0ba2b5-dae9-4876-a47d-c4d51ef2870d', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0ba2b5-dae9-4876-a47d-c4d51ef2870d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:35,068 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v 3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.050s 2023-11-08 18:28:35,069 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4efff92e-566d-4695-b015-5ccea3b1d2f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4efff92e-566d-4695-b015-5ccea3b1d2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:36,128 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:36,129 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9de957-2a7b-408c-b80d-eb1edd2bf0a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9de957-2a7b-408c-b80d-eb1edd2bf0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:37,181 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.039s 2023-11-08 18:28:37,181 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aabab2f-8778-416c-82d3-10b87b11a45a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aabab2f-8778-416c-82d3-10b87b11a45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:38,234 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.038s 2023-11-08 18:28:38,235 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3f7fbf-cea8-4893-9dd1-c785cacc397e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3f7fbf-cea8-4893-9dd1-c785cacc397e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:39,307 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.059s 2023-11-08 18:28:39,307 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c4cb566d-dee5-42d3-a253-ceb09bbd51a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4cb566d-dee5-42d3-a253-ceb09bbd51a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:40,367 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:40,367 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cede0d8-a460-40be-ac88-5d537a9a7a97', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cede0d8-a460-40be-ac88-5d537a9a7a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:41,420 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.040s 2023-11-08 18:28:41,421 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76703c92-8e24-4116-96c5-5874ba9036b9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76703c92-8e24-4116-96c5-5874ba9036b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:42,477 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:42,477 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97edc65a-6f90-4cbb-865e-13e1645f8f9f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97edc65a-6f90-4cbb-865e-13e1645f8f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:43,534 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.043s 2023-11-08 18:28:43,535 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840c3ddf-baae-4fb0-a4b7-39f0a0fd2514', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840c3ddf-baae-4fb0-a4b7-39f0a0fd2514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899 -86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:44,601 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:44,602 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8311078-1af7-45c1-bce3-09e1b5e45a61', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8311078-1af7-45c1-bce3-09e1b5e45a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:45,660 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.044s 2023-11-08 18:28:45,660 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3e408a-7080-4e2e-afbc-9caa8b5909f5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3e408a-7080-4e2e-afbc-9caa8b5909f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume- 903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:46,720 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.047s 2023-11-08 18:28:46,721 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e6bde8-55b1-48a8-92d4-047b4d47881d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e6bde8-55b1-48a8-92d4-047b4d47881d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:47,785 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:47,785 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7d734a-befa-4dd1-a80a-5a94ffc93226', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7d734a-befa-4dd1-a80a-5a94ffc93226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volu mes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:48,840 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.042s 2023-11-08 18:28:48,841 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a785daf-b729-436a-9398-45ced434aa33', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a785daf-b729-436a-9398-45ced434aa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:34.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:49,901 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3 0.046s 2023-11-08 18:28:49,902 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847d5158-f0ca-4b89-842a-ff453a978373', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847d5158-f0ca-4b89-842a-ff453a978373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3'} Body: b'{"volume": {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:34.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-903885034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/f871047b-86c5-4899-86ba-56563ce2c5f3"}], "user_id": "8ba533d7f9174c5fa897d608ca946 1d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:49,913 84215 INFO [tempest.common.waiters] volume f871047b-86c5-4899-86ba-56563ce2c5f3 reached available after waiting for 15.913838 seconds 2023-11-08 18:28:50,185 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes 0.271s 2023-11-08 18:28:50,185 84215 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_v242-volume-2110650077"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab04b24-4b33-4f54-9ab9-35f845e074ed', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab04b24-4b33-4f54-9ab9-35f845e074ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.111312", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:28:50,244 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:50,245 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4de933-c3d8-4fd8-83d1-1c708507c360', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4de933-c3d8-4fd8-83d1-1c708507c360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:51,307 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.046s 2023-11-08 18:28:51,307 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-639a534f-fa3b-4b27-934c-792c32f9ae76', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-639a534f-fa3b-4b27-934c-792c32f9ae76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:52,367 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.046s 2023-11-08 18:28:52,367 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8056f455-3139-4d9b-83e5-37a0c626ada2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8056f455-3139-4d9b-83e5-37a0c626ada2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:53,421 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/ volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.039s 2023-11-08 18:28:53,421 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138d9dd3-8787-4b86-a5f1-8a31155e4401', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138d9dd3-8787-4b86-a5f1-8a31155e4401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:54,511 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.077s 2023-11-08 18:28:54,511 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70bb43fa-4fc5-46c6-8c8b-98cb694c6269', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70bb43fa-4fc5-46c6-8c8b-98cb694c6269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:55,584 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.048s 2023-11-08 18:28:55,585 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce2a807-e8a6-4518-a828-08443c2b867f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce2a807-e8a6-4518-a828-08443c2b867f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:56,666 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.057s 2023-11-08 18:28:56,667 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3751a334-736f-4f1b-90ca-8aef9017ce18', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3751a334-736f-4f1b-90ca-8aef9017ce18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:57,727 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:57,728 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-1b4302ab-6638-4dda-84b1-fddb86c6b8fe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4302ab-6638-4dda-84b1-fddb86c6b8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:58,789 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.047s 2023-11-08 18:28:58,789 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b15220b-d465-4469-a2f1-ca80a5324796', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b15220b-d465-4469-a2f1-ca80a5324796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:59,890 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd 0.072s 2023-11-08 18:28:59,891 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8b7b9c-5761-4b75-b3a2-8860556103f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8b7b9c-5761-4b75-b3a2-8 860556103f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd'} Body: b'{"volume": {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:28:50.000000", "updated_at": "2023-11-08T18:28:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2110650077", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32b915018e814881844297432ef6d86f/volumes/de002da2-5fa4-443f-b1ac-d057e349cfbd"}], "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:28:59,903 84215 INFO [tempest.common.waiters] volume de002da2-5fa4-443f-b1ac-d057e349cfbd reached available after waiting for 9.903442 seconds 2023-11-08 18:29:01,067 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.163s 2023-11-08 18:29:01,068 84215 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-838170933"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c1b8f3dd-d20a-4bf9-998f-b9abd9bc1245', 'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0f32aa83-714e-4224-a207-f9b21fa159de","name":"tempest-device-tagging-net1-838170933","tenant_id":"32b915018e814881844297432ef6d86f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"32b915018e814881844297432ef6d86f","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-08T18:28:59Z","updated_at":"2023-11-08T18:29:00Z","revision_number":1}}' 2023-11-08 18:29:01,682 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.613s 2023-11-08 18:29:01,682 84215 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-146764526"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-9f8467df-d922-45b9-9b67-2e84090c666d', 'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2138b78c-16f6-489b-8972-176b2d6f6f38","name":"tempest-device-tagging-net2-146764526","tenant_id":"32b915018e814881844297432ef6d86f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"32b915018e814881844297432ef6d86f","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-08T18:29:01Z","updated_at":"2023-11-08T18:29:01Z","revision_number":1}}' 2023-11-08 18:29:02,968 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBoot DevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.285s 2023-11-08 18:29:02,968 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-3799f24e-025f-46d3-af5e-fe079904a3f1', 'date': 'Wed, 08 Nov 2023 18:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"16e8206d-6152-4c24-a004-a9084f8932a7","name":"","tenant_id":"32b915018e814881844297432ef6d86f","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","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-08T18:29:01Z","updated_at":"2023-11-08T18:29:01Z","revision_number":0,"project_id":"32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:03,787 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.818s 2023-11-08 18:29:03,788 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2138b78c-16f6-489b-8972-176b2d6f6f38", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-9d862e8c-db05-44d2-9da9-3fa595b37386', 'date': 'Wed, 08 Nov 2023 18:29:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335","name":"","tenant_id":"32b915018e814881844297432ef6d86f","network_id":"2138b78c-16f6-489b-8972-176b2d6f6f38","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-08T18:29:03Z","updated_at":"2023-11-08T18:29:03Z","revision_number":0,"project_id":"32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:04,349 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.561s 2023-11-08 18:29:04,350 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "name": "tempest-TaggedBootDevicesTest_v242-2120827342", "fixed_ips": [{"subnet_id": "16e8206d-6152-4c24-a004-a9084f8932a7"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-88c7f7f1-76c0-4823-b31c-f5413de17d6e', 'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"907f9a9f-55b2-413b-8207-2d3786c7cfc8","name":"tempest-TaggedBootDevicesTest_v242-2120827342","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","tenant_id":"32b915018e814881844297432ef6d86f","mac_address":"fa:16:3e:1a:db:e5","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"16e8206d-6152-4c24-a004-a9084f8932a7","ip_address":"10.1.1.181"}],"project_id":"32b915 018e814881844297432ef6d86f","port_security_enabled":true,"security_groups":["f8f0ac6b-c965-484d-afef-8fffba80c35c"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:03Z","updated_at":"2023-11-08T18:29:04Z","revision_number":1}}' 2023-11-08 18:29:04,833 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 0.483s 2023-11-08 18:29:04,834 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f32aa83-714e-4224-a207-f9b21fa159de", "name": "tempest-TaggedBootDevicesTest_v242-1428898970", "fixed_ips": [{"subnet_id": "16e8206d-6152-4c24-a004-a9084f8932a7"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-1982aeb7-a7c7-4bc9-8a5d-c69bacc31665', 'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"9f9113d5-a97e-46b0-86b5-2ef805dd58eb","name":"tempest-TaggedBootDevicesTest_v242-1428898970","network_id":"0f32aa83-714e-4224-a207-f9b21fa159de","tenant_id":"32b915018e814881844297432ef6d86f","mac_address":"fa:16:3e:80:3c:a3","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"16e8206d-6152-4c24-a004-a9084f8932a7","ip_address":"10.1.1.176"}],"project_id":"32b915018e814881844297432ef6d86f","port_security_enabled":true,"security_groups":["f8f0ac6b-c965-484d-afef-8fffba80c35c"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:04Z","updated_at":"2023-11-08T18:29:04Z","revision_number":1}}' 2023-11-08 18:29:04,838 84215 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:29:04,838 84215 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:29:04,909 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-11-08 18:29:04,909 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-754388221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54613591-ca8f-4b96-8ff4-e265bec38361', 'x-compute-request-id': 'req-54613591-ca8f-4b96-8ff4-e265bec38361', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-754388221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA==", "fingerprint": "b8:4d:bf:6e:58:92:4d:5d:52:da:b0:d8:63:12:46:af", "user_id": "8ba533d7f9174c5fa897d608ca9461d0"}}' 2023-11-08 18:29:04,912 84215 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-754388221 created 2023-11-08 18:29:05,132 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.219s 2023-11-08 18:29:05,133 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1452528219", "description": "tempest-description--1623419092"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-61327c3c-ef64-411f-b5a4-0d8bc0d5b8b2', 'date': 'Wed, 08 Nov 2023 18:29:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "name": "tempest-securitygroup--1452528219", "stateful": true, "tenant_id": "32b915018e814881844297432ef6d86f", "description": "tempest-description--1623419092", "shared": false, "security_group_rules": [{"id": "5030378d-a13d-4c5d-a06a-5ca5c77f529b", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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": 362, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}, {"id": "a6f2d309-f6d9-4d1e-b8a0-84a70949e12a", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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": 361, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 1, "project_id": "32b915018e814881844297432ef6d86f"}}' 2023-11-08 18:29:05,317 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-11-08 18:29:05,318 84215 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": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-d653fb05-01cb-4faa-ad8c-dfb88f9de47d', 'date': 'Wed, 08 Nov 2023 18:29:05 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": "138ec99e-c8db-47b3-b516-d5a1516901ee", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:05,520 84215 INFO [tempest.lib.common.rest_client] R equest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-11-08 18:29:05,521 84215 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": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-02e631dd-164d-4d2c-8187-57407493d71b', 'date': 'Wed, 08 Nov 2023 18:29:05 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": "c159ba8e-b595-4c40-ba70-8f029741e361", "project_id": "32b915018e814881844297432ef6d86f", "tenant_id": "32b915018e814881844297432ef6d86f", "security_group_id": "a3faf28f-548e-4d0b-b94b-5ae1b0607363", "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-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:05,521 84215 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1452528219 created 2023-11-08 18:29:06,211 84215 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.689s 2023-11-08 18:29:06,212 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d1efd8ed-4817-40f0-b373-dedcdc8555f7', 'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "659952ef-977d-4bca-a044-d2d25c8849f6", "tenant_id": "32b915018e814881844297432ef6d86f", "floating_ip_address": "172.24.4.122", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32b915018e814881844297432ef6d86f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:29:05Z", "updated_at": "2023-11-08T18:29:05Z", "revision_number": 0}}' 2023-11-08 18:29:06,212 84215 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '659952ef-977d-4bca-a044-d2d25c8849f6', 'tenant_id': '32b915018e814881844297432ef6d86f', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32b915018e814881844297432ef6d86f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-11-08 18:29:06,319 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2023-11-08 18:29:06,320 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content -length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83856d48-582e-4e77-9fec-68c46658d3f9', '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": "8ba533d7f9174c5fa897d608ca9461d0", "name": "tempest-TaggedBootDevicesTest_v242-1376636969-project-member", "password_expires_at": null}, "audit_ids": ["7J8kTcDeRxSinAShvefygQ"], "expires_at": "2023-11-08T19:29:06.000000Z", "issued_at": "2023-11-08T18:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32b915018e814881844297432ef6d86f", "name": "tempest-TaggedBootDevicesTest_v242-1376636969"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:06,320 84215 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '78380ca1-7219-4330-9d40-a8b4c6a1f72f', 'name': 'tempest-TaggedBootDevicesTest_v242-2053709143-network', 'tenant_id': '32b915018e814881844297432ef6d86f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32b915018e814881844297432ef6d86f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65323, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:28Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:06,374 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tag ged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2023-11-08 18:29:06,375 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a3fa927-f9fd-4573-a7fb-291ac3931799', '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": "8ba533d7f9174c5fa897d608ca9461d0", "name": "tempest-TaggedBootDevicesTest_v242-1376636969-project-member", "password_expires_at": null}, "audit_ids": ["_55W_QJwSfy1LlZGiHshcg"], "expires_at": "2023-11-08T19:29:06.000000Z", "issued_at": "2023-11-08T18:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32b915018e814881844297432ef6d86f", "name": "tempest-TaggedBootDevicesTest_v242-1376636969"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32b915018e814881844297432ef6d86f", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:06,375 84215 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '78380ca1-7219-4330-9d40-a8b4c6a1f72f', 'name': 'tempest-TaggedBootDevicesTest_v242-2053709143-network', 'tenant_id': '32b915018e814881844297432ef6d86f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32b915018e814881844297432ef6d86f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65 323, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:28Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:06,376 84215 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-754388221', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLKIqEEz7LJb78nQmVZA4BYFrHwb17oHGLcB4yG41snXh4L8KRBg3RQQEgF4YhrOObFU33Crdf+jSQMmL/ygKa/9MFbmZFLOy6dDHowSJwKhGpgEXNgTFqhQmXEOzCJlA==', 'fingerprint': 'b8:4d:bf:6e:58:92:4d:5d:52:da:b0:d8:63:12:46:af', 'user_id': '8ba533d7f9174c5fa897d608ca9461d0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXWnlRstnDWwsL8y+WYff4BX12XrdrDqpRn1pSwET9sP9QZ9BwATsM\ndVSmsOyur+GgBwYFK4EEACKhZANiAARSyiKhBM+yyW+/J0JlWQOAWBax8G9e6Bxi\n3AeMhuNbJ14eC/CkQYN0UEBIBeGIazjmxVN9wq3X/o0kDJi/8oCmv/TBW5mRSzsu\nnQx6MEicCoRqYBFzYExaoUJlxDswiZQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', 'name': 'tempest-securitygroup--1452528219', 'stateful': True, 'tenant_id': '32b915018e814881844297432ef6d86f', 'description': 'tempest-description--1623419092', 'shared': False, 'security_group_rules': [{'id': '5030378d-a13d-4c5d-a06a-5ca5c77f529b', 'project_id': '32b915018e814881844297432ef6d86f', 'tenant_id': '32b915018e814881844297432ef6d86f', 'security_group_id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', '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': 362, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0}, {'id': 'a6f2d309-f6d9-4d1e-b8a0-84a70949e12a', 'project_id': '32b915018e814881844297432ef6d86f', 'tenant_id': '32b915018e814881844297432ef6d86f', 'security_group_id': 'a3faf28f-548e-4d0b-b94b-5ae1b0607363', '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': 361, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 1, 'project_id': '32b915018e814881844297432ef6d86f'}, 'floating_ip': {'id': '659952ef-977d-4bca-a044-d2d25c8849f6', 'tenant_id': '32b915018e814881844297432ef6d86f', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32b915018e814881844297432ef6d86f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:05Z', 'updated_at': '2023-11-08T18:29:05Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-11-08 18:29:09,149 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 2.771s 2023-11-08 18:29:09,150 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1544452275", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "78380ca1-7219-4330-9d40-a8b4c6a1f72f"}, {"port": "907f9a9f-55b2-413b-8207-2d3786c7cfc8", "tag": "port-1"}, {"port": "9f9113d5-a97e-46b0-86b5-2ef805dd58eb", "tag": "port-2"}, {"uuid": "0f32aa83-714e-4224-a207-f9b21fa159de", "tag": "net-1"}, {"uuid": "0f32aa83-714e-4224-a207-f9b21fa159de"}, {"uuid": "2138b78c-16f6-489b-8972-176b2d6f6f38", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "2138b78c-16f6-489b-8972-176b2d6f6f38", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "f871047b-86c5-4899-86ba-56563ce2c5f3", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1452528219"}], "key_name": "tempest-keypair-754388221", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a24a59e-c963-4c29-89c5-6b01aca964b0', 'x-compute-request-id': 'req-4a24a59e-c963-4c29-89c5-6b01aca964b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1452528219"}], "adminPass": "8EkK9JPBp57e"}}' 2023-11-08 18:29:09,232 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.080s 2023-11-08 18:29:09,233 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09e69edd-510c-436f-87af-60dc0a88843e', 'x-compute-request-id': 'req-09e69edd-510c-436f-87af-60dc0a88843e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_ drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:29:59,898 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.597s 2023-11-08 18:29:59,898 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1883', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b92017-bc9e-405a-ad25-fc05643c049c', 'x-compute-request-id': 'req-13b92017-bc9e-405a-ad25-fc05643c049c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "692f8a7a1edecd5fe8b2f83606675753cc399a9932377f017ede7eb1", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:29:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "tempest-securitygroup--1452528219"}, {"name": "default"}, {"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:29:59,914 84215 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 50 second wait 2023-11-08 18:30:50,095 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.136s 2023-11-08 18:30:50,095 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1529', 'content-type': 'application/json', 'openstack-api-version': 'c ompute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1afc69a-c647-4eac-baca-c2293d673e2e', 'x-compute-request-id': 'req-f1afc69a-c647-4eac-baca-c2293d673e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "BUILD", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:30:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:40,356 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.179s 2023-11-08 18:31:40,356 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1818', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc5f6ff9-ead2-4d81-9543-e7ecd800ec4a', 'x-compute-request-id': 'req-dc5f6ff9-ead2-4d81-9543-e7ecd800ec4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"server": {"id": "8916abda-c9a1-4dd6-b70d-f94f430a09e9", "name": "tempest-device-tagging-server-1544452275", "status": "ERROR", "tenant_id": "32b915018e814881844297432ef6d86f", "user_id": "8ba533d7f9174c5fa897d608ca9461d0", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:29:09Z", "updated": "2023-11-08T18:31:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-11-08T18:31:10Z", "message": "Build of instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 aborted: Unable to update attachment.(Bad or unexpected resp onse from the storage volume backend API: Create export for volume failed (Volume driver reported an error: None).). (HTTP 500) (Request-ID:"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-754388221", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "8f5c45d8-d1a7-44c4-a169-358e252ce9c2", "delete_on_termination": false}, {"id": "f871047b-86c5-4899-86ba-56563ce2c5f3", "delete_on_termination": false}, {"id": "de002da2-5fa4-443f-b1ac-d057e349cfbd", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:40,373 84215 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 151 second wait 2023-11-08 18:31:41,205 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.830s 2023-11-08 18:31:41,205 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623f638b-6146-4b20-b482-0a49a73343aa', 'x-compute-request-id': 'req-623f638b-6146-4b20-b482-0a49a73343aa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'' 2023-11-08 18:31:41,266 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 404 GET http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9 0.060s 2023-11-08 18:31:41,267 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e6ad6233-fc25-44c3-9e44-b65d4a867288', 'x-compute-request-id': 'req-e6ad6233-fc25-44c3-9e44-b65d4a867288', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8916abda-c9a1-4dd6-b70d-f94f430a09e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8916abda-c9a1-4dd6-b70d-f94f430a09e9 could not be found."}}' 2023-11-08 18:31:41,310 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-754388221 0.039s 2023-11-08 18:31:41,310 84215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-290cfd03-9c1e-4619-8e91-4eb8103d42cc', 'x-compute-request-id': 'req-290cfd03-9c1e-4619-8e91-4eb8103d42cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/comput e/v2.1/os-keypairs/tempest-keypair-754388221'} Body: b'' 2023-11-08 18:31:41,529 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363 0.218s 2023-11-08 18:31:41,530 84215 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-03d9b4f0-eecf-4aa3-8e2a-af15afa11e78', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363'} Body: b'' 2023-11-08 18:31:41,552 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363 0.021s 2023-11-08 18:31:41,553 84215 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-df2d6e66-0fb1-4d65-a0dd-180ce504287a', 'date': 'Wed, 08 Nov 2023 18:31:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3faf28f-548e-4d0b-b94b-5ae1b0607363'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a3faf28f-548e-4d0b-b94b-5ae1b0607363 does not exist", "detail": ""}}' 2023-11-08 18:31:42,135 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/659952ef-977d-4bca-a044-d2d25c8849f6 0.581s 2023-11-08 18:31:42,136 84215 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-2b212fe2-a8a1-46e7-ac47-37b6aa27ddf6', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/659952ef-977d-4bca-a044-d2d25c8849f6'} Body: b'' 2023-11-08 18:31:42,578 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/9f9113d5-a97e-46b0-86b5-2ef805dd58eb 0.442s 2023-11-08 18:31:42,579 84215 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-6feb47f6-4a84-4f3a-8f95-104e29e93320', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/9f9113d5-a97e-46b0-86b5-2ef805dd58eb'} Body: b'' 2023-11-08 18:31:42,986 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/907f9a9f-55b2-413b-8207-2d3786c7cfc8 0.407s 2023-11-08 18:31:42,987 84215 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-a7423dd1-7e50-449e-8bd0-bcbfab028848', 'date': 'Wed, 08 Nov 2023 18:31:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/907f9a9f-55b2-413b-8207-2d3786c7cfc8'} Body: b'' 2023-11-08 18:31:43,477 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335 0.489s 2023-11-08 18:31:43,478 84215 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-d87031d8-b3d0-430f-8b11-0caa18a0f34a', 'date': 'Wed, 08 Nov 2023 18:31:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/29ad4c9f-e3ae-4516-8a0a-fa3ea2eb9335'} Body: b'' 2023-11-08 18:31:43,779 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/16e8206d-6152-4c24-a004-a9084f8932a7 0.300s 2023-11-08 18:31:43,779 84215 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-41fd62d2-20e9-4ae3-8d21-19473108f426', 'date': 'Wed, 08 Nov 2023 18:31:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/16e8206d-6152-4c24-a004-a9084f8932a7'} Body: b'' 2023-11-08 18:31:44,726 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2138b78c-16f6-489b-8972-176b2d6f6f38 0.946s 2023-11-08 18:31:44,727 84215 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-3dc6f3e6-726b-4d9e-9dac-b6da8f518e11', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2138b78c-16f6-489b-8972-176b2d6f6f38'} Body: b'' 2023-11-08 18:31:45,816 84215 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/0f32aa83-714e-4224-a207-f9b21fa159de 1.089s 2023-11-08 18:31:45,817 84215 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-f6ab6264-1eeb-462d-bbf1-599ea34823b5', 'date': 'Wed, 08 Nov 2023 18:31:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/0f32aa83-714e-4224-a207-f9b21fa159de'} Body: b'' 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/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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:31:11Z', 'message': 'Build of instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 aborted: 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:'}. Request ID of server operation performed before checking the server status req-d36ca735-84e2-4424-987e-357ec1a61d19. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:27:12,246 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 1.644s 2023-11-08 18:27:12,247 84223 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-112943628", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada5e175-742f-4a2e-9512-c86bbb96a9dc', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada5e175-742f-4a2e-9512-c86bbb96a9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.107971", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:27:12,315 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:27:12,315 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9111bb12-8792-4cf0-b505-959111ab0b7a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9111bb12-8792-4cf0-b505-959111ab0b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:13,392 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.058s 2023-11-08 18:27:13,392 84223 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-521bbefa-4d44-420e-b054-de2f542fbade', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-521bbefa-4d44-420e-b054-de2f542fbade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:14,528 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.119s 2023-11-08 18:27:14,529 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e53d09-326c-4447-acd2-2d17a9bf8b73', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e53d09-326c-4447-acd2-2d17a9bf8b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:15,637 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.076s 2023-11-08 18:27:15,638 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:15 GMT', 'server': 'Ap ache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19beb6bf-7fb8-4813-9e81-4394a52dd05a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19beb6bf-7fb8-4813-9e81-4394a52dd05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:16,767 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.109s 2023-11-08 18:27:16,767 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08e0642-4200-4792-97fe-7f8507e74f59', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08e0642-4200-4792-97fe-7f8507e74f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:17,884 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.101s 2023-11-08 18:27:17,885 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191d74f7-44f2-4a6e-97c6-0fa2419f76fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-191d74f7-44f2-4a6e-97c6-0fa2419f76fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:18,962 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:27:18,962 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f422db04-dc87-4ed8-bf13-c19154336114', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f422db04-dc87-4ed8-bf13-c19154336114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:20,077 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.098s 2023-11-08 18:27:20,078 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbbffe9-fe53-46d7-b476-9385671d2b2a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbbffe9-fe53-46d7-b476-9385671d2b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"vol ume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:21,194 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.096s 2023-11-08 18:27:21,195 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a108a98e-b21b-4872-b3e8-8955b0d95ccc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a108a98e-b21b-4872-b3e8-8955b0d95ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:22,268 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:27:22,268 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a359540-70f6-4849-9606-89a018d465fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a359540-70f6-4849-9606-89a018d465fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest- volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:23,352 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.068s 2023-11-08 18:27:23,352 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77580a3-9489-4de1-90eb-9d11ddf87506', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77580a3-9489-4de1-90eb-9d11ddf87506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:24,521 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.144s 2023-11-08 18:27:24,522 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267ba150-1570-4d1e-bee0-ec5bde7ee4a3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267ba150-1570-4d1e-bee0-ec5bde7ee4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a- f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:25,612 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.063s 2023-11-08 18:27:25,612 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbccc1ca-0458-4e72-8628-b100e2acc97f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbccc1ca-0458-4e72-8628-b100e2acc97f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:26,708 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.068s 2023-11-08 18:27:26,708 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190a3f5b-891a-4ae0-ad41-56dd2ea09ef4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190a3f5b-891a-4ae0-ad41-56dd2ea09ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:27,843 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.120s 2023-11-08 18:27:27,844 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34977e61-ed8b-4220-b09c-29081265a63a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34977e61-ed8b-4220-b09c-29081265a63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:28,914 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.054s 2023-11-08 18:27:28,914 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3dabbd-2caa-48ca-8ec6-d6f78d8f08ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3dabbd-2caa-48ca-8ec6-d6f78d8f08ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:29,995 84223 INFO [tempest.lib.common.re st_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.066s 2023-11-08 18:27:29,996 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96813644-4273-4fde-8c01-7b366f794bdf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96813644-4273-4fde-8c01-7b366f794bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:31,112 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.100s 2023-11-08 18:27:31,113 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0f7415-cfb2-4607-b8e3-1b212aafe855', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0f7415-cfb2-4607-b8e3-1b212aafe855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:32,202 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.070s 2023-11-08 18:27:32,203 84223 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b097a63-5669-426a-8060-56f0ba4c6e7b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b097a63-5669-426a-8060-56f0ba4c6e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:33,280 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:27:33,281 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6832f3e2-bea0-4ab4-bd87-b39a3e6e8c58', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6832f3e2-bea0-4ab4-bd87-b39a3e6e8c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:34,368 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.073s 2023-11-08 18:27:34,368 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:34 GMT', 'server': 'Apache/2.4. 52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce0fb89-2ced-4c66-b204-9c8605bacc01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce0fb89-2ced-4c66-b204-9c8605bacc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:35,439 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:27:35,439 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41980393-7ea7-465e-8620-986041b63bed', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41980393-7ea7-465e-8620-986041b63bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:36,522 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.060s 2023-11-08 18:27:36,523 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf97b381-d13a-415e-bedb-725160521da0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-bf97b381-d13a-415e-bedb-725160521da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:37,589 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:27:37,589 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddc75ba-b30c-4206-8eb0-40b3453e115c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddc75ba-b30c-4206-8eb0-40b3453e115c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:38,686 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.082s 2023-11-08 18:27:38,686 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364e1cac-cd09-4bac-9265-d9a9ca5d54f3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364e1cac-cd09-4bac-9265-d9a9ca5d54f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"i d": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:39,790 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.074s 2023-11-08 18:27:39,790 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21086d69-f58e-4cce-b470-8483f6fbd80d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21086d69-f58e-4cce-b470-8483f6fbd80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:40,904 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.095s 2023-11-08 18:27:40,905 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bb4c14-3aee-469a-863e-663f4d0b6ead', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bb4c14-3aee-469a-863e-663f4d0b6ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-11 2943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:41,990 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.070s 2023-11-08 18:27:41,991 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1af30dc-3700-46cf-8622-e69875bf3761', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1af30dc-3700-46cf-8622-e69875bf3761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:43,090 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.083s 2023-11-08 18:27:43,091 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06657e9d-d589-4d7a-b87b-fe9a80de3d64', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06657e9d-d589-4d7a-b87b-fe9a80de3d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316 -95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:44,177 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.067s 2023-11-08 18:27:44,178 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eee6bffd-adac-4e45-afce-e58409b242d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eee6bffd-adac-4e45-afce-e58409b242d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:45,254 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:27:45,254 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c81b19-2978-4158-b3c2-89c6067709d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c81b19-2978-4158-b3c2-89c6067709d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": fal se, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:46,308 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:27:46,308 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4485139c-3cbe-45e6-aa62-8063832f9443', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4485139c-3cbe-45e6-aa62-8063832f9443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:47,359 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.037s 2023-11-08 18:27:47,359 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f501fe6-5c17-4686-8291-1fad323c65d7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f501fe6-5c17-4686-8291-1fad323c65d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:48,432 84223 INFO [tempest.lib.common.rest_client ] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.058s 2023-11-08 18:27:48,433 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c96720-1203-4d9b-939f-68b33f2f1cae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c96720-1203-4d9b-939f-68b33f2f1cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:49,491 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:27:49,492 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7696039-1bc1-4657-83ce-9abea9b70169', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7696039-1bc1-4657-83ce-9abea9b70169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:50,549 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:27:50,549 84223 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c228a0-7ce2-427a-91d0-5db78989852a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c228a0-7ce2-427a-91d0-5db78989852a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:51,613 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.050s 2023-11-08 18:27:51,614 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f750cc-fb83-4ae6-b397-cb8f567d4a75', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f750cc-fb83-4ae6-b397-cb8f567d4a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:52,676 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.049s 2023-11-08 18:27:52,677 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:52 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c56710-d016-46e6-8a35-23f4863f3a85', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c56710-d016-46e6-8a35-23f4863f3a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:53,734 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:27:53,735 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8facd1-8972-4f17-9ec5-1c70ee37fd08', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8facd1-8972-4f17-9ec5-1c70ee37fd08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:54,809 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.061s 2023-11-08 18:27:54,809 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2e358f-c8ac-4bbb-95eb-8be1ddfe33de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2e3 58f-c8ac-4bbb-95eb-8be1ddfe33de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:55,910 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.078s 2023-11-08 18:27:55,910 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad7a9f07-67db-4f87-8d14-9a5f37125190', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad7a9f07-67db-4f87-8d14-9a5f37125190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:56,965 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:27:56,966 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f524929-c463-40e8-80f5-4e5c22e2b4d1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f524929-c463-40e8-80f5-4e5c22e2b4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4 f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:58,017 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:27:58,018 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a280228-c9fa-4edb-b246-aa732ccecfab', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a280228-c9fa-4edb-b246-aa732ccecfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:27:59,070 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:27:59,070 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:27:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7faa2adb-feb8-4fe9-8a1a-9f12f98cd554', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7faa2adb-feb8-4fe9-8a1a-9f12f98cd554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:00,122 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:00,122 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6120c966-fca8-4f41-8af5-c24abc60304b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6120c966-fca8-4f41-8af5-c24abc60304b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:01,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:01,184 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4525830-5693-428c-a29e-46fc73c4439c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4525830-5693-428c-a29e-46fc73c4439c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7 590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:02,235 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:02,236 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c5569a-396d-403e-8d17-431c2f8c9e24', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c5569a-396d-403e-8d17-431c2f8c9e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:03,288 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:03,288 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a940bc15-3577-4174-b6fd-a311fd5237a0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a940bc15-3577-4174-b6fd-a311fd5237a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:04,339 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:04,339 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950660fe-f18f-47e2-bd86-61083e0312fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950660fe-f18f-47e2-bd86-61083e0312fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:05,393 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:05,394 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d4c6db-afa2-44f4-bee8-493e38bcf6fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d4c6db-afa2-44f4-bee8-493e38bcf6fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:06,450 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:06,451 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643274ad-124d-4123-a24a-74cc5e26fba5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643274ad-124d-4123-a24a-74cc5e26fba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:07,532 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.067s 2023-11-08 18:28:07,532 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd99678c-9a85-4a88-a984-ef70feb9cbc8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd99678c-9a85-4a88-a984-ef70feb9cbc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:08,583 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:08,584 84223 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5a5789-224d-4536-96ca-85086300f73b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5a5789-224d-4536-96ca-85086300f73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:09,643 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:28:09,643 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f19e371b-152c-459a-bc9f-0b8e5c833557', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f19e371b-152c-459a-bc9f-0b8e5c833557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:10,696 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:10,696 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-a510ade5-4083-4b27-9b84-c70c5dc73d95', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a510ade5-4083-4b27-9b84-c70c5dc73d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:11,750 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:11,751 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5204c27d-aa77-4749-83a3-352469d83828', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5204c27d-aa77-4749-83a3-352469d83828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:12,810 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:12,811 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1378c4c3-f61e-4691-81e9-aaa5cdc5dd3f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1378c4c3-f61e- 4691-81e9-aaa5cdc5dd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:13,863 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:13,863 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-250b86d2-3453-4869-8dca-c5d9c5fb8b3f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-250b86d2-3453-4869-8dca-c5d9c5fb8b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:14,917 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:14,917 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88206936-b626-465e-aad0-7adafcc1a3e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88206936-b626-465e-aad0-7adafcc1a3e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd -4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:15,976 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.046s 2023-11-08 18:28:15,976 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e6a86e-588d-4e3a-aea9-439da9b5858f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e6a86e-588d-4e3a-aea9-439da9b5858f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:17,030 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:17,030 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d82d853-d970-4344-99ad-e1d14273f53f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d82d853-d970-4344-99ad-e1d14273f53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "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/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:18,084 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:18,084 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce76ebf2-4e37-4479-ba44-cd0a805e1440', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce76ebf2-4e37-4479-ba44-cd0a805e1440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:19,145 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.049s 2023-11-08 18:28:19,146 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afceb749-7b27-48ca-b5a4-fa282a91b9ac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afceb749-7b27-48ca-b5a4-fa282a91b9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c "}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:20,200 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:20,200 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44c1230-97b4-4bdc-b8f3-4d6c1fb3f9fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44c1230-97b4-4bdc-b8f3-4d6c1fb3f9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:21,255 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:21,255 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991b76ac-1ec5-4326-ba2e-bf965e27742a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991b76ac-1ec5-4326-ba2e-bf965e27742a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_s tatus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:22,313 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:22,314 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d71237e-4cc1-4f07-9ec8-b2601e4d43d5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d71237e-4cc1-4f07-9ec8-b2601e4d43d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:23,376 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:23,376 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caaa2478-97b0-4811-9dda-b1766eec69af', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caaa2478-97b0-4811-9dda-b1766eec69af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:24,438 84223 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.047s 2023-11-08 18:28:24,439 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf38457-c912-4c56-9bad-c47013b245a9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf38457-c912-4c56-9bad-c47013b245a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:25,493 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.040s 2023-11-08 18:28:25,494 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7625e3-7010-4b0a-8824-cce5f7096f18', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7625e3-7010-4b0a-8824-cce5f7096f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:26,553 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:26,553 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6f1ad6-828b-466c-8466-f35a4551849e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6f1ad6-828b-466c-8466-f35a4551849e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:27,609 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:27,609 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825ce9f2-aec3-4457-a897-02cda1c7b792', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825ce9f2-aec3-4457-a897-02cda1c7b792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:28,662 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:28,663 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type ': 'application/json', 'x-compute-request-id': 'req-95e370b0-858f-400c-b7ab-bf6ac80bac54', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e370b0-858f-400c-b7ab-bf6ac80bac54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:29,714 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:29,714 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41642807-23c8-4c76-8f36-0944d720954e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41642807-23c8-4c76-8f36-0944d720954e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:30,765 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:30,766 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a29d9d-7fe9-4cff-994e-97ffd3f85229', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a29d9d-7fe9-4cff-994e -97ffd3f85229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:31,823 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:31,824 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67918b55-cf12-4d21-acd7-8f98737b2d71', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67918b55-cf12-4d21-acd7-8f98737b2d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:32,893 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:32,894 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a973a095-41aa-4d23-a934-b3ed8ecbe287', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a973a095-41aa-4d23-a934-b3ed8ecbe287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a 8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:33,948 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:33,948 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e185cd0-d1bb-47c6-ba0a-37a7f455b47a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e185cd0-d1bb-47c6-ba0a-37a7f455b47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:35,016 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.055s 2023-11-08 18:28:35,017 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6379c7b1-727b-4420-b889-c1c65f20db5f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6379c7b1-727b-4420-b889-c1c65f20db5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "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/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:36,075 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:36,076 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c938ac-dca6-4627-b690-c1506c0e1034', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c938ac-dca6-4627-b690-c1506c0e1034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:37,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.083s 2023-11-08 18:28:37,183 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bb9045-ee08-4b0a-852e-f0e1285db8fb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bb9045-ee08-4b0a-852e-f0e1285db8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel ": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:38,235 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:38,235 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21993eca-34dc-42f7-96a4-ea0eeb86ace2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21993eca-34dc-42f7-96a4-ea0eeb86ace2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:39,289 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:39,290 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e2b870-a39d-49b0-8e24-d0953d965e9f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e2b870-a39d-49b0-8e24-d0953d965e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": n ull, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:40,347 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:40,347 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acafbb8-6671-4f68-8ef4-f1ff18a54286', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acafbb8-6671-4f68-8ef4-f1ff18a54286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:41,404 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.044s 2023-11-08 18:28:41,404 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce578ab-a88a-41d3-b055-2d38013d175f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce578ab-a88a-41d3-b055-2d38013d175f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:42,458 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevice sTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.038s 2023-11-08 18:28:42,459 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c353f112-d511-4174-9d6c-6f3c84c61f61', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c353f112-d511-4174-9d6c-6f3c84c61f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:43,511 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:43,511 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4eadeed-a765-4f81-b988-3dd5c6ed2a7f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4eadeed-a765-4f81-b988-3dd5c6ed2a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:44,579 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:44,579 84223 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e211c66-1d96-428e-b9ea-7f28b9733a20', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e211c66-1d96-428e-b9ea-7f28b9733a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:45,636 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.045s 2023-11-08 18:28:45,637 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fa08db-72d2-4dd1-a007-7ae46fd752d0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fa08db-72d2-4dd1-a007-7ae46fd752d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:46,714 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.064s 2023-11-08 18:28:46,715 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-7c42de0f-916c-4a7c-aacb-4c7795d2fd69', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c42de0f-916c-4a7c-aacb-4c7795d2fd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:47,791 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:28:47,791 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced12324-01cb-4a39-90be-292598a52653', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced12324-01cb-4a39-90be-292598a52653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:48,857 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.048s 2023-11-08 18:28:48,858 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f4a654-f93b-43e2-95d6-8a289ed6114d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f4a654-f93b-43e2-95d6-8a289ed6 114d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:49,939 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.069s 2023-11-08 18:28:49,940 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5ab958-0ec1-4429-93e4-df233ff15af5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5ab958-0ec1-4429-93e4-df233ff15af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:51,007 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.055s 2023-11-08 18:28:51,007 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27de23d5-4141-40ed-a9ad-22b874e987ef', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27de23d5-4141-40ed-a9ad-22b874e987ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e75909 83a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:52,064 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.043s 2023-11-08 18:28:52,064 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee04c24-18f7-4e9d-bdd0-60991e8da3de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee04c24-18f7-4e9d-bdd0-60991e8da3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:53,117 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.039s 2023-11-08 18:28:53,117 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4abf09-6d2d-42cd-925e-819134cd0240', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4abf09-6d2d-42cd-925e-819134cd0240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:54,183 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.053s 2023-11-08 18:28:54,183 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42509afe-2503-40f6-a311-7ba76742c9df', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42509afe-2503-40f6-a311-7ba76742c9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:55,261 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.064s 2023-11-08 18:28:55,261 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92dec9bf-0078-4590-92b0-b78dbcf42b8a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92dec9bf-0078-4590-92b0-b78dbcf42b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookm ark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:56,344 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.060s 2023-11-08 18:28:56,344 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd252105-6d17-41d4-9aa5-0a3316b1c67e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd252105-6d17-41d4-9aa5-0a3316b1c67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:57,405 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.042s 2023-11-08 18:28:57,406 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e73466f-fe3d-4794-8f9d-bfff61489fc6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e73466f-fe3d-4794-8f9d-bfff61489fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "con sistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:58,462 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.041s 2023-11-08 18:28:58,463 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddbc4556-cd82-4248-a121-c78e3bfd0171', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddbc4556-cd82-4248-a121-c78e3bfd0171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:27:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:28:59,543 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.059s 2023-11-08 18:28:59,544 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d1d3b7-1e39-4182-be9f-0f99885a15ce', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d1d3b7-1e39-4182-be9f-0f99885a15ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:28:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:00,678 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test _tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c 0.052s 2023-11-08 18:29:00,678 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac0e68d-f88e-460d-b116-dc50ecf0d0fe', 'content-length': '1358', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac0e68d-f88e-460d-b116-dc50ecf0d0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c'} Body: b'{"volume": {"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:27:12.000000", "updated_at": "2023-11-08T18:29:00.000000", "name": "tempest-TaggedBootDevicesTest-volume-112943628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/ecc4f77a-f0cd-4316-95a8-8e7590983a3c"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "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": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "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": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:00,776 84223 INFO [tempest.common.waiters] volume ecc4f77a-f0cd-4316-95a8-8e7590983a3c reached available after waiting for 108.776837 seconds 2023-11-08 18:29:01,079 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 0.301s 2023-11-08 18:29:01,079 84223 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-681486357"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07a7a261-29ab-4df2-96d5-96c6e627eb43', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07a7a261-29ab-4df2-96d5-96c6e627eb43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:00.988625", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user _id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:29:01,133 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.042s 2023-11-08 18:29:01,133 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc54b581-6f5e-4fb7-9285-0a00b1b129f2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc54b581-6f5e-4fb7-9285-0a00b1b129f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:02,215 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.069s 2023-11-08 18:29:02,215 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d1489c-24bb-4f23-a089-520087007398', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d1489c-24bb-4f23-a089-520087007398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:03,278 84223 INFO [tempest.lib.common.rest_client] Request (Ta ggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.041s 2023-11-08 18:29:03,278 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387b7241-307d-4157-8f1a-b3492b6e7034', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387b7241-307d-4157-8f1a-b3492b6e7034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:04,343 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.052s 2023-11-08 18:29:04,343 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e44f31-3242-4489-8885-f805af071273', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e44f31-3242-4489-8885-f805af071273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:05,411 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.055s 2023-11-08 18:29:05,412 84223 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0578184f-fc64-4a57-8a34-ec4f0f125f39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0578184f-fc64-4a57-8a34-ec4f0f125f39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:06,475 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.039s 2023-11-08 18:29:06,475 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04168302-0836-498d-9f69-c30fe4e52aac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04168302-0836-498d-9f69-c30fe4e52aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:01.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:07,542 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6 0.045s 2023-11-08 18:29:07,543 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content -type': 'application/json', 'x-compute-request-id': 'req-969f4a68-0ca2-4162-8f60-a50f228f663f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969f4a68-0ca2-4162-8f60-a50f228f663f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6'} Body: b'{"volume": {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:01.000000", "updated_at": "2023-11-08T18:29:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-681486357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/16b300d3-6730-4212-9816-1ab558149fd6"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:07,556 84223 INFO [tempest.common.waiters] volume 16b300d3-6730-4212-9816-1ab558149fd6 reached available after waiting for 6.556138 seconds 2023-11-08 18:29:07,783 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes 0.227s 2023-11-08 18:29:07,783 84223 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-1739253312"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c65f61-adeb-4c24-8c4e-8552dffb5e72', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c65f61-adeb-4c24-8c4e-8552dffb5e72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:07.704323", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:29:07,843 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.049s 2023-11-08 18:29:07,844 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067faeac-1f5f-4d39-bf77-c5ff33945f8b', 'content-length': '887', 'openstack-api-version': 'volume 3.0' , 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067faeac-1f5f-4d39-bf77-c5ff33945f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:08,910 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.042s 2023-11-08 18:29:08,911 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd62022-5c53-4d0a-b455-ba978ca2e3c4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd62022-5c53-4d0a-b455-ba978ca2e3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:09,971 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.047s 2023-11-08 18:29:09,971 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48e3aa0-d1e5-4471-b2cb-f7e988769ed0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48e3aa0-d1e5-4471-b2cb-f7e988769ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ce ff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:11,064 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 0.080s 2023-11-08 18:29:11,065 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e110dc1d-9b01-43de-bca6-c0ef8dec8ae7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e110dc1d-9b01-43de-bca6-c0ef8dec8ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:34,653 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4 22.576s 2023-11-08 18:29:34,653 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c958da0b-2bb8-4356-a8eb-54b57ae81f2b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c958da0b-2bb8-4356-a8eb-54b57ae81f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4'} Body: b'{"volume": {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:29:08.000000", "updated_at": "2023-11-08T18:29:15.000000", "nam e": "tempest-TaggedBootDevicesTest-volume-1739253312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/149a7cfea1764821ae439bd5207ecca8/volumes/380ade75-788b-4bf9-86b7-3f1ceff4bfc4"}], "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:34,665 84223 INFO [tempest.common.waiters] volume 380ade75-788b-4bf9-86b7-3f1ceff4bfc4 reached available after waiting for 27.665416 seconds 2023-11-08 18:29:35,705 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.040s 2023-11-08 18:29:35,706 84223 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-1248287880"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8ccf77af-0ae8-4a0c-bd79-75bd45c8fc5c', 'date': 'Wed, 08 Nov 2023 18:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","name":"tempest-device-tagging-net1-1248287880","tenant_id":"149a7cfea1764821ae439bd5207ecca8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"149a7cfea1764821ae439bd5207ecca8","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-08T18:29:34Z","updated_at":"2023-11-08T18:29:34Z","revision_number":1}}' 2023-11-08 18:29:36,416 84223 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.709s 2023-11-08 18:29:36,417 84223 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-1565898449"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-af886389-761e-45a1-b346-f53f64cb4d1c', 'date': 'Wed, 08 Nov 2023 18:29:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3f116733-0596-458c-af17-ad1adf342a4f","name":"tempest-device-tagging-net2-1565898449","tenant_id":"149a7cfea1764821ae439bd5207ecca8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"149a7cfea1764821ae439bd5207ecca8","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-08T18:29:35Z","updated_at":"2023-11-08T18:29:35Z","revision_number":1}}' 2023-11-08 18:29:37,436 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.018s 2023-11-08 18:29:37,436 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-edc25957-cfaf-4733-a0fc-641ff558303f', 'date': 'Wed, 08 Nov 2023 18:29:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","name":"","tenant_id":"149a7cfea1764821ae439bd5207ecca8","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","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-08T18:29:36Z","updated_at":"2023-11-08T18:29:36Z","revision_number":0,"project_id":"149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:38,650 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.213s 2023-11-08 18:29:38,651 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3f116733-0596-458c-af17-ad1adf342a4f", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b91333eb-4f5c-40f4-be15-92229ed94db8', 'date': 'Wed, 08 Nov 2023 18:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"842653ac-be49-4b0c-bdcf-dce4590fc798","name":"","tenant_id":"149a7cfea1764821ae439bd5207ecca8","network_id":"3f116733-0596-458c-af17-ad1adf342a4f","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-08T18:29:37Z","updated_at":"2023-11-08T18:29:37Z","revision_number":0,"project_id":"149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:39,230 84223 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.579s 2023-11-08 18:29:39,231 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "name": "tempest-TaggedBootDevicesTest-738169318", "fixed_ips": [{"subnet_id": "2c6f7d43-e416-4158-b3e4-f3445699faa0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-8d5f498a-4b8a-4907-bb78-4208eeeafe36', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"51d5970a-86ec-4a83-aed9-85a818399279","name":"tempest-TaggedBootDevicesTest-738169318","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","tenant_id":"149a7cfea1764821ae439bd5207ecca8","mac_address":"fa:16:3e:0f:ab:41","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","ip_address":"10.1.1.215"}],"project_id":"149a7cfea1764821ae439bd5207ecca8","port_security_enabled":true,"security_groups":["5696f203-60d6-4e90-bf66-001a20661a94"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:38Z","updated_at":"2023-11-08T18:29:38Z","revision_number":1}}' 2023-11-08 18:29:39,746 84223 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.515s 2023-11-08 18:29:39,747 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "name": "tempest-TaggedBootDevicesTest-1651207557", "fixed_ips": [{"subnet_id": "2c6f7d43-e416-4158-b3e4-f3445699faa0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-b159a679-9c0a-4e20-b2a1-990111e2d39e', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"eed6851b-694d-4a19-851d-aaa52d0854b0","name":"tempest-TaggedBootDevicesTest-1651207557","network_id":"ab4a7e30-775c-40ac-8e65-efa612e7b67b","tenant_id":"149a7cfea1764821ae439bd5207ecca8","mac_address":"fa:16:3e:ab:30:c9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"2c6f7d43-e416-4158-b3e4-f3445699faa0","ip_address":"10.1.1.103"}],"project_id":"149a7cfea1764821ae439bd5207ecca8","port_security_enabled":true,"security_groups":["5696f203-60d6-4e90-bf66-001a20661a94"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-11-08T18:29:39Z","updated_at":"2023-11-08T18:29:39Z","revision_number":1}}' 2023-11-08 18:29:39,748 84223 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:29:39,748 84223 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:29:39,814 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-11-08 18:29:39,814 84223 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-1794779525", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', '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-587c6004-819e-46b0-9c43-5ebd32ff7352', 'x-compute-request-id': 'req-587c6004-819e-46b0-9c43-5ebd32ff7352', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1794779525", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug==", "fingerprint": "80:4e:7d:69:f4:44:65:5a:56:27:39:f8:0a:15:6d:43", "user_id": "b8fdbf41ef1d4a01b8121754e0618870"}}' 2023-11-08 18:29:39,816 84223 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1794779525 created 2023-11-08 18:29:39,989 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.172s 2023-11-08 18:29:39,990 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1823725474", "descri ption": "tempest-description--1572299914"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4decee2e-9b4f-4ee9-9d0d-2777f124d7ad', 'date': 'Wed, 08 Nov 2023 18:29:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "name": "tempest-securitygroup--1823725474", "stateful": true, "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "description": "tempest-description--1572299914", "shared": false, "security_group_rules": [{"id": "86a7e7cc-091c-4bf1-9f3d-b1219acd9e49", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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": 384, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 0}, {"id": "c9fb0bc5-f032-46ec-9fa8-ae085e792530", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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": 385, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:29:39Z", "updated_at": "2023-11-08T18:29:39Z", "revision_number": 1, "project_id": "149a7cfea1764821ae439bd5207ecca8"}}' 2023-11-08 18:29:40,489 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.499s 2023-11-08 18:29:40,490 84223 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": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-1cc4426b-d1f2-42e4-a241-1d6d642bc768', 'date': 'Wed, 08 Nov 2023 18:29:40 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": "a5e07239-04bc-4592-ae7f-49ad622dd5f6", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-08T18:29:40Z", "updated_at": "2023-11-08T18:29:40Z", "revision_number": 0}}' 2023-11-08 18:29:40,699 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2023-11-08 18:29:40,699 84223 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": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "protocol": "icmp", "ethertype": "IPv4", "direction": " ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eb40db88-315b-4c94-837a-497714d33427', 'date': 'Wed, 08 Nov 2023 18:29:40 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": "3d61e1ae-8aac-40cf-9e23-8de150d3d473", "project_id": "149a7cfea1764821ae439bd5207ecca8", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "security_group_id": "156b1d3c-2335-4f5e-b25e-1299b52ae3dc", "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-08T18:29:40Z", "updated_at": "2023-11-08T18:29:40Z", "revision_number": 0}}' 2023-11-08 18:29:40,699 84223 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1823725474 created 2023-11-08 18:29:41,361 84223 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.661s 2023-11-08 18:29:41,361 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a2b2ebd0-7505-4f92-967c-6479a0c482c7', 'date': 'Wed, 08 Nov 2023 18:29:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c1edd1a9-b8f3-4bab-b095-f28f2afd0d32", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "floating_ip_address": "172.24.4.247", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "149a7cfea1764821ae439bd5207ecca8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:29:41Z", "updated_at": "2023-11-08T18:29:41Z", "revision_number": 0}}' 2023-11-08 18:29:41,361 84223 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c1edd1a9-b8f3-4bab-b095-f28f2afd0d32', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'floating_ip_address': '172.24.4.247', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:41Z', 'updated_at': '2023-11-08T18:29:41Z', 'revision_number': 0, 'ip': '172.24.4.247'} created 2023-11-08 18:29:41,458 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2023-11-08 18:29:41,459 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 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-6b28d40c-1054-4777-b768-ac0d6ed64582', '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": "b8fdbf41ef1d4a01b8121754e0618870", "name": "tempest-TaggedBootDevicesTest-1416494736-project-member", "password_expires_at": null}, "audit_ids": ["pkVW8kCVQKK9sfy9lJYyGw"], "expires_at": "2023-11-08T19:29:41.000000Z", "issued_at": "2023-11-08T18:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "149a7cfea1764821ae439bd5207ecca8", "name": "tempest-TaggedBootDevicesTest-1416494736"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:41,459 84223 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '726a00f0-2b99-41fb-9d05-ffd33076863e', 'name': 'tempest-TaggedBootDevicesTest-1599146638-network', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28151, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:29Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:41,496 84223 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-08 18:29:41,496 84223 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 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-e2d080b2-a9f5-4253-a505-e2bf22dc6989', '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": "b8fdbf41ef1d4a01b8121754e0618870", "name": "tempest-TaggedBootDevicesTest-1416494736-project-member", "password_expires_at": null}, "audit_ids": ["TMPJ2kepR6i-WIfW4H4beQ"], "expires_at": "2023-11-08T19:29:41.000000Z", "issued_at": "2023-11-08T18:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "149a7cfea1764821ae439bd5207ecca8", "name": "tempest-TaggedBootDevicesTest-1416494736"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/149a7cfea1764821ae439bd5207ecca8", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:29:41,497 84223 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '726a00f0-2b99-41fb-9d05-ffd33076863e', 'name': 'tempest-TaggedBootDevicesTest-1599146638-network', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28151, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:29Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:29:41,498 84223 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1794779525', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2 VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjj471sFmpRy4gg+QldxahRdW1UVKdRuvtnXkWGY55tiOxJtDzXKRgcBWHbFKlQC0RB1M7JPqhXZgEp93l+dGkyoA1IZC2890SPtwWD1Bh3yaTwh2eihPwgc0rlcrXVug==', 'fingerprint': '80:4e:7d:69:f4:44:65:5a:56:27:39:f8:0a:15:6d:43', 'user_id': 'b8fdbf41ef1d4a01b8121754e0618870', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCpiEGtS08K2P33KdaPLdFJHXxlR09ycPgcGhZ0Ba/m3hVjVMgJafsO\nIhfOqst3sM+gBwYFK4EEACKhZANiAATo4+O9bBZqUcuIIPkJXcWoUXVtVFSnUbr7\nZ15FhmOebYjsSbQ81ykYHAVh2xSpUAtEQdTOyT6oV2YBKfd5fnRpMqANSGQtvPdE\nj7cFg9QYd8mk8IdnooT8IHNK5XK11bo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', 'name': 'tempest-securitygroup--1823725474', 'stateful': True, 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'description': 'tempest-description--1572299914', 'shared': False, 'security_group_rules': [{'id': '86a7e7cc-091c-4bf1-9f3d-b1219acd9e49', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'security_group_id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', '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': 384, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 0}, {'id': 'c9fb0bc5-f032-46ec-9fa8-ae085e792530', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'security_group_id': '156b1d3c-2335-4f5e-b25e-1299b52ae3dc', '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': 385, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:29:39Z', 'updated_at': '2023-11-08T18:29:39Z', 'revision_number': 1, 'project_id': '149a7cfea1764821ae439bd5207ecca8'}, 'floating_ip': {'id': 'c1edd1a9-b8f3-4bab-b095-f28f2afd0d32', 'tenant_id': '149a7cfea1764821ae439bd5207ecca8', 'floating_ip_address': '172.24.4.247', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '149a7cfea1764821ae439bd5207ecca8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:29:41Z', 'updated_at': '2023-11-08T18:29:41Z', 'revision_number': 0, 'ip': '172.24.4.247'}} 2023-11-08 18:30:01,698 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 20.199s 2023-11-08 18:30:01,699 84223 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: {"server": {"name": "tempest-device-tagging-server-1228215837", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "726a00f0-2b99-41fb-9d05-ffd33076863e"}, {"port": "51d5970a-86ec-4a83-aed9-85a818399279", "tag": "port-1"}, {"port": "eed6851b-694d-4a19-851d-aaa52d0854b0", "tag": "port-2"}, {"uuid": "ab4a7e30-775c-40ac-8e65-efa612e7b67b", "tag": "net-1"}, {"uuid": "ab4a7e30-775c-40ac-8e65-efa612e7b67b"}, {"uuid": "3f116733-0596-458c-af17-ad1adf342a4f", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "3f116733-0596-458c-af17-ad1adf342a4f", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "16b300d3-673 0-4212-9816-1ab558149fd6", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1823725474"}], "key_name": "tempest-keypair-1794779525", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9', '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-d36ca735-84e2-4424-987e-357ec1a61d19', 'x-compute-request-id': 'req-d36ca735-84e2-4424-987e-357ec1a61d19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1823725474"}], "adminPass": "KBM8sT8pJXi3"}}' 2023-11-08 18:30:01,795 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.094s 2023-11-08 18:30:01,796 84223 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': 'Wed, 08 Nov 2023 18:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1278', '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-4aa90536-ec7d-4824-a455-03f7fb1a07fc', 'x-compute-request-id': 'req-4aa90536-ec7d-4824-a455-03f7fb1a07fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status": "BUILD", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:02Z", "updated": "2023-11-08T18:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:30:53,174 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3 -aa2e-f650b55b57a9 1.313s 2023-11-08 18:30:53,175 84223 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': 'Wed, 08 Nov 2023 18:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1884', '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-d9bdc2fb-7ca0-469a-869d-9814c505cbb9', 'x-compute-request-id': 'req-d9bdc2fb-7ca0-469a-869d-9814c505cbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status": "BUILD", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "7e9c81125c34b40c43a9f4b898652f2d59f3918103fe3d2315a0f44d", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:01Z", "updated": "2023-11-08T18:30:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "default"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "tempest-securitygroup--1823725474"}, {"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "delete_on_termination": false}, {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "delete_on_termination": false}, {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:30:53,190 84223 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 52 second wait 2023-11-08 18:31:43,412 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.175s 2023-11-08 18:31:43,412 84223 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': 'Wed, 08 Nov 2023 18:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1819', '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-c7a02a4f-bba3-495a-8878-415131a4b764', 'x-compute-request-id': 'req-c7a02a4f-bba3-495a-8878-415131a4b764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"server": {"id": "b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9", "name": "tempest-device-tagging-server-1228215837", "status ": "ERROR", "tenant_id": "149a7cfea1764821ae439bd5207ecca8", "user_id": "b8fdbf41ef1d4a01b8121754e0618870", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:30:01Z", "updated": "2023-11-08T18:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-11-08T18:31:11Z", "message": "Build of instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 aborted: 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:"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1794779525", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ecc4f77a-f0cd-4316-95a8-8e7590983a3c", "delete_on_termination": false}, {"id": "16b300d3-6730-4212-9816-1ab558149fd6", "delete_on_termination": false}, {"id": "380ade75-788b-4bf9-86b7-3f1ceff4bfc4", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-11-08 18:31:43,428 84223 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 102 second wait 2023-11-08 18:31:44,136 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.706s 2023-11-08 18:31:44,136 84223 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': 'Wed, 08 Nov 2023 18:31:43 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-d0666bab-0fb5-4c6e-af43-7d275a6d70c6', 'x-compute-request-id': 'req-d0666bab-0fb5-4c6e-af43-7d275a6d70c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'' 2023-11-08 18:31:44,200 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 404 GET http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 0.062s 2023-11-08 18:31:44,200 84223 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': 'Wed, 08 Nov 2023 18:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-147bf769-36dc-4f1a-b111-45821f519cea', 'x-compute-request-id': 'req-147bf769-36dc-4f1a-b111-45821f519cea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b1d68e5d-1a17-4fd3-aa2e-f650b55b57a9 could not be found."}}' 202 3-11-08 18:31:44,258 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794779525 0.055s 2023-11-08 18:31:44,258 84223 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': 'Wed, 08 Nov 2023 18:31:44 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-1b672e4d-ccc7-44fd-a68c-45c3779e7e15', 'x-compute-request-id': 'req-1b672e4d-ccc7-44fd-a68c-45c3779e7e15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1794779525'} Body: b'' 2023-11-08 18:31:44,804 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc 0.545s 2023-11-08 18:31:44,805 84223 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-1ca4a1d7-6065-4165-8996-af4cbb9e5943', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc'} Body: b'' 2023-11-08 18:31:44,831 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc 0.025s 2023-11-08 18:31:44,831 84223 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-7b171fa4-19f5-459b-91e8-f69bd6225bf3', 'date': 'Wed, 08 Nov 2023 18:31:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/156b1d3c-2335-4f5e-b25e-1299b52ae3dc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 156b1d3c-2335-4f5e-b25e-1299b52ae3dc does not exist", "detail": ""}}' 2023-11-08 18:31:45,531 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c1edd1a9-b8f3-4bab-b095-f28f2afd0d32 0.698s 2023-11-08 18:31:45,531 84223 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-a4d3e9ed-f1ee-4ca4-bf52-2eee6b3dec3f', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:31:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c1edd1a9-b8f3-4bab-b095-f28f2afd0d32'} Body: b'' 2023-11-08 18:31:46,141 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/eed6851b-694d-4a19-851d-aaa52d0854b0 0.608s 2023-11-08 18:31:46,141 84223 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-6e9ebb8c-c623-4d6b-8656-b0c8360dc82c', 'date': 'Wed, 08 Nov 2023 18:31:46 GMT', 'connection': 'clo se', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/eed6851b-694d-4a19-851d-aaa52d0854b0'} Body: b'' 2023-11-08 18:31:46,859 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/51d5970a-86ec-4a83-aed9-85a818399279 0.716s 2023-11-08 18:31:46,859 84223 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-7cbd0c19-edf5-450c-8f65-d7a2abeaa7ec', 'date': 'Wed, 08 Nov 2023 18:31:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/51d5970a-86ec-4a83-aed9-85a818399279'} Body: b'' 2023-11-08 18:31:47,763 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/842653ac-be49-4b0c-bdcf-dce4590fc798 0.903s 2023-11-08 18:31:47,764 84223 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-d64e8754-0a2e-411e-81b2-0365bfd30975', 'date': 'Wed, 08 Nov 2023 18:31:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/842653ac-be49-4b0c-bdcf-dce4590fc798'} Body: b'' 2023-11-08 18:31:48,088 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/2c6f7d43-e416-4158-b3e4-f3445699faa0 0.324s 2023-11-08 18:31:48,089 84223 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-64874b98-33d6-412b-a84f-0a36a7347332', 'date': 'Wed, 08 Nov 2023 18:31:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/2c6f7d43-e416-4158-b3e4-f3445699faa0'} Body: b'' 2023-11-08 18:31:48,770 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3f116733-0596-458c-af17-ad1adf342a4f 0.680s 2023-11-08 18:31:48,770 84223 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-b9df917e-5bdb-4022-ad88-08ed0ca58016', 'date': 'Wed, 08 Nov 2023 18:31:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3f116733-0596-458c-af17-ad1adf342a4f'} Body: b'' 2023-11-08 18:31:49,665 84223 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ab4a7e30-775c-40ac-8e65-efa612e7b67b 0.894s 2023-11-08 18:31:49,666 84223 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-1e12bb00-5776-4ec9-87c2-71038813984a', 'date': 'Wed, 08 Nov 2023 18:31:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ab4a7e30-775c-40ac-8e65-efa612e7b67b'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 826, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 411, in recreate_server server = cls.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 338, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 321, in create_test_server server = waiters.wait_for_server_status( 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 5990e789-29d0-40cc-85ed-e7e707c922dd failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-11-08T18:37:32Z', 'message': 'Build of instance 5990e789-29d0-40cc-85ed-e7e707c922dd aborted: 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:'}. Request ID of server operation performed before checking the server status req-0ee48a79-26b4-4648-aad4-0142ea2c13d0. tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 51, in test_attach_attached_volume_to_same_server 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 79009a99-0e3b-4a21-b705-a2c4549c99f7 to server 490de0ea-289a-45aa-bb05-14fb138fb833 within the required time (196 s). Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-11-08 18:34:30,450 84207 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-11-08 18:34:30,450 84207 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-11-08 18:34:30,533 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-11-08 18:34:30,534 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-205483661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw=="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5efef35b-9a00-4380-8984-31e16e5a9b79', 'x-compute-request-id': 'req-5efef35b-9a00-4380-8984-31e16e5a9b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-205483661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw==", "fingerprint": "ff:f1:94:88:90:9c:88:29:ff:e3:44:26:32:ea:4d:2b", "user_id": "ecfee2b968614f47aa97aafd07b66548"}}' 2023-11-08 18:34:30,538 84207 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-205483661 created 2023-11-08 18:34:30,751 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.212s 2023-11-08 18:34:30,752 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--189706413", "description": "tempest-description--1605212688"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-56f23f86-a1a2-41f4-b118-91b16d4eb40f', 'date': 'Wed, 08 Nov 2023 18:34:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5089d987-4764-4837-8605-2f9881be80fe", "name": "tempest-securitygroup--189706413", "stateful": true, "tenant_id": "d4f45aa33327417986332546abed6d92", "description": "tempest-description--1605212688", "shared": false, "security_group_rules": [{"id": "08b8cac9-1363-49f4-8bde-3a34396a8492", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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": 510, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}, {"id": "f30578a6-4968-4536-aa16-580bc72b0a7c", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 509, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}], "tags": [], "created_at": "2023-11-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 1, "project_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:34:31,139 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-11-08 18:34:31,139 84207 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": "5089d987-4764-4837-8605-2f9881be80fe", "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-0334e7f5-1bae-47da-ad1e-3af2456f6921', 'date': 'Wed, 08 Nov 2023 18:34:31 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": "93995acd-719a-4339-81cc-1ba3af0e5e71", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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-08T18:34:30Z", "updated_at": "2023-11-08T18:34:30Z", "revision_number": 0}}' 2023-11-08 18:34:31,379 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.239s 2023-11-08 18:34:31,379 84207 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": "5089d987-4764-4837-8605-2f9881be80fe", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-da9e63b7-126a-4e73-a789-9e6b40d39259', 'date': 'Wed, 08 Nov 2023 18:34:31 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": "2050265b-8373-425a-983a-55e4cf71df7c", "project_id": "d4f45aa33327417986332546abed6d92", "tenant_id": "d4f45aa33327417986332546abed6d92", "security_group_id": "5089d987-4764-4837-8605-2f9881be80fe", "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-08T18:34:31Z", "updated_at": "2023-11-08T18:34:31Z", "revision_number": 0}}' 2023-11-08 18:34:31,380 84207 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--189706413 created 2023-11-08 18:34:32,349 84207 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.969s 2023-11-08 18:34:32,350 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e02 96d9d-ef96-4540-bbd8-9e24f7512de0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0abe230d-6c33-4709-9747-0b5b26578af3', 'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a24d9999-feec-4f86-8468-886e7ed43314", "tenant_id": "d4f45aa33327417986332546abed6d92", "floating_ip_address": "172.24.4.121", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d4f45aa33327417986332546abed6d92", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:34:31Z", "updated_at": "2023-11-08T18:34:31Z", "revision_number": 0}}' 2023-11-08 18:34:32,350 84207 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a24d9999-feec-4f86-8468-886e7ed43314', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'floating_ip_address': '172.24.4.121', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4f45aa33327417986332546abed6d92', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:34:31Z', 'updated_at': '2023-11-08T18:34:31Z', 'revision_number': 0, 'ip': '172.24.4.121'} created 2023-11-08 18:34:32,504 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.145s 2023-11-08 18:34:32,505 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-507c25a4-f53e-42bc-a725-e06b5f264089', '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": "ecfee2b968614f47aa97aafd07b66548", "name": "tempest-AttachVolumeNegativeTest-657533753-project-member", "password_expires_at": null}, "audit_ids": ["piuXaVigR5mGUUEmxhn5mw"], "expires_at": "2023-11-08T19:34:32.000000Z", "issued_at": "2023-11-08T18:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4f45aa33327417986332546abed6d92", "name": "tempest-AttachVolumeNegativeTest-657533753"}, "is_domain": false, "roles": [{"id": "49f5be6d9e0f43a591f382561a57f08f", "name": "reader"}, {"id": "ce1480642d7649348f418cb58c9d3660", "name": "member"}], "catalog": [{"endpoints": [{"id": "9cdb3d39adda4f7dafff74d40af3cfec", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "399d64b519b84a2d91730d3b49214f7c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7a6cc25eed074cca827bfa8683de4b8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "3ea20c00d94a4d5096892ddfe2c712d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ef191d5abe104b5fb9f2887a34ffd003", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5899676910b24481b4045e74e426dfb2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "51dbba9695784c6db9a159db81c36634", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6a37d0271f2545f684e8a1c37bb6a93c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "dff90c897269420e964c644c48e36ae4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "88257331edd5452082bec11847edef5e", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "4fc8e49cf45e4dbbb6e30e2908397344", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "bfa75c41cc9b42c1b03ad1a7962834b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0a6069d9ddb5407cbfdde298eec2f7ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c93d3ecfa35c441fb352cf780b48f1ad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "41688cd4ed544d1c9a247b558722ad4f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92", "region": "RegionOne"}], "id": "f27ebde1e2a84972b1eab93cbdd993e9", "type": "block-storage", "name": "cinder"}]}}' 2023-11-08 18:34:32,506 84207 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '6da192c1-fd68-488e-b7c0-51618eca66a2', 'name': 'tempest-AttachVolumeNegativeTest-2014051675-network', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4f45aa33327417986332546abed6d92', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-11-08T18:26:28Z', 'updated_at': '2023-11-08T18:26:29Z', 'revision_number': 1} available for tenant 2023-11-08 18:34:32,506 84207 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-205483661', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAiqJRrMbTBhjYY5p23jr+qHP+TupoWKuJjf3TqixCjJjRRbAAZlAwPu0NODdSpBDTmiqRuo50SbNCG22aA4aeX2SgmKGKLJQ4tNLI5qkcPfyE89hINyGIQx9diaDGDbVw==', 'fingerprint': 'ff:f1:94:88:90:9c:88:29:ff:e3:44:26:32:ea:4d:2b', 'user_id': 'ecfee2b968614f47aa97aafd07b66548', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDb6NMAiLv0hPtnI9wVnXuiuNIY2y6EoY9XUUkrRylrZnR+eJekR5zC\nkTsYPylTljygBwYFK4EEACKhZANiAAQIqiUazG0wYY2GOadt46/qhz/k7qaFiriY\n3906osQoyY0UWwAGZQMD7tDTg3UqQQ05oqkbqOdEmzQhttmgOGnl9koJihiiyUOL\nTSyOapHD38hPPYSDchiEMfXYmgxg21c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5089d987-4764-4837-8605-2f9881be80fe', 'name': 'tempest-securitygroup--189706413', 'stateful': True, 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'description': 'tempest-description--1605212688', 'shared': False, 'security_group_rules': [{'id': '08b8cac9-1363-49f4-8bde-3a34396a8492', 'project_id': 'd4f45aa33327417986332546abed6d92', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'security_group_id': '5089d987-4764-4837-8605-2f9881be80fe', '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': 510, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 0}, {'id': 'f30578a6-4968-4536-aa16-580bc72b0a7c', 'project_id': 'd4f45aa33327417986332546abed6d92', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'security_group_id': '5089d987-4764-4837-8605-2f9881be80fe', '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': 509, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-11-08T18:34:30Z', 'updated_at': '2023-11-08T18:34:30Z', 'revision_number': 1, 'project_id': 'd4f45aa33327417986332546abed6d92'}, 'floating_ip': {'id': 'a24d9999-feec-4f86-8468-886e7ed43314', 'tenant_id': 'd4f45aa33327417986332546abed6d92', 'floating_ip_address': '172.24.4.121', 'floating_network_id': 'e0296d9d-ef96-4540-bbd8-9e24f7512de0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd4f45aa33327417986332546abed6d92', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-11-08T18:34:31Z', 'updated_at': '2023-11-08T18:34:31Z', 'revision_number': 0, 'ip': '172.24.4.121'}} 2023-11-08 18:34:33,697 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.190s 2023-11-08 18:34:33,698 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1914672766", "imageRef": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "6da192c1-fd68-488e-b7c0-51618eca66a2"}], "security_groups": [{"name": "tempest-securitygroup--189706413"}], "key_name": "tempest-keypair-205483661", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f96158d5-07bd-4beb-983b-c36e7c440afa', 'x-compute-request-id': 'req-f96158d5-07bd-4beb-983b-c36e7c440afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--189706413"}], "adminPass": "password"}}' 2023-11-08 18:34:33,859 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.155s 2023-11-08 18:34:33,859 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-784d0d82-e92b-4bb2-bff7-feed975702c5', 'x-compute-request-id': 'req-784d0d82-e92b-4bb2-bff7-feed975702c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "BUILD", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id ": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:34Z", "updated": "2023-11-08T18:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-205483661", "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-08 18:35:24,230 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.309s 2023-11-08 18:35:24,231 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91daaa57-cb7b-42ad-b84b-283b99f97c05', 'x-compute-request-id': 'req-91daaa57-cb7b-42ad-b84b-283b99f97c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "ACTIVE", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "db9263c06ce842c9bdb8175ed1d971de50f53c900475a1a5681c2c24", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:33Z", "updated": "2023-11-08T18:34:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-205483661", "OS-SRV-USG:launched_at": "2023-11-08T18:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--189706413"}], "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-08 18:35:24,247 84207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-11-08 18:36:24,718 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-interface 0.409s 2023-11-08 18:36:24,718 84207 DEBUG [tempest.lib.common.rest_client] R equest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:24 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-023c4bb1-48e3-438f-8920-5827f7ac5368', 'x-compute-request-id': 'req-023c4bb1-48e3-438f-8920-5827f7ac5368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6da192c1-fd68-488e-b7c0-51618eca66a2", "port_id": "df8c6068-1bc4-4305-8774-c7f031143636", "mac_addr": "fa:16:3e:91:a7:04", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "13d7b218-79d8-44f3-b1ed-0898f3f674ca", "ip_address": "10.0.0.6"}]}]}' 2023-11-08 18:36:25,338 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314 0.616s 2023-11-08 18:36:25,338 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "df8c6068-1bc4-4305-8774-c7f031143636"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bc98da43-79c4-463f-a690-342f23903105', 'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314'} Body: b'{"floatingip": {"id": "a24d9999-feec-4f86-8468-886e7ed43314", "tenant_id": "d4f45aa33327417986332546abed6d92", "floating_ip_address": "172.24.4.121", "floating_network_id": "e0296d9d-ef96-4540-bbd8-9e24f7512de0", "router_id": "bdafe4d4-f979-4830-8908-0be9f6d06607", "port_id": "df8c6068-1bc4-4305-8774-c7f031143636", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6da192c1-fd68-488e-b7c0-51618eca66a2", "mac_address": "fa:16:3e:91:a7:04", "admin_state_up": true, "status": "ACTIVE", "device_id": "490de0ea-289a-45aa-bb05-14fb138fb833", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-11-08T18:34:31Z", "updated_at": "2023-11-08T18:36:24Z", "revision_number": 1, "project_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:25,340 84207 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.121:22' as 'cirros' with public key authentication 2023-11-08 18:36:25,402 84207 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2023-11-08 18:36:25,483 84207 INFO [paramiko.transport] Authentication (publickey) successful! 2023-11-08 18:36:25,483 84207 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.121 successfully created 2023-11-08 18:36:25,526 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/ips 0.042s 2023-11-08 18:36:25,526 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24e8550b-fa6a-433f-89d5-dc7a54a18929', 'x-compute-request-id': 'req-24e8550b-fa6a -433f-89d5-dc7a54a18929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-11-08 18:36:25,788 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes 0.258s 2023-11-08 18:36:25,789 84207 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-AttachVolumeNegativeTest-volume-632817092"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e99b48b-19fb-422e-b02b-d3ad41f1f0e7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e99b48b-19fb-422e-b02b-d3ad41f1f0e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:25.711870", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-11-08 18:36:25,868 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:25,868 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1875fae3-aa11-43db-81b6-3abc1bea2159', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1875fae3-aa11-43db-81b6-3abc1bea2159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:26,923 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:36:26,924 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1ca879-b6a5-4a8b-b8cd-d5c1cbba6c44', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1ca879-b6a5-4a8b-b8cd-d5c1cbba6c44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:27,986 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:36:27,986 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ae0b77-a55c-4450-a2a3-6d58cb611e89', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ae0b77-a55c-4450-a2a3-6d58cb611e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:29,068 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa 33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:36:29,068 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662e5494-4229-4472-92c1-baeb10f5994f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662e5494-4229-4472-92c1-baeb10f5994f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:30,132 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:30,132 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de7d80b-5c03-4d54-a794-462fe87869dd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de7d80b-5c03-4d54-a794-462fe87869dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:31,214 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.062s 2023-11-08 18:36:31,214 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b82eb3-bdd6-4d75-8f8f-da7108695831', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b82eb3-bdd6-4d75-8f8f-da7108695831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:32,270 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:36:32,270 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2163f312-ad40-467d-aa77-19ab7663d859', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2163f312-ad40-467d-aa77-19ab7663d859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:31.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:32,282 84207 INFO [tempest.common.waiters] volume 79009a99-0e3b-4a21-b705-a2c4549c99f7 reached available after waiting for 7.282475 seconds 2023-11-08 18:36:32,670 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 POST http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-volume_attachments 0.388s 2023-11-08 18:36:32,671 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: {"volumeAttachment": {"volumeId": "79009a99-0e3b-4a21-b705-a2c4549c99f7"}} Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 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-3a560a27-b3e8-47ea-a686-9431a131bde5', 'x-compute-request-id': 'req-3a560a27-b3e8-47ea-a686-9431a131bde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "serverId": "490de0ea-289a-45aa-bb05-14fb138fb833", "volumeId": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "device": "/dev/vdb"}}' 2023-11-08 18:36:32,728 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:36:32,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dfb724-940a-447d-85d1-e5534cccd635', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dfb724-940a-447d-85d1-e5534cccd635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:33,793 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:33,794 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c5a815-87b1-4e0f-9bf3-3ba3e2f29a9f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c5a815-87b1-4e0f-9bf3-3ba3e2f29a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_ at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:34,904 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.086s 2023-11-08 18:36:34,904 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23511277-20f6-45f6-9ae3-42e5c8d92ff7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23511277-20f6-45f6-9ae3-42e5c8d92ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:35,980 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:36:35,980 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b671135-7ebc-499d-b0f8-2ede8496cf89', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b671135-7ebc-499d-b0f8-2ede8496cf89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:37,050 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:36:37,050 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f0489e-4101-409b-9a24-7e234fba87fd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f0489e-4101-409b-9a24-7e234fba87fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:38,126 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:36:38,127 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b64b51a-719a-4013-ae0d-f3067ffbe6de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b64b51a-719a-4013-ae0d-f3067ffbe6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10 .0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:39,201 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:36:39,201 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47d9c07-1c23-4b9e-b0ca-1a1d35eaec1c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47d9c07-1c23-4b9e-b0ca-1a1d35eaec1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:40,631 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.401s 2023-11-08 18:36:40,632 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea77ff70-07b7-43cc-bb16-93e66276d214', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea77ff70-07b7-43cc-bb16-93e66276d214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replica tion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:41,696 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:36:41,697 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb769b5b-8318-4f1f-b4ce-c307296e4daa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb769b5b-8318-4f1f-b4ce-c307296e4daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:42,771 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:36:42,772 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e62cfcb-3b3e-4289-98fa-93641108f30d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e62cfcb-3b3e-4289-98fa-93641108f30d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:43,847 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:36:43,848 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4995bdf6-3c68-4ca0-8cc8-057ecba89569', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4995bdf6-3c68-4ca0-8cc8-057ecba89569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:44,936 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.075s 2023-11-08 18:36:44,936 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aea7a40-61d2-4fa2-b8b7-e9e6c1b8dc0c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aea7a40-61d2-4fa2-b8b7-e9e6c1b8dc0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:46,074 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/ 79009a99-0e3b-4a21-b705-a2c4549c99f7 0.125s 2023-11-08 18:36:46,074 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba5a8440-c824-4ff1-958d-6c90465ea9c7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba5a8440-c824-4ff1-958d-6c90465ea9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:47,161 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.073s 2023-11-08 18:36:47,162 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb4ebf21-0098-4567-ad4b-b3282b2c15fc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb4ebf21-0098-4567-ad4b-b3282b2c15fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:48,214 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:36:48,215 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00417042-5f30-4bf1-bbed-4ffd6a22803d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00417042-5f30-4bf1-bbed-4ffd6a22803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:33.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:49,306 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.078s 2023-11-08 18:36:49,306 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2ebb14-d5e7-4d99-a31c-2415b9b1a6d8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2ebb14-d5e7-4d99-a31c-2415b9b1a6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:50,378 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.059s 2023-11-08 18:36:50,379 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deaa9d57-eba5-499b-ae09-98c35b100dcf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deaa9d57-eba5-499b-ae09-98c35b100dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:51,461 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:51,461 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81128882-8594-4d81-b61b-fb5cfc9fc5c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81128882-8594-4d81-b61b-fb5cfc9fc5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:52,531 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:36:52,531 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6416ed1a-179f-48ac-bf1c-c7576ca94f7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6416ed1a-179f-48ac-bf1c-c7576ca94f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:53,600 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:36:53,600 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661d0d8b-71f8-426b-aaf5-0811346be380', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661d0d8b-71f8-426b-aaf5-0811346be380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:55,006 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.393s 2023-11-08 18:36:55,007 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec6c153-41b8-431f-a4de-6d627352f530', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec6c153-41b8-431f-a4de-6d627352f530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21 -b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:56,093 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.064s 2023-11-08 18:36:56,093 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92483193-7bbb-45e6-80d4-e5c9971819ef', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92483193-7bbb-45e6-80d4-e5c9971819ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:57,181 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:36:57,181 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bab823-58dd-430f-b90c-d77e2aca683c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bab823-58dd-430f-b90c-d77e2aca683c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26 .000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:58,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:36:58,259 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d836387-a35e-4fc9-8098-e36b06416284', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d836387-a35e-4fc9-8098-e36b06416284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:36:59,330 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:36:59,330 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05eb438-af9f-4f04-87c2-71132c166e9c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05eb438-af9f-4f04-87c2-71132c166e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sour ce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:00,399 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:00,400 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f076d93-adc4-4895-be46-66ba2b4f6cee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f076d93-adc4-4895-be46-66ba2b4f6cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:01,470 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.057s 2023-11-08 18:37:01,495 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da0c7d3-902d-4f18-9736-7f1f2c5123b4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da0c7d3-902d-4f18-9736-7f1f2c5123b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookma rk", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:02,556 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:02,556 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a0fe1f-692b-47df-befb-e40e07531c54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a0fe1f-692b-47df-befb-e40e07531c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:03,617 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:37:03,618 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5964f897-d1ca-4541-af47-e837dcda8a55', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5964f897-d1ca-4541-af47-e837dcda8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "en crypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:04,689 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.050s 2023-11-08 18:37:04,689 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa949f6-7245-4949-aae8-9c9686677371', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa949f6-7245-4949-aae8-9c9686677371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:05,821 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.118s 2023-11-08 18:37:05,821 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68009667-8900-4cf6-a6db-66880faaf339', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68009667-8900-4cf6-a6db-66880faaf339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11 -08 18:37:06,931 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.092s 2023-11-08 18:37:06,932 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a348460-5dfa-4074-a42d-686fd2129fe5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a348460-5dfa-4074-a42d-686fd2129fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:07,990 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:37:07,990 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97fbfba-736d-4a7c-a04a-8a3a8f741068', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97fbfba-736d-4a7c-a04a-8a3a8f741068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:09,045 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327 417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:09,045 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-489a6098-0210-450b-ba4b-655652fdbdce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-489a6098-0210-450b-ba4b-655652fdbdce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:10,100 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:37:10,101 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e822ae-a69c-4c8b-92c3-4877d71882f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e822ae-a69c-4c8b-92c3-4877d71882f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:11,158 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:11,158 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4720d01b-6aea-4bb7-bd88-4826100c42b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4720d01b-6aea-4bb7-bd88-4826100c42b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:12,213 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:12,213 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adb9d99-5b6f-404a-8c9f-ddbd2b7e56d6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adb9d99-5b6f-404a-8c9f-ddbd2b7e56d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:13,268 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:13,269 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-f5f6ec76-13dc-4ba3-81fe-9ec4d31890ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f6ec76-13dc-4ba3-81fe-9ec4d31890ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:14,343 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.062s 2023-11-08 18:37:14,343 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47de2a3-85e4-457d-8619-18105573e4fa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47de2a3-85e4-457d-8619-18105573e4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:15,422 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:37:15,423 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d9e4e3-907c-4692-aee4-1dc5e058f67f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Vers ion', 'x-openstack-request-id': 'req-56d9e4e3-907c-4692-aee4-1dc5e058f67f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:16,488 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:37:16,488 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af25ff79-239c-4420-bd99-eb64623b66ab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af25ff79-239c-4420-bd99-eb64623b66ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:17,621 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.120s 2023-11-08 18:37:17,622 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7edae74-049b-48dd-ac6a-d61f0f06422a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7edae74-049b-48dd-ac6a-d61f0f06422a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abe d6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:18,687 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:18,688 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbeec3d3-c95b-4b7f-a772-97c985ddd592', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbeec3d3-c95b-4b7f-a772-97c985ddd592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:19,749 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:19,749 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7edb868-8a82-4752-86ec-28ac42362065', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7edb868-8a82-4752-86ec-28ac42362065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "c reated_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:20,810 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:20,811 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c1224-4937-4c2e-9fa1-990cdfc9fd89', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c1224-4937-4c2e-9fa1-990cdfc9fd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:30,337 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 8.514s 2023-11-08 18:37:30,338 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020f2170-64ea-4b10-aab1-0a90001628be', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020f2170-64ea-4b10-aab1-0a90001628be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviands s-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:31,390 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:31,391 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b72861-66dd-40d4-aced-927248dc429e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b72861-66dd-40d4-aced-927248dc429e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:32,459 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:32,459 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8479f775-c6a1-4da0-bd9c-e3820693870a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8479f775-c6a1-4da0-bd9c-e3820693870a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705 -a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:33,530 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:37:33,530 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736c9952-63ae-4f59-8ef9-a83b81fe71c2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736c9952-63ae-4f59-8ef9-a83b81fe71c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:34,584 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:34,584 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e78261d-a213-40b4-b848-4f18cf282abe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e78261d-a213-40b4-b848-4f18cf282abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b 66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:35,640 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:35,640 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a10c72-e46f-4b58-a9ab-029cfbd8210a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a10c72-e46f-4b58-a9ab-029cfbd8210a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:36,696 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:37:36,697 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158ed3ca-f78e-41fd-abe2-11b91e2c9be2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158ed3ca-f78e-41fd-abe2-11b91e2c9be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327 417986332546abed6d92"}}' 2023-11-08 18:37:37,750 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:37,750 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e8c8a1-5406-4ca5-89a9-36719506b4fe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e8c8a1-5406-4ca5-89a9-36719506b4fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:38,806 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:38,806 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba472e2-c215-422c-9e7b-40cd7c222add', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba472e2-c215-422c-9e7b-40cd7c222add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:39,889 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://1 0.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:37:39,890 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ea4197-3701-43e4-9bb9-089cffb255f2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ea4197-3701-43e4-9bb9-089cffb255f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:40,959 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:37:40,959 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899680b7-e7ed-4ebc-9e42-0df8bdc603b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899680b7-e7ed-4ebc-9e42-0df8bdc603b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:42,011 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:37:42,011 84207 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66743443-b80d-40d9-a170-25ff74a3e2c2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66743443-b80d-40d9-a170-25ff74a3e2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:43,098 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.074s 2023-11-08 18:37:43,099 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8e0ccb-046e-4226-8b5d-045fc454d3ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8e0ccb-046e-4226-8b5d-045fc454d3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:44,169 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:44,170 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:44 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6751b095-5578-4d62-b7d4-9576cd45cce8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6751b095-5578-4d62-b7d4-9576cd45cce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:45,229 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:45,229 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1166770a-e90d-4ca8-abcf-c544f5b9ef24', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1166770a-e90d-4ca8-abcf-c544f5b9ef24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:46,300 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:37:46,301 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaebcabc-c34a-47a9-a575-4dbdabe4497b', 'content-length': '914', 'openstack-api-version': 'volume 3 .0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaebcabc-c34a-47a9-a575-4dbdabe4497b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:47,362 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:47,362 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b23f27-aff8-46bf-ad68-c57b5218f1e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b23f27-aff8-46bf-ad68-c57b5218f1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:48,417 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:37:48,418 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcdddc4b-443b-4c09-9925-30fd5b273862', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdddc4b-443b-4c09-9925-30fd5b273862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volum e/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:49,490 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.060s 2023-11-08 18:37:49,491 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed0f8fd-89d5-4318-b4cd-511e416f97ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed0f8fd-89d5-4318-b4cd-511e416f97ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:50,544 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:50,544 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a358f5a2-0f6a-4bd2-8473-5344d7d79dc5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a358f5a2-0f6a-4bd2-8473-5344d7d79dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:51,600 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:37:51,600 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0757d9c-492e-45a0-81a7-e6c5209591f0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0757d9c-492e-45a0-81a7-e6c5209591f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:52,657 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:52,657 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afdb5f85-2685-4d21-a4cb-d671b5123140', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afdb5f85-2685-4d21-a4cb-d671b5123140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description" : null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:53,727 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:37:53,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7810f647-01db-4c9d-8a66-a512466713f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7810f647-01db-4c9d-8a66-a512466713f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:54,884 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.143s 2023-11-08 18:37:54,885 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528254b9-278c-4e6d-a06b-20bd3f46a922', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528254b9-278c-4e6d-a06b-20bd3f46a922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92 /volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:55,964 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:37:55,965 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba107855-d054-42a4-864c-5075bad04217', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba107855-d054-42a4-864c-5075bad04217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:57,031 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:37:57,032 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73773a92-02cb-47ba-8ad1-8b1d93a65597', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73773a92-02cb-47ba-8ad1-8b1d93a65597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_i d": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:58,096 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:37:58,096 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f057c858-0e35-41b6-ab40-94f71fbc0085', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f057c858-0e35-41b6-ab40-94f71fbc0085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:37:59,168 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:37:59,168 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5fab0dc-59f5-4c05-b603-1a2318528780', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5fab0dc-59f5-4c05-b603-1a2318528780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:00,236 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:00,236 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4bf061-fb3a-41fa-916b-e0357b535c62', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4bf061-fb3a-41fa-916b-e0357b535c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:01,298 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:01,298 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37e8fde5-a560-402f-a44f-6e488cc9609e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37e8fde5-a560-402f-a44f-6e488cc9609e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:02,352 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_t o_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.039s 2023-11-08 18:38:02,352 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d40ae47e-0e83-45a3-b111-ff7ff93c9536', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d40ae47e-0e83-45a3-b111-ff7ff93c9536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:03,462 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.096s 2023-11-08 18:38:03,462 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c81159-db4f-4410-a6ba-73563f6e25c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c81159-db4f-4410-a6ba-73563f6e25c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:04,518 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:38:04,518 84207 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03062ec7-a8d8-490c-a20e-61a597938e89', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03062ec7-a8d8-490c-a20e-61a597938e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:05,599 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.067s 2023-11-08 18:38:05,599 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd0f68b-a381-4460-b074-4cf89219c78d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd0f68b-a381-4460-b074-4cf89219c78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:06,665 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:38:06,666 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a5ffa7-ae2f-4339-a17e-e85ff3e07957', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a5ffa7-ae2f-4339-a17e-e85ff3e07957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:07,722 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:38:07,723 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b33a5ad-6f38-4bb4-b099-a807623314d0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b33a5ad-6f38-4bb4-b099-a807623314d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:08,810 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:08,812 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7224c85f-aaa4-4b06-872c-301b7bc556ad', 'content-length': '914', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7224c85f-aaa4-4b06-872c-301b7bc556ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:09,884 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:09,884 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a9f432-c5c4-48d0-9f09-682bb0be8623', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a9f432-c5c4-48d0-9f09-682bb0be8623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:10,937 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:38:10,938 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e549f204-8030-48e6-b48c-eeffe4087af3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e549f204-8030-48e6-b48c-eeffe4087af3', 'connection': 'close', 'status': '200', 'content-loc ation': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:11,998 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:11,998 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d632e47-52aa-4f81-b09d-f0dd82b7145e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d632e47-52aa-4f81-b09d-f0dd82b7145e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:13,066 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:13,066 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd7c54b-2f86-4996-ad34-c7848a4c2e65', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd7c54b-2f86-4996-ad34-c7848a4c2e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", " status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:14,145 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.052s 2023-11-08 18:38:14,145 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46bc8e60-cd0a-4660-9fce-767f718dbaab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46bc8e60-cd0a-4660-9fce-767f718dbaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:15,208 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:15,208 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2025fbc-2e5a-42e7-a550-649bfea688e0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2025fbc-2e5a-42e7-a550-649bfea688e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest- volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:16,265 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:38:16,266 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-914844f0-ecae-4296-9862-ecd76819df54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-914844f0-ecae-4296-9862-ecd76819df54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:17,349 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:38:17,350 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b844cd-fb05-4ae7-8469-4ec766f08f4d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b844cd-fb05-4ae7-8469-4ec766f08f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:18,426 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.061s 2023-11-08 18:38:18,426 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c68ceff-17a2-430a-9f22-a2d3ed746dfc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c68ceff-17a2-430a-9f22-a2d3ed746dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:19,494 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:38:19,495 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50126184-cbbf-41aa-895a-62b62b4c294e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50126184-cbbf-41aa-895a-62b62b4c294e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a 21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:20,557 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:20,558 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1f38cc-3231-4206-8489-89f4aa4bbb01', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1f38cc-3231-4206-8489-89f4aa4bbb01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:21,619 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:21,619 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1757563-2bb9-43f8-bb90-5b39932727f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1757563-2bb9-43f8-bb90-5b39932727f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:22,674 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:38:22,675 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b296a18-e096-458e-bca3-409a98fee04c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b296a18-e096-458e-bca3-409a98fee04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:23,745 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:38:23,746 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842a32de-abc0-4a1d-aa11-edd9c92f2c5b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842a32de-abc0-4a1d-aa11-edd9c92f2c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:24,813 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTe st:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:24,813 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6ff927-debb-4df6-bdef-0c8475282f65', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6ff927-debb-4df6-bdef-0c8475282f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:25,881 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:38:25,882 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7f046b-5db9-448e-8600-1050d9c5ee35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7f046b-5db9-448e-8600-1050d9c5ee35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:26,951 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:38:26,951 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed701d2-e496-472f-bbc7-a2eb9ab95fdb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed701d2-e496-472f-bbc7-a2eb9ab95fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:28,029 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.065s 2023-11-08 18:38:28,030 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52467ccc-e39f-4b65-8c1b-f371e523e152', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52467ccc-e39f-4b65-8c1b-f371e523e152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:29,091 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:38:29,092 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Wed, 08 Nov 2023 18:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2423bfd6-f26f-46a1-a38e-059172de4504', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2423bfd6-f26f-46a1-a38e-059172de4504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:30,175 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.070s 2023-11-08 18:38:30,175 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1016e60c-58c8-43a9-bdb0-23f4b501b46e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1016e60c-58c8-43a9-bdb0-23f4b501b46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:31,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.069s 2023-11-08 18:38:31,415 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeefc613-e1e3-459a-8360-9c573b9164 1d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeefc613-e1e3-459a-8360-9c573b91641d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:32,481 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:38:32,482 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a160d203-ca22-439a-a5d4-b91c69f22a99', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a160d203-ca22-439a-a5d4-b91c69f22a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:33,576 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.080s 2023-11-08 18:38:33,577 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c4d8914-17f4-4459-a2a0-9db7214e609f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c4d8914-17f4-4459-a2a0-9db7214e609f', 'connection': 'close ', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:34,646 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:38:34,646 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1da9f3c-ce60-4b26-b719-1b0281d28dda', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1da9f3c-ce60-4b26-b719-1b0281d28dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:35,719 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.058s 2023-11-08 18:38:35,720 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd1eed1-b20b-45b8-b015-ee7c5d0c4813', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd1eed1-b20b-45b8-b015-ee7c5d0c4813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99 -0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:36,801 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:36,802 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45253b9-e88e-4ca5-a3c5-7fd5f18dd895', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45253b9-e88e-4ca5-a3c5-7fd5f18dd895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:37,885 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.068s 2023-11-08 18:38:37,886 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-748d84d7-0e54-4c4a-8241-ae15581305fc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-748d84d7-0e54-4c4a-8241-ae15581305fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "t empest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:38,992 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.077s 2023-11-08 18:38:38,993 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-086a3ad6-a06f-49f4-8be7-a59c5d4c05e7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-086a3ad6-a06f-49f4-8be7-a59c5d4c05e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:40,244 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.236s 2023-11-08 18:38:40,245 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95361b3d-bfbd-4491-a846-e1b3954b59c3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95361b3d-bfbd-4491-a846-e1b3954b59c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href ": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:41,350 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.089s 2023-11-08 18:38:41,351 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a526e9-acaa-44f3-b130-a248915ca21d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a526e9-acaa-44f3-b130-a248915ca21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:42,430 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.057s 2023-11-08 18:38:42,430 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e12383a-5409-463c-a0cc-33f4d699ec07', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e12383a-5409-463c-a0cc-33f4d699ec07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546a bed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:43,491 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:38:43,491 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb02885a-26c9-49f9-98ef-6523ea703b5d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb02885a-26c9-49f9-98ef-6523ea703b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:44,572 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.067s 2023-11-08 18:38:44,572 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76509bd-0fac-482c-9c7a-afc81130075b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76509bd-0fac-482c-9c7a-afc81130075b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_i d": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:45,651 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:38:45,652 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201662fc-ec04-46cc-af37-9d7dd9b598fb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201662fc-ec04-46cc-af37-9d7dd9b598fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:46,720 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:38:46,720 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00bae9a7-0a3f-4299-b790-b12a50003ab0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00bae9a7-0a3f-4299-b790-b12a50003ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:47,790 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:38:47,791 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8325801-0dba-40de-af77-97d604fd6077', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8325801-0dba-40de-af77-97d604fd6077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:48,868 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.047s 2023-11-08 18:38:48,868 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de169845-d513-48ce-9fa2-41a6213aa268', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de169845-d513-48ce-9fa2-41a6213aa268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:49,933 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f 7 0.049s 2023-11-08 18:38:49,933 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd08118-6376-42b8-b5ce-f9bd137900f6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd08118-6376-42b8-b5ce-f9bd137900f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:51,027 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.068s 2023-11-08 18:38:51,028 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f922d19d-220e-42e8-bd98-571090ca0ea7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f922d19d-220e-42e8-bd98-571090ca0ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:52,091 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:38:52,092 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e91f943-9643-471b-b1f4-dc35ef1e37cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e91f943-9643-471b-b1f4-dc35ef1e37cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:53,160 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.054s 2023-11-08 18:38:53,161 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d35a8c-8531-4253-bdcc-fa3ff529a75e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d35a8c-8531-4253-bdcc-fa3ff529a75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:54,251 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.075s 2023-11-08 18:38:54,252 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be 6d024a-6507-43a5-a210-ddd4e9a79769', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6d024a-6507-43a5-a210-ddd4e9a79769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:55,359 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.083s 2023-11-08 18:38:55,360 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec401a20-531c-4e60-a6e7-0f6eb833f605', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec401a20-531c-4e60-a6e7-0f6eb833f605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:56,435 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:56,435 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae15574-aeeb-47ed-93f9-49f3ea6a3d2b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae15574-aeeb-47ed-93f9-49f 3ea6a3d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:57,511 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:38:57,512 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bb3a0e-3c4a-4df3-a646-834e47b25d27', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bb3a0e-3c4a-4df3-a646-834e47b25d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:58,597 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.066s 2023-11-08 18:38:58,598 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4566fa57-d596-4807-b646-60c0314a9e6b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4566fa57-d596-4807-b646-60c0314a9e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Bod y: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:38:59,690 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.079s 2023-11-08 18:38:59,691 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1353b77f-03d1-4c2d-8f4f-3c15d79569cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1353b77f-03d1-4c2d-8f4f-3c15d79569cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:00,794 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.079s 2023-11-08 18:39:00,794 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180b53f7-cfbe-4549-94ee-23f000d1511b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180b53f7-cfbe-4549-94ee-23f000d1511b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11 -08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:01,859 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:39:01,860 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc743e1-ca34-44c9-9019-1b5061fe52bc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc743e1-ca34-44c9-9019-1b5061fe52bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:02,956 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.073s 2023-11-08 18:39:02,957 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f99443-29a8-4742-837e-998bd2e90bd1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f99443-29a8-4742-837e-998bd2e90bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:04,035 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:39:04,035 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fe3b04-fc4f-4ccf-80e8-106ca36ddaf4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fe3b04-fc4f-4ccf-80e8-106ca36ddaf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:05,103 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:39:05,104 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3380f1-f2b6-4d12-aa5a-77ba77fed8d3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3380f1-f2b6-4d12-aa5a-77ba77fed8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:06,263 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.133s 2023-11-08 18:39:06,263 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661ee318-7045-4d0f-a8da-57b82822ac2f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661ee318-7045-4d0f-a8da-57b82822ac2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:07,319 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:07,319 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a35a7b5-f8bd-4413-9257-986bd14c75c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a35a7b5-f8bd-4413-9257-986bd14c75c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_st atus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:08,383 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:39:08,383 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb5fe35d-779e-498c-843a-21fa1ddf9853', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb5fe35d-779e-498c-843a-21fa1ddf9853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:09,450 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:39:09,451 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b921745-e13a-47e0-92da-5a7e239d4659', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b921745-e13a-47e0-92da-5a7e239d4659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:10,509 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:39:10,510 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be00cda-38d8-4837-98bc-0727dffd4682', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be00cda-38d8-4837-98bc-0727dffd4682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:11,565 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:39:11,566 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80f0b3f-bb51-481c-95c9-027e98850746', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80f0b3f-bb51-481c-95c9-027e98850746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:12,623 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/790 09a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:12,623 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d76a15-f7da-4cbc-9764-ba02d981c7f1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d76a15-f7da-4cbc-9764-ba02d981c7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:13,689 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.042s 2023-11-08 18:39:13,689 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ece3c5e-a466-43fe-8a21-c0b7ec4ccbcf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ece3c5e-a466-43fe-8a21-c0b7ec4ccbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:14,748 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.045s 2023-11-08 18:39:14,749 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/ json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70766f6-37ac-4282-8072-3742ce7120ff', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70766f6-37ac-4282-8072-3742ce7120ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:15,812 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.051s 2023-11-08 18:39:15,813 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5cf0fc-bb79-472a-9a9d-881f3d41921a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5cf0fc-bb79-472a-9a9d-881f3d41921a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:16,870 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:16,870 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1cc2ee-4fd7-4f78-8960-f612b32695e8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1cc2ee-4fd7-4f78-8960-f612b32695e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:17,938 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.055s 2023-11-08 18:39:17,939 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7083c181-2a1c-4577-ae18-14596a0f62d3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7083c181-2a1c-4577-ae18-14596a0f62d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:19,001 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.046s 2023-11-08 18:39:19,001 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076c187b-f3e4-4153-bde5-2558dcb98c54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076c187b-f3e4-4153-bde5-2558dcb98c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:20,082 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.049s 2023-11-08 18:39:20,084 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b50913-6565-4dd1-8409-4e028ff2f162', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b50913-6565-4dd1-8409-4e028ff2f162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:21,141 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:21,141 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca4c939-3f42-46d6-bc61-5ac13ecdf61c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca4c939-3f42-46d6-bc61-5ac13ecdf61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21 -b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:22,204 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:39:22,204 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c52935-3472-4591-8b52-2c4fdf509dce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c52935-3472-4591-8b52-2c4fdf509dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:23,258 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:23,259 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3412208-199b-4a0f-8339-a344c070e617', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3412208-199b-4a0f-8339-a344c070e617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26 .000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:24,311 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.038s 2023-11-08 18:39:24,312 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47c8498-f558-4860-b247-d921f3b0c69d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47c8498-f558-4860-b247-d921f3b0c69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:25,371 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:25,371 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a48e97c7-17ce-4143-a7bf-bc186c65c720', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a48e97c7-17ce-4143-a7bf-bc186c65c720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sour ce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:26,429 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:26,429 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa12f544-c203-4a42-ba6c-f772db46478c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa12f544-c203-4a42-ba6c-f772db46478c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:27,484 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.040s 2023-11-08 18:39:27,484 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390b099f-9faf-4504-90ae-ea6e34484855', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-390b099f-9faf-4504-90ae-ea6e34484855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookma rk", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:28,553 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.056s 2023-11-08 18:39:28,553 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822f25dd-b1c7-4918-a2b0-731124ebe90d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822f25dd-b1c7-4918-a2b0-731124ebe90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:29,607 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.041s 2023-11-08 18:39:29,608 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a40d40-edea-4064-846d-760f2f89397a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a40d40-edea-4064-846d-760f2f89397a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "en crypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:30,669 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.048s 2023-11-08 18:39:30,669 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756f22b2-c906-4818-a08d-68c3737fa9f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756f22b2-c906-4818-a08d-68c3737fa9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:31,727 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:31,728 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20d23f4-4c12-401f-854d-d3d394c00acc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20d23f4-4c12-401f-854d-d3d394c00acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11 -08 18:39:32,785 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.044s 2023-11-08 18:39:32,786 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310da4ac-d3cb-4829-aa6c-20c612b83048', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310da4ac-d3cb-4829-aa6c-20c612b83048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:42,207 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 8.402s 2023-11-08 18:39:42,208 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0200c5-e2e9-48d6-a2d9-c04b862fdf69', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0200c5-e2e9-48d6-a2d9-c04b862fdf69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:44,514 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327 417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 1.286s 2023-11-08 18:39:44,514 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03318a2f-8c4e-4541-b7d7-870d89918136', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03318a2f-8c4e-4541-b7d7-870d89918136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:45,608 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.080s 2023-11-08 18:39:45,608 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edded508-5b0b-4918-bb7c-6a53e9d6d66f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edded508-5b0b-4918-bb7c-6a53e9d6d66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:46,687 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.053s 2023-11-08 18:39:46,687 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7d7bf6-bdbf-4b03-adc5-581c7e0fdd77', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7d7bf6-bdbf-4b03-adc5-581c7e0fdd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:47,744 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7 0.043s 2023-11-08 18:39:47,744 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb8430e-49f7-404e-8e35-773a6daf65c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb8430e-49f7-404e-8e35-773a6daf65c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7'} Body: b'{"volume": {"id": "79009a99-0e3b-4a21-b705-a2c4549c99f7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-11-08T18:36:26.000000", "updated_at": "2023-11-08T18:36:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-632817092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4f45aa33327417986332546abed6d92/volumes/79009a99-0e3b-4a21-b705-a2c4549c99f7"}], "user_id": "ecfee2b968614f47aa97aafd07b66548", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4f45aa33327417986332546abed6d92"}}' 2023-11-08 18:39:48,938 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.176s 2023-11-08 18:39:48,939 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version' : 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f1ce435-4012-4adc-a71f-ba7ec3011956', 'x-compute-request-id': 'req-3f1ce435-4012-4adc-a71f-ba7ec3011956', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'' 2023-11-08 18:39:49,669 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.729s 2023-11-08 18:39:49,669 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48618c8c-2297-43cd-a36e-5960f153999a', 'x-compute-request-id': 'req-48618c8c-2297-43cd-a36e-5960f153999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833'} Body: b'{"server": {"id": "490de0ea-289a-45aa-bb05-14fb138fb833", "name": "tempest-AttachVolumeNegativeTest-server-1914672766", "status": "ACTIVE", "tenant_id": "d4f45aa33327417986332546abed6d92", "user_id": "ecfee2b968614f47aa97aafd07b66548", "metadata": {}, "hostId": "db9263c06ce842c9bdb8175ed1d971de50f53c900475a1a5681c2c24", "image": {"id": "71d031e1-e4c3-46c0-bfb5-c8044e0fbc93", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/71d031e1-e4c3-46c0-bfb5-c8044e0fbc93"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-11-08T18:34:33Z", "updated": "2023-11-08T18:39:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-2014051675-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a7:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/490de0ea-289a-45aa-bb05-14fb138fb833"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-205483661", "OS-SRV-USG:launched_at": "2023-11-08T18:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--189706413"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-11-08 18:40:39,767 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb05-14fb138fb833 0.037s 2023-11-08 18:40:39,767 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7f62891d-6f4c-47ee-8657-19555190ac95', 'x-compute-request-id': 'req-7f62891d-6f4c-47ee-8657-19555190ac95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/490de0ea-289a-45aa-bb 05-14fb138fb833'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 490de0ea-289a-45aa-bb05-14fb138fb833 could not be found."}}' 2023-11-08 18:40:39,832 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-205483661 0.063s 2023-11-08 18:40:39,832 84207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 08 Nov 2023 18:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff4c17a-250d-4287-9c30-6647a1543b28', 'x-compute-request-id': 'req-2ff4c17a-250d-4287-9c30-6647a1543b28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-205483661'} Body: b'' 2023-11-08 18:40:40,017 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe 0.184s 2023-11-08 18:40:40,018 84207 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-f990b977-53a1-4ce0-9fcc-fd9e866be396', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe'} Body: b'' 2023-11-08 18:40:40,040 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe 0.021s 2023-11-08 18:40:40,040 84207 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-50139ead-7c0b-49e7-9899-993fc9ee455b', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5089d987-4764-4837-8605-2f9881be80fe'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5089d987-4764-4837-8605-2f9881be80fe does not exist", "detail": ""}}' 2023-11-08 18:40:40,658 84207 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314 0.616s 2023-11-08 18:40:40,658 84207 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-b7aef441-3738-4573-ab01-61089ca1d567', 'content-length': '0', 'date': 'Wed, 08 Nov 2023 18:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a24d9999-feec-4f86-8468-886e7ed43314'} Body: b'' ====== Totals ====== Ran: 292 tests in 3617.0044 sec. - Passed: 256 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 4 Sum of execute time for each test: 18022.2689 sec. ============== Worker Balance ============== - Worker 0 (32 tests) => 0:36:07.275988 - Worker 1 (13 tests) => 0:22:15.982775 - Worker 2 (19 tests) => 0:16:48.268278 - Worker 3 (27 tests) => 0:35:43.271537 - Worker 4 (20 tests) => 0:27:17.966398 - Worker 5 (31 tests) => 0:32:48.440925 - Worker 6 (43 tests) => 0:59:58.228084 - Worker 7 (22 tests) => 0:18:40.272348 - Worker 8 (14 tests) => 0:47:38.013690 - Worker 9 (29 tests) => 0:09:53.388896 - Worker 10 (20 tests) => 0:21:52.727217 - Worker 11 (22 tests) => 0:29:27.661632 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed