all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2023.7.22,cffi==1.15.1,charset-normalizer==3.2.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.3.0,cmd2==2.4.3,cryptography==41.0.4,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.4,importlib-metadata==6.0.1,iso8601==2.0.0,jsonschema==4.19.1,jsonschema-specifications==2023.7.1,msgpack==1.0.6,netaddr==0.9.0,netifaces==0.11.0,oslo.concurrency==5.2.0,oslo.config==9.2.0,oslo.context==5.2.0,oslo.i18n==6.1.0,oslo.log==5.3.0,oslo.serialization==5.2.0,oslo.utils==6.2.1,packaging==23.1,paramiko==3.3.1,pbr==5.11.1,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.3,pytz==2023.3.post1,PyYAML==6.0.1,referencing==0.30.2,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.10.3,six==1.16.0,stestr==4.1.0,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@d1742bad94e94ebabe875ed24415d1ff510a5ae7#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='1458965298' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {8} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.212662s] ... ok {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.523419s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.204960s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.274126s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.013913s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.207856s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018281s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017541s] ... ok {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [7.593243s] ... ok {0} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [100.790647s] ... ok {5} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [274.165053s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [277.935499s] ... ok {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [135.879718s] ... ok {11} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [276.526202s] ... ok {3} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [303.335537s] ... ok {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [311.167587s] ... 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 3c73caa8-a299-41e1-bd85-66299f6641f1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-10-20T11:37:49Z', 'message': 'Build of instance 3c73caa8-a299-41e1-bd85-66299f6641f1 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-9a2cc347-845b-45d7-98cb-74d13c143b76. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-10-20 11:33:12,235 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.757s 2023-10-20 11:33:12,236 83360 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-1113696281", "imageRef": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0378d736-75d8-495e-bdd2-6ace03d4efde', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0378d736-75d8-495e-bdd2-6ace03d4efde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.098563", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:33:12,510 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.250s 2023-10-20 11:33:12,511 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42a388e-c20b-48bb-b594-3e96c76485f7', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42a388e-c20b-48bb-b594-3e96c76485f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:13,653 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.124s 2023-10-20 11:33:13,654 83360 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-413a89b9-60ab-4682-9aab-0b5f5ee521a5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-413a89b9-60ab-4682-9aab-0b5f5ee521a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:14,755 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.084s 2023-10-20 11:33:14,755 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a24949d-8fde-4327-a93b-f698bdfc76fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a24949d-8fde-4327-a93b-f698bdfc76fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:15,889 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.107s 2023-10-20 11:33:15,890 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:15 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21dd47a2-2e6d-4baf-9d1f-e392d703007c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21dd47a2-2e6d-4baf-9d1f-e392d703007c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:17,012 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.102s 2023-10-20 11:33:17,012 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077f32b2-d368-4cbf-ac17-264ff5feb912', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077f32b2-d368-4cbf-ac17-264ff5feb912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:18,103 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.073s 2023-10-20 11:33:18,103 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627d8799-2d25-4cc1-9e9d-acea0935037a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-627d8799-2d25-4cc1-9e9d-acea0935037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:19,192 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.061s 2023-10-20 11:33:19,193 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b7b211-321d-42c8-a48a-dfb836698343', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b7b211-321d-42c8-a48a-dfb836698343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:20,299 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.092s 2023-10-20 11:33:20,300 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0698e3fc-fcf0-4e3c-9df4-4872ec795cdf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0698e3fc-fcf0-4e3c-9df4-4872ec795cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body : b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:21,422 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.102s 2023-10-20 11:33:21,422 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ae1037-fc68-4ee0-be3d-6d53c194d798', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ae1037-fc68-4ee0-be3d-6d53c194d798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:22,548 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.111s 2023-10-20 11:33:22,548 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c53233-9602-4007-9bdb-e06880116252', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c53233-9602-4007-9bdb-e06880116252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootD evicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:23,690 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.116s 2023-10-20 11:33:23,690 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808cb27b-69f5-4faf-8944-4b92fe05cf73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808cb27b-69f5-4faf-8944-4b92fe05cf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:24,759 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:24,760 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e365ebf-672c-4e99-ac2b-ae0e193a794a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e365ebf-672c-4e99-ac2b-ae0e193a794a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/vol umes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:25,843 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:25,844 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987c7cae-09dc-4604-b2c5-044daa1377f0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987c7cae-09dc-4604-b2c5-044daa1377f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:27,036 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.155s 2023-10-20 11:33:27,036 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917ea701-9c3e-4e8d-af49-bae929fab2a1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917ea701-9c3e-4e8d-af49-bae929fab2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:28,119 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:28,120 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa4ecb7-84ee-4832-9a90-bd45bb69b7c9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa4ecb7-84ee-4832-9a90-bd45bb69b7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:29,212 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.074s 2023-10-20 11:33:29,212 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010141dd-0185-4ddb-91c9-217c919db2b4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010141dd-0185-4ddb-91c9-217c919db2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:30,343 83360 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.113s 2023-10-20 11:33:30,344 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e811bfb-6cc3-419c-b025-31cc4c371cff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e811bfb-6cc3-419c-b025-31cc4c371cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:31,539 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.172s 2023-10-20 11:33:31,540 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfcb2c1-5969-4806-8db0-8ca06248fd0a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfcb2c1-5969-4806-8db0-8ca06248fd0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:32,647 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.093s 2023-10-20 11:33:32,648 83360 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517ab504-6739-4898-907a-6792f9f5d02b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517ab504-6739-4898-907a-6792f9f5d02b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:33,807 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.133s 2023-10-20 11:33:33,808 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8c0ef6-266a-42dc-9166-18b3ba1e2601', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8c0ef6-266a-42dc-9166-18b3ba1e2601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:34,884 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:33:34,884 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2914c59-e815-4a76-8b5d-e6137f53f401', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2914c59-e815-4a76-8b5d-e6137f53f401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:35,969 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:35,970 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e430a2cb-61b1-4fc1-914d-12078fbbcde1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e430a2cb-61b1-4fc1-914d-12078fbbcde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:37,030 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:33:37,030 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34fbd97c-697e-44d4-b822-e64ec7a2b62f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-34fbd97c-697e-44d4-b822-e64ec7a2b62f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:38,096 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.052s 2023-10-20 11:33:38,096 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293e4875-5212-418d-b847-b6d36aca2268', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293e4875-5212-418d-b847-b6d36aca2268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:39,220 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.111s 2023-10-20 11:33:39,220 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5e588e-fd40-4a71-8af8-7d00e6ac61dc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5e588e-fd40-4a71-8af8-7d00e6ac61dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:40,327 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.093s 2023-10-20 11:33:40,328 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9931d8-f312-44c6-87d3-f3a7c738dc84', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9931d8-f312-44c6-87d3-f3a7c738dc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:41,414 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.056s 2023-10-20 11:33:41,414 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0182303a-ccd1-4cb3-a4d9-0183879204d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0182303a-ccd1-4cb3-a4d9-0183879204d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-Tag gedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:42,502 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.064s 2023-10-20 11:33:42,503 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac065191-b645-44e9-ad89-558e806ff4ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac065191-b645-44e9-ad89-558e806ff4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:43,639 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.110s 2023-10-20 11:33:43,640 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e75b5c-aca0-488b-bbab-f5da9f9cab5d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e75b5c-aca0-488b-bbab-f5da9f9cab5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5e fe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:44,770 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.112s 2023-10-20 11:33:44,771 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80ec7c3-5239-4afe-869b-9ec63535d484', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80ec7c3-5239-4afe-869b-9ec63535d484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:45,895 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.106s 2023-10-20 11:33:45,896 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae69901-eb21-4781-85c8-c25bc462d561', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae69901-eb21-4781-85c8-c25bc462d561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:46,974 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.051s 2023-10-20 11:33:46,975 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69fc1a2d-d984-4e71-a89c-cc78f03afb3a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fc1a2d-d984-4e71-a89c-cc78f03afb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:48,103 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.101s 2023-10-20 11:33:48,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b60e1bc-a487-4222-950f-892f301297f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b60e1bc-a487-4222-950f-892f301297f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:49,225 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.090s 2023-10-20 11:33:49,226 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c50679d-0b0d-4e81-aa31-211162412ce2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c50679d-0b0d-4e81-aa31-211162412ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:50,314 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:33:50,315 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9885c1-fcfc-4d84-b74f-2fecefa0f5f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9885c1-fcfc-4d84-b74f-2fecefa0f5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:51,393 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.046s 2023-10-20 11:33:51,394 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd7dee4-6889-403c-b2ca-5851bc275a98', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd7dee4-6889-403c-b2ca-5851bc275a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:52,462 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:52,463 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f01d9b-20d3-40a1-a7fc-69053d057f0b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f01d9b-20d3-40a1-a7fc-69053d057f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:53,548 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:53,548 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:5 3 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f496d9ed-c12e-4414-9879-d3f3c86497c3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f496d9ed-c12e-4414-9879-d3f3c86497c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:54,635 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.073s 2023-10-20 11:33:54,636 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44efa71-a324-4570-82bd-fbfbafc62373', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44efa71-a324-4570-82bd-fbfbafc62373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:55,737 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.086s 2023-10-20 11:33:55,737 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79365ea-6a84-4952-9385-834357ecd3ff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versi on', 'x-openstack-request-id': 'req-d79365ea-6a84-4952-9385-834357ecd3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:56,815 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.061s 2023-10-20 11:33:56,815 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c6cb257-a5da-46ab-b123-66370f10088a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c6cb257-a5da-46ab-b123-66370f10088a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:57,923 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.088s 2023-10-20 11:33:57,923 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc66516-995b-48b5-9e42-53a0573d03cb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc66516-995b-48b5-9e42-53a0573d03cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd348 3'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:58,977 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.040s 2023-10-20 11:33:58,977 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f56c18f-a05a-4369-9b53-9fdd5c0531ef', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f56c18f-a05a-4369-9b53-9fdd5c0531ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:00,038 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.048s 2023-10-20 11:34:00,039 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6e7f4c-0be4-4a4f-894c-cdefdf4f53ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6e7f4c-0be4-4a4f-894c-cdefdf4f53ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tem pest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:01,095 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.043s 2023-10-20 11:34:01,095 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cc4b79-6468-4891-832a-bfda26365dc1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cc4b79-6468-4891-832a-bfda26365dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:02,191 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.082s 2023-10-20 11:34:02,191 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e86d67-015e-408f-aba9-9fbb5717491f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e86d67-015e-408f-aba9-9fbb5717491f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0 e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:03,265 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:34:03,265 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81b5016-a811-45f6-abc4-ef386cbf3d2a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81b5016-a811-45f6-abc4-ef386cbf3d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:04,348 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.069s 2023-10-20 11:34:04,349 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d98daf4-c9e3-4b4a-a00f-7261eaa9b268', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d98daf4-c9e3-4b4a-a00f-7261eaa9b268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb 3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:05,420 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.057s 2023-10-20 11:34:05,421 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c4a294-bc55-49cf-ad90-1768f7f213d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c4a294-bc55-49cf-ad90-1768f7f213d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:06,487 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.053s 2023-10-20 11:34:06,488 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfa347e-1c46-4ecc-abd5-7ed8a8eb803d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfa347e-1c46-4ecc-abd5-7ed8a8eb803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:07,544 833 60 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.042s 2023-10-20 11:34:07,544 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959829fc-e268-43c4-9076-e87444445ede', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959829fc-e268-43c4-9076-e87444445ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:08,623 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:34:08,624 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7713e1f5-3a52-45b0-b023-3a41a7746efd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7713e1f5-3a52-45b0-b023-3a41a7746efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:09,678 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34 :09,679 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff39959c-27ef-48d5-899e-5928a8c3a746', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff39959c-27ef-48d5-899e-5928a8c3a746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:10,768 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.077s 2023-10-20 11:34:10,768 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db01a07-f6bb-4ed5-8ef4-0452ec47b6ee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db01a07-f6bb-4ed5-8ef4-0452ec47b6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:11,821 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.040s 2023-10-20 11:34:11,821 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02562fe1-afcd-4c82-a0f1-42deba6363eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02562fe1-afcd-4c82-a0f1-42deba6363eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:12,900 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:34:12,900 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147bebb2-72f8-43d5-8d06-ddd09ef568b3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147bebb2-72f8-43d5-8d06-ddd09ef568b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:13,958 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:34:13,959 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50333602-6f4d-46ea-aab8-fa97ad468b73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-A PI-Version', 'x-openstack-request-id': 'req-50333602-6f4d-46ea-aab8-fa97ad468b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:15,013 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34:15,013 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05015ef5-43c8-4f22-bfef-63a2a0c3ea3d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05015ef5-43c8-4f22-bfef-63a2a0c3ea3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:16,104 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.077s 2023-10-20 11:34:16,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844198d0-3f9b-4a21-8aab-187fe0bebe33', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844198d0-3f9b-4a21-8aab-187fe0bebe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289 acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:17,158 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34:17,158 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f9d162-970b-4a37-9eba-ff0abd78d16d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f9d162-970b-4a37-9eba-ff0abd78d16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:18,214 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.043s 2023-10-20 11:34:18,214 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2c514c-0f9d-44c0-a681-53c6341edc1d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2c514c-0f9d-44c0-a681-53c6341edc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "nam e": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:19,282 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.054s 2023-10-20 11:34:19,283 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e663e3-ec92-4be6-8c03-9528754b6aea', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e663e3-ec92-4be6-8c03-9528754b6aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:34:18.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "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": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "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": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:19,298 83360 INFO [tempest.common.waiters] volume 33855670-3ed6-49b6-8476-289acdfd3483 reached available after waiting for 67.298417 seconds 2023-10-20 11:34:19,552 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.254s 2023-10-20 11:34:19,553 83360 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-653100809"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501c48a3-2861-42a8-b248-cf5d24e8e16c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501c48a3-2861-42 a8-b248-cf5d24e8e16c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.482343", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:34:19,612 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.041s 2023-10-20 11:34:19,613 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c3d783-ef27-4594-a64c-588463ac1567', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c3d783-ef27-4594-a64c-588463ac1567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:20,698 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.063s 2023-10-20 11:34:20,698 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c3766e-b20d-4d7a-8fed-15070a6069bd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c3766e-b20d-4d7a-8fed-15070a6069bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10- 20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:21,755 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.043s 2023-10-20 11:34:21,756 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5b1b919-c897-4219-a70a-b701456d8f0b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b1b919-c897-4219-a70a-b701456d8f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:22,822 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.044s 2023-10-20 11:34:22,823 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6827486c-9246-4474-8c3d-826e1ad3e729', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6827486c-9246-4474-8c3d-826e1ad3e729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/ volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:23,876 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:23,876 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094a62f6-8aa7-482b-b87e-0a171b97b5e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094a62f6-8aa7-482b-b87e-0a171b97b5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:24,935 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.045s 2023-10-20 11:34:24,935 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38896e90-c35d-4af9-8a68-878b1b1295fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38896e90-c35d-4af9-8a68-878b1b1295fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207 aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:25,996 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.046s 2023-10-20 11:34:25,997 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81774190-d5d6-4ebe-879a-0164ff001a94', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81774190-d5d6-4ebe-879a-0164ff001a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:27,050 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:27,051 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c29e43-2f33-4620-b653-64a2e27ff3de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c29e43-2f33-4620-b653-64a2e27ff3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2 023-10-20 11:34:28,104 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:28,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b986fbc9-2add-4493-b620-7d9278b1cb1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b986fbc9-2add-4493-b620-7d9278b1cb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:29,173 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.046s 2023-10-20 11:34:29,173 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7c2a46-15e7-4f87-a170-e97bee681b61', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c7c2a46-15e7-4f87-a170-e97bee681b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:30,230 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.044s 2023-10-20 11:34:30,231 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e61d5a3-9be6-4597-b9b1-1e29a50b8e12', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e61d5a3-9be6-4597-b9b1-1e29a50b8e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:31,283 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.039s 2023-10-20 11:34:31,283 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb5d56f-3dd0-45e9-956d-ec2a6bd439f6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb5d56f-3dd0-45e9-956d-ec2a6bd439f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:32,341 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.043s 2023-10-20 11:34:32,341 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Fri, 20 Oct 2023 11:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c69b581-d7ba-472e-8fd0-5a0631f1e0d2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c69b581-d7ba-472e-8fd0-5a0631f1e0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:33,395 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.041s 2023-10-20 11:34:33,395 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8098a631-f91b-4fd5-9654-4109a6ab2b8e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8098a631-f91b-4fd5-9654-4109a6ab2b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:34,466 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.057s 2023-10-20 11:34:34,466 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477b6af4-afc1-468c-9a36-1486f1ef53c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477b6af4-afc1-468c-9a36-1486f1ef53c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:35,530 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.050s 2023-10-20 11:34:35,530 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddb330b-5911-4135-b6cf-f13e495e84ba', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddb330b-5911-4135-b6cf-f13e495e84ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:35,542 83360 INFO [tempest.common.waiters] volume 87083b94-eaa5-487f-a82d-21b0fd7d40a8 reached available after waiting for 16.541974 seconds 2023-10-20 11:34:35,793 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.251s 2023-10-20 11:34:35,794 83360 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-1441177874"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959136a5-b9f8-4a16-ade1-c5db338c10ad', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-959136a5-b9f8-4a16-ade1-c5db338c10ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:35.726802", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:34:35,863 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.059s 2023-10-20 11:34:35,863 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d9328d-e13e-4cd6-9945-0e3d3ef45971', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d9328d-e13e-4cd6-9945-0e3d3ef45971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:36,922 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.045s 2023-10-20 11:34:36,922 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb9e284-6c92-41c5-b7ac-6ec6d3fec144', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb9e284-6c92-41c5-b7ac-6ec6d3fec144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:37,978 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.043s 2023-10-20 11:34:37,978 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff426ed0-010d-47c7-b90a-cfa91db885a6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff426ed0-010d-47c7-b90a-cfa91db885a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:39,043 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.051s 2023-10-20 11:34:39,043 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937fd29b-3624-4cbc-8d0d-8e6d6765ca2f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937fd29b-3624-4cbc-8d0d-8e6d6765ca2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": { }, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:40,182 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.120s 2023-10-20 11:34:40,182 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398cf6b7-7e04-48ed-bbc5-9f1bde879485', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398cf6b7-7e04-48ed-bbc5-9f1bde879485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:41,244 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.043s 2023-10-20 11:34:41,244 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1505fdf6-160b-4234-b33a-c0cbb7762778', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1505fdf6-160b-4234-b33a-c0cbb7762778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volume s/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:42,307 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.050s 2023-10-20 11:34:42,308 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87e1d909-dc91-442d-8f4c-9592a64325bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87e1d909-dc91-442d-8f4c-9592a64325bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:43,395 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.070s 2023-10-20 11:34:43,396 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd284df5-bb5d-45f5-b9e6-fdd51af8149c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd284df5-bb5d-45f5-b9e6-fdd51af8149c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:43,408 83360 INFO [tempest.common.waiters] volume b95c7213-9164-4ee2-8f50-221f7be5d965 reached available after waiting for 8.408205 seconds 2023-10-20 11:34:44,176 83360 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.767s 2023-10-20 11:34:44,176 83360 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-391594867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3bbee0a1-1e74-4d39-a74a-1f3bdd3b4616', 'date': 'Fri, 20 Oct 2023 11:34:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","name":"tempest-device-tagging-net1-391594867","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","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-10-20T11:34:43Z","updated_at":"2023-10-20T11:34:43Z","revision_number":1}}' 2023-10-20 11:34:44,991 83360 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.813s 2023-10-20 11:34:44,991 83360 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-909284608"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bf43b159-657f-46ad-b408-98d71e29da23', 'date': 'Fri, 20 Oct 2023 11:34:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"78e9ca0b-131c-45fa-aa2f-6679c05c8be9","name":"tempest-device-tagging-net2-909284608","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","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-10-20T11:34:44Z","updated_at":"2023-10-20T11:34:44Z","revision_number":1}}' 2023-10-20 11:34:46,088 83360 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.096s 2023-10-20 11:34:46,088 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-13ba7c87-0161-4975-b4df-c0464fc6483a', 'date': 'Fri, 20 Oct 2023 11:34:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","name":"","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","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":[{"star t":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-10-20T11:34:45Z","updated_at":"2023-10-20T11:34:45Z","revision_number":0,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:47,911 83360 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.822s 2023-10-20 11:34:47,911 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-30aaff80-846b-49f7-a9d5-988ae12e7b64', 'date': 'Fri, 20 Oct 2023 11:34:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1","name":"","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","network_id":"78e9ca0b-131c-45fa-aa2f-6679c05c8be9","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-10-20T11:34:46Z","updated_at":"2023-10-20T11:34:46Z","revision_number":0,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:48,553 83360 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.641s 2023-10-20 11:34:48,553 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "name": "tempest-TaggedBootDevicesTest-1845396173", "fixed_ips": [{"subnet_id": "90003602-17d1-477b-ab6d-e8d2256b0dd3"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-e01ffbd5-bec4-497a-ba87-57887f231017', 'date': 'Fri, 20 Oct 2023 11:34:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"ac475a91-3125-4cab-9930-27b5757b31aa","name":"tempest-TaggedBootDevicesTest-1845396173","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","mac_address":"fa:16:3e:ec:d8:2e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","ip_address":"10.1.1.159"}],"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","port_security_enabled":true,"security_groups":["3d2fd521-6e02-4eec-b736-2fae3204d312"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-10-20T11:34:48Z","updated_at":"2023-10-20T11:34:48Z","revision_number":1}}' 2023-10-20 11:34:49,409 83360 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.855s 2023-10-20 11:34:49,409 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "name": "tempest-TaggedBootDevicesTest-1025520421", "fixed_ips": [{"subnet_id": "90003602-17d1-477b-ab6d-e8d2256b0dd3"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-aa8f56ff-17d3-4bea-bf32-760f26fc4974', 'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"afbf0e19-2c57-4036-8b9e-b775900c827d","name":"tempest-TaggedBootDevicesTest-1025520421","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","mac_address":"fa:16:3e:64:c4:3e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","ip_address":"10.1.1.44"}],"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","port_security_enabled":true,"security_groups":["3d2fd521-6e02-4eec-b736-2fae3204d312"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-10-20T11:34:48Z","updated_at":"2023-10-20T11:34:48Z","revision_number":1}}' 2023-10-20 11:34:49,410 83360 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-10-20 11:34:49,411 83360 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-10-20 11:34:49,468 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-10-20 11:34:49,469 83360 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-243596162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw=="}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87db479e-a7c6-4bfa-8cc1-f5105aef473f', 'x-compute-request-id': 'req-87db479e-a7c6-4bfa-8cc1-f5105aef473f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-243596162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw==", "fingerprint": "e1:04:b2:7b:1b:a8:78:d8:1c:b6:6d:bb:d9:4a:68:d3", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3"}}' 2023-10-20 11:34:49,471 83360 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-243596162 created 2023-10-20 11:34:49,651 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2023-10-20 11:34:49,651 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--538723247", "description": "tempest-description--1495519071"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-9c89edca-c9a4-4b52-b45e-8a708f36179b', 'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "name": "tempest-securitygroup--538723247", "stateful": true, "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "description": "tempest-description--1495519071", "shared": false, "security_group_rules": [{"id ": "2e2aa39a-1cc0-45d2-b0b8-2cd72d98d1ea", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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": 405, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}, {"id": "80d24bba-89b9-4e7f-b7eb-2852f8457447", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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": 406, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}], "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 1, "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:49,877 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-10-20 11:34:49,878 83360 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": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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-4243b985-3ec6-4586-934b-810db1fcec7b', 'date': 'Fri, 20 Oct 2023 11:34:49 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": "8b404d80-b2c2-427c-8958-6fe21dfe0648", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}}' 2023-10-20 11:34:50,089 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-10-20 11:34:50,089 83360 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": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8a38250e-fd98-45c7-ad92-192fca1624f9', 'date': 'Fri, 20 Oct 2023 11:34:50 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": "743c8e55-73a7-4249-b242-68f819bae706", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_r ange_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-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}}' 2023-10-20 11:34:50,090 83360 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--538723247 created 2023-10-20 11:34:51,046 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.956s 2023-10-20 11:34:51,047 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e65d0157-4b24-420a-b5bc-04560488469c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5c9c4257-8ac1-492a-864d-5f1247c93878', 'date': 'Fri, 20 Oct 2023 11:34:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8edb3978-7311-4645-8ca4-d80410cd5c5b", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "floating_ip_address": "172.24.4.183", "floating_network_id": "e65d0157-4b24-420a-b5bc-04560488469c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-10-20T11:34:50Z", "updated_at": "2023-10-20T11:34:50Z", "revision_number": 0}}' 2023-10-20 11:34:51,047 83360 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8edb3978-7311-4645-8ca4-d80410cd5c5b', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'floating_ip_address': '172.24.4.183', 'floating_network_id': 'e65d0157-4b24-420a-b5bc-04560488469c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-10-20T11:34:50Z', 'updated_at': '2023-10-20T11:34:50Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2023-10-20 11:34:51,160 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-10-20 11:34:51,160 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 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-74263d36-e051-43b8-b0c7-b2caae5a22b7', '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": "207aeccc45bd4134bd5e8f30d69e5cb3", "name": "tempest-TaggedBootDevicesTest-1193398918-project-member", "password_expires_at": null}, "audit_ids": ["pj6r7QoNRA--TGrOHblLPg"], "expires_at": "2023-10-20T12:34:51.000000Z", "issued_at": "2023-10-20T11:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "name": "tempest-TaggedBootDevicesTest-1193398918"}, "is_domain": false, "roles": [{"id": "68f898fd1d2f48478164a1b64b055e2a", "name": "member"}, {"id": "075d459999f9413d8fe51723f4d6c56e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59507b6fc59b42639bd5744dc309e85e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73 e5efe6d", "region": "RegionOne"}], "id": "08c467c466b3409e8fc6c9492377cc27", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3d2f091ac5674a9c976d9cd17cfe863c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "3526be99fd0a4597b29e53ebad09643a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b18cf81c5eb64dfcafe492a32da2a5fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "400bead2b0914178a88b7d30861905e0", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0537bda33b7d4f4fa3f87885aa8e2ef9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "4eb845a33d1f457aa530e08657d912b1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e1a779003b64a998152421b27363384", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5084fe3e72db4067a4d9f239f0cec9e3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "491395175e8849c08286252968fed139", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6b48a76e0c2c4345beab543c39bb83f0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9bef53e9e93f44ea9b67b80d9eface9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "ad74cb6e1032413ea5df21ea6fdf4d1e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "75ea0fe843354ebe8b90f69f39aff885", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f8fc7dcee071443ebc6f7b2aaf9a2295", "type": "compute", "name": "nova"}]}}' 2023-10-20 11:34:51,161 83360 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '513bbe18-a8ff-4022-b760-244a3f8db2f6', 'name': 'tempest-TaggedBootDevicesTest-522003391-network', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51781, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-10-20T11:32:33Z', 'updated_at': '2023-10-20T11:32:33Z', 'revision_number': 1} available for tenant 2023-10-20 11:34:51,207 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-10-20 11:34:51,207 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 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-9cc5ac1a-07c7-4f34-ae51-694f9deefd84', '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": "207aeccc45bd4134bd5e8f30d69e5cb3", "name": "tempest-TaggedBootDevicesTest-1193398918-project-member", "password_expires_at": null}, "audit_ids": ["aVDC2cDYRTmkewC2qYUN4A"], "expires_at": "2023-10-20T12:34:51.000000Z", "issued_at": "2023-10-20T11:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "name": " tempest-TaggedBootDevicesTest-1193398918"}, "is_domain": false, "roles": [{"id": "68f898fd1d2f48478164a1b64b055e2a", "name": "member"}, {"id": "075d459999f9413d8fe51723f4d6c56e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59507b6fc59b42639bd5744dc309e85e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "08c467c466b3409e8fc6c9492377cc27", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3d2f091ac5674a9c976d9cd17cfe863c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "3526be99fd0a4597b29e53ebad09643a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b18cf81c5eb64dfcafe492a32da2a5fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "400bead2b0914178a88b7d30861905e0", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0537bda33b7d4f4fa3f87885aa8e2ef9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "4eb845a33d1f457aa530e08657d912b1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e1a779003b64a998152421b27363384", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5084fe3e72db4067a4d9f239f0cec9e3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "491395175e8849c08286252968fed139", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6b48a76e0c2c4345beab543c39bb83f0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9bef53e9e93f44ea9b67b80d9eface9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "ad74cb6e1032413ea5df21ea6fdf4d1e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "75ea0fe843354ebe8b90f69f39aff885", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f8fc7dcee071443ebc6f7b2aaf9a2295", "type": "compute", "name": "nova"}]}}' 2023-10-20 11:34:51,208 83360 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '513bbe18-a8ff-4022-b760-244a3f8db2f6', 'name': 'tempest-TaggedBootDevicesTest-522003391-network', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51781, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-10-20T11:32:33Z', 'updated_at': '2023-10-20T11:32:33Z', 'revision_number': 1} available for tenant 2023-10-20 11:34:51,209 83360 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-243596162', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw==', 'fingerprint': 'e1:04:b2:7b:1b:a8:78:d8:1c:b6:6d:bb:d9:4a:68:d3', 'user_id': '207aeccc45bd4134bd5e8f30d69e5cb3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDijpm0J+/clcfqJXKUk2Xxj8GTZ6eHDj8T9wT71cS72rmxX4rx4sX1\nalmOfNFLJbOgBwYFK4EEACKhZANiAATrI0mqhaY+i+SnnsMVXgIHVHpFFaTFGUhs\ndUSvKZR8QtylZI0dXrlAcR9f5zERoTK7tNbTSC68VfjqiRhBES1H99Attrz54AHY\nScrQQwyi6xitRPCfFFyUWej3Z9lfaE8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3d7e6773-0b62-4113-b 94c-019ea7d5c218', 'name': 'tempest-securitygroup--538723247', 'stateful': True, 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': 'tempest-description--1495519071', 'shared': False, 'security_group_rules': [{'id': '2e2aa39a-1cc0-45d2-b0b8-2cd72d98d1ea', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'security_group_id': '3d7e6773-0b62-4113-b94c-019ea7d5c218', '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': 405, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 0}, {'id': '80d24bba-89b9-4e7f-b7eb-2852f8457447', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'security_group_id': '3d7e6773-0b62-4113-b94c-019ea7d5c218', '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': 406, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 1, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d'}, 'floating_ip': {'id': '8edb3978-7311-4645-8ca4-d80410cd5c5b', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'floating_ip_address': '172.24.4.183', 'floating_network_id': 'e65d0157-4b24-420a-b5bc-04560488469c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-10-20T11:34:50Z', 'updated_at': '2023-10-20T11:34:50Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2023-10-20 11:34:54,322 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 3.113s 2023-10-20 11:34:54,323 83360 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-1508968224", "imageRef": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "513bbe18-a8ff-4022-b760-244a3f8db2f6"}, {"port": "ac475a91-3125-4cab-9930-27b5757b31aa", "tag": "port-1"}, {"port": "afbf0e19-2c57-4036-8b9e-b775900c827d", "tag": "port-2"}, {"uuid": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "tag": "net-1"}, {"uuid": "4d1dcdee-24ee-4048-9100-cca69f68a8ac"}, {"uuid": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "33855670-3ed6-49b6-8476-289acdfd3483", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "b95c7213-9164-4ee2-8f50-221f7be5d965", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--538723247"}], "key_name": "tempest-keypair-243596162", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compu te/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1', '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-9a2cc347-845b-45d7-98cb-74d13c143b76', 'x-compute-request-id': 'req-9a2cc347-845b-45d7-98cb-74d13c143b76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--538723247"}], "adminPass": "aY9W3vJjdw3J"}}' 2023-10-20 11:34:54,408 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.083s 2023-10-20 11:34:54,409 83360 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': 'Fri, 20 Oct 2023 11:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', '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-895901a9-e6f7-4978-9f64-8bee5e8ba865', 'x-compute-request-id': 'req-895901a9-e6f7-4978-9f64-8bee5e8ba865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-243596162", "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-10-20 11:35:44,875 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.400s 2023-10-20 11:35:44,875 83360 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': 'Fri, 20 Oct 2023 11:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1878', '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-410003d4-4cfc-40e4-bb77-16c72e6bc865', 'x-compute- request-id': 'req-410003d4-4cfc-40e4-bb77-16c72e6bc865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "8be75200f29d5609acdd725f07ae4d2d7bf3ccfd1a652df4f4ed102c", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:35:44,891 83360 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 50 second wait 2023-10-20 11:36:35,558 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.619s 2023-10-20 11:36:35,559 83360 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': 'Fri, 20 Oct 2023 11:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1878', '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-0b840f24-5e29-4c88-a4a8-41dfe9dac152', 'x-compute-request-id': 'req-0b840f24-5e29-4c88-a4a8-41dfe9dac152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "8be75200f29d5609acdd725f07ae4d2d7bf3ccfd1a652df4f4ed102c", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c7 3caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:37:26,433 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.712s 2023-10-20 11:37:26,434 83360 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': 'Fri, 20 Oct 2023 11:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1801', '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-157e5608-9933-4839-8215-97823a836cc3', 'x-compute-request-id': 'req-157e5608-9933-4839-8215-97823a836cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:37:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:38:16,828 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.329s 2023-10-20 11:38:16,828 83360 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': 'Fri, 20 Oct 2023 11:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1818', '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-b74d534b-d3f3-4858-96f5-af4ac3656e1b', 'x-compute-request-id': 'req-b74d534b-d3f3-4858-96f5-af4ac3656e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "ERROR", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-10-20T11:37:49Z", "message": "Build of instance 3c73caa8-a299-41e1-bd85-66299f6641f1 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-243596162", "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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:38:16,844 83360 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 202 second wait 2023-10-20 11:38:17,594 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.749s 2023-10-20 11:38:17,594 83360 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': 'Fri, 20 Oct 2023 11:38:16 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-e5fe7a98-f67c-4d8a-8b7f-4320c7473dbe', 'x-compute-request-id': 'req-e5fe7a98-f67c-4d8a-8b7f-4320c7473dbe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'' 2023-10-20 11:38:17,643 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 404 GET http: //10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.048s 2023-10-20 11:38:17,644 83360 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': 'Fri, 20 Oct 2023 11:38:17 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-d3e1d79f-9c17-4e3a-adf2-14df26001ee5', 'x-compute-request-id': 'req-d3e1d79f-9c17-4e3a-adf2-14df26001ee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3c73caa8-a299-41e1-bd85-66299f6641f1 could not be found."}}' 2023-10-20 11:38:17,684 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-243596162 0.038s 2023-10-20 11:38:17,684 83360 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': 'Fri, 20 Oct 2023 11:38:17 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-f6eb8070-b8c2-4c5b-8f2c-37e90d188c17', 'x-compute-request-id': 'req-f6eb8070-b8c2-4c5b-8f2c-37e90d188c17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-243596162'} Body: b'' 2023-10-20 11:38:18,418 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218 0.733s 2023-10-20 11:38:18,418 83360 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-9023f945-7625-4922-8ebc-762de556054a', 'content-length': '0', 'date': 'Fri, 20 Oct 2023 11:38:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218'} Body: b'' 2023-10-20 11:38:18,436 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218 0.017s 2023-10-20 11:38:18,436 83360 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-87fbd0cb-11f1-46e9-a99f-06d005b09aae', 'date': 'Fri, 20 Oct 2023 11:38:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3d7e6773-0b62-4113-b94c-019ea7d5c218 does not exist", "detail": ""}}' 2023-10-20 11:38:19,228 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8edb3978-7311-4645-8ca4-d80410cd5c5b 0.791s 2023-10-20 11:38:19,229 83360 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4476f6f0-64bf-4505-b7df-c61f14f64089', 'content-length': '0', 'date': 'Fri, 20 Oct 2023 11:38:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8edb3978-7311-4645-8ca4-d80410cd5c5b'} Body: b'' 2023-10-20 11:38:19,743 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/afbf0e19-2c57-4036-8b9e-b775900c827d 0.513s 2023-10-20 11:38:19,743 83360 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-efa0e5d5-49b6-4a42-95ab-1c62e8afdf4a', 'date': 'Fri, 20 Oct 2023 11:38:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/afbf0e19-2c57-4036-8b9e-b775900c827d'} Body: b'' 2023-10-20 11:38:20,279 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/ac475a91-3125-4cab-9930-27b5757b31aa 0.535s 2023-10-20 11:38:20,279 83360 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-2a356790-352e-4a21-a646-c75fcb6a6200', 'date': 'Fri, 20 Oct 2023 11:38:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/ac475a91-3125-4cab-9930-27b5757b31aa'} Body: b'' 2023-10-20 11:38:20,671 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1 0.391s 2023-10-20 11:38:20,671 83360 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-c414cde4-691c-4a09-a6b5-e997dbb5e33e', 'date': 'Fri, 20 Oct 2023 11:38:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1'} Body: b'' 2023-10-20 11:38:21,070 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/90003602-17d1-477b-ab6d-e8d2256b0dd3 0.398s 2023-10-20 11:38:21,071 83360 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-a78ff67a-9025-4bd8-9169-61bc10e1da96', 'date': 'Fri, 20 Oct 2023 11:38:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/90003602-17d1-477b-ab6d-e8d2256b0dd3'} Body: b'' 2023-10-20 11:38:21,743 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/78e9ca0b-131c-45fa-aa2f-6679c05c8be9 0.672s 2023-10-20 11:38:21,743 83360 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-bd97db83-590b-4d2a-9a00-15f2f731f2ae', 'date': 'Fri, 20 Oct 2023 11:38:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'ht tp://10.0.0.210:9696/networking/v2.0/networks/78e9ca0b-131c-45fa-aa2f-6679c05c8be9'} Body: b'' 2023-10-20 11:38:22,643 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/4d1dcdee-24ee-4048-9100-cca69f68a8ac 0.899s 2023-10-20 11:38:22,644 83360 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-76e2e512-4f47-42cf-98f1-e43cdbaaa82a', 'date': 'Fri, 20 Oct 2023 11:38:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/4d1dcdee-24ee-4048-9100-cca69f68a8ac'} Body: b'' {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [29.045260s] ... ok {3} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.658056s] ... ok {3} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {3} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014847s] ... ok {3} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.176612s] ... ok {6} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [343.556816s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [16.031129s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [358.174528s] ... ok {10} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [359.971067s] ... ok {11} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.462229s] ... ok {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.265660s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [19.190506s] ... ok {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [17.026219s] ... ok {3} 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`. {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.094289s] ... ok {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.041877s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [117.659782s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.267113s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.308990s] ... ok {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [93.989003s] ... ok {0} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [253.498940s] ... ok {10} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.350893s] ... ok {9} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [474.186228s] ... ok {10} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.067614s] ... ok {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [128.103160s] ... ok {10} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.199225s] ... ok {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [36.074288s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [150.550003s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.057595s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.047531s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.026403s] ... ok {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.333975s] ... ok {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.349392s] ... ok {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.199260s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.038978s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.092152s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.059826s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.115018s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.146959s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [26.090672s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.030112s] ... ok {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.192730s] ... ok {2} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.029975s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.055759s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.025091s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.076675s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.041839s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.042162s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.026778s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.038274s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.046248s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.037663s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.041706s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.122629s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.106289s] ... ok {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [128.586279s] ... ok {10} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {4} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [560.068614s] ... ok {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [49.798944s] ... ok {7} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {7} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.288679s] ... ok {7} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.875739s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.386247s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.037883s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.042833s] ... ok {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [415.246315s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [14.553703s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [16.351917s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.064004s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.282189s] ... ok {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.181862s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [179.220108s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [14.355911s] ... ok {7} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [75.469441s] ... ok {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [125.961134s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [49.849960s] ... ok {2} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [273.860911s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [36.930880s] ... ok {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [25.139503s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [38.876277s] ... ok {7} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [110.703409s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.173403s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.058615s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012449s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.027114s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.018147s] ... ok {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [126.327998s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [57.307516s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [33.307184s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {6} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [421.253821s] ... ok {2} 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`. {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [283.258100s] ... ok {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.277323s] ... ok {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [234.008198s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [161.937022s] ... ok {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [662.216749s] ... ok {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [262.138558s] ... ok {4} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [593.031486s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [291.832017s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [19.268967s] ... ok {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [22.748826s] ... ok {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.347676s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [17.435607s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.170525s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.732889s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.045122s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.226495s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [17.048103s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.877023s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.247478s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.218069s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.222617s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [390.962982s] ... ok {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [34.223519s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [27.404047s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.440832s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.122933s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.343468s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.149831s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.241373s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.138477s] ... ok {8} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [43.320598s] ... ok {4} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.225929s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [54.797715s] ... ok {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [20.310681s] ... ok {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [19.047800s] ... ok {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [287.452032s] ... ok {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [433.826621s] ... ok {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [18.972012s] ... ok {6} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [514.192743s] ... ok {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [37.866487s] ... ok {4} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.497843s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [258.969867s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [112.809711s] ... ok {9} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [6.296312s] ... ok {4} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.335288s] ... ok {4} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.211482s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [162.048384s] ... ok {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.337008s] ... ok {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.081721s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.987459s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [2.656042s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.027131s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.034319s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.030761s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.039435s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.018300s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.023647s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016321s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.044971s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009404s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.024679s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.042273s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009555s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.105112s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.114951s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.063508s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.079055s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.144460s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.039949s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.032787s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.013004s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.031105s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.032485s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.117658s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.016296s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.015544s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.031142s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.015051s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.046281s] ... ok {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.023535s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {8} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [69.278107s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [72.906927s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.071875s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.069056s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.084719s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.426439s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.188004s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.330525s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.120233s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.124503s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.118169s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.141353s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.097617s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.081066s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.198232s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.184685s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.168210s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.171318s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.129660s] ... ok {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.221225s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [57.187563s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [20.440509s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [369.741832s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [45.673714s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.964514s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.210525s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.209552s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.191994s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.033613s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.032961s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.231752s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.206422s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.036171s] ... ok {9} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [61.865553s] ... ok {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [18.048581s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.023952s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.015298s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.064584s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.020237s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.025947s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.019806s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018949s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.017052s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.013580s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.036473s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.036155s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.056403s] ... ok {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.372070s] ... ok {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.339304s] ... ok {9} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {9} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {11} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [115.028538s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [207.720051s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {11} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [16.517542s] ... ok {11} 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`. {8} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [407.198554s] ... ok {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [15.943244s] ... ok {6} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [564.523754s] ... ok {5} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [565.708963s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [416.980718s] ... ok {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [25.248258s] ... ok {5} 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} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [614.253136s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [445.694128s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [552.201608s] ... ok {4} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.053215s] ... ok {4} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [13.055044s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [394.447440s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.216217s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.016235s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016275s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.046961s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.011257s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008757s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.040022s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.153105s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.216001s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.101879s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.208576s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [14.296961s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [13.580128s] ... ok {6} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [326.822537s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled ============================== Failed 1 tests - output below: ============================== tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/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 3c73caa8-a299-41e1-bd85-66299f6641f1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-10-20T11:37:49Z', 'message': 'Build of instance 3c73caa8-a299-41e1-bd85-66299f6641f1 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-9a2cc347-845b-45d7-98cb-74d13c143b76. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-10-20 11:33:12,235 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.757s 2023-10-20 11:33:12,236 83360 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-1113696281", "imageRef": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0378d736-75d8-495e-bdd2-6ace03d4efde', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0378d736-75d8-495e-bdd2-6ace03d4efde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.098563", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:33:12,510 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.250s 2023-10-20 11:33:12,511 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42a388e-c20b-48bb-b594-3e96c76485f7', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42a388e-c20b-48bb-b594-3e96c76485f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:13,653 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.124s 2023-10-20 11:33:13,654 83360 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-413a89b9-60ab-4682-9aab-0b5f5ee521a5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-413a89b9-60ab-4682-9aab-0b5f5ee521a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:14,755 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.084s 2023-10-20 11:33:14,755 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a24949d-8fde-4327-a93b-f698bdfc76fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a24949d-8fde-4327-a93b-f698bdfc76fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:15,889 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.107s 2023-10-20 11:33:15,890 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:15 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21dd47a2-2e6d-4baf-9d1f-e392d703007c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21dd47a2-2e6d-4baf-9d1f-e392d703007c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:17,012 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.102s 2023-10-20 11:33:17,012 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077f32b2-d368-4cbf-ac17-264ff5feb912', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077f32b2-d368-4cbf-ac17-264ff5feb912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:18,103 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.073s 2023-10-20 11:33:18,103 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627d8799-2d25-4cc1-9e9d-acea0935037a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-627d8799-2d25-4cc1-9e9d-acea0935037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:19,192 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.061s 2023-10-20 11:33:19,193 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b7b211-321d-42c8-a48a-dfb836698343', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b7b211-321d-42c8-a48a-dfb836698343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:20,299 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.092s 2023-10-20 11:33:20,300 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0698e3fc-fcf0-4e3c-9df4-4872ec795cdf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0698e3fc-fcf0-4e3c-9df4-4872ec795cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body : b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:21,422 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.102s 2023-10-20 11:33:21,422 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ae1037-fc68-4ee0-be3d-6d53c194d798', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ae1037-fc68-4ee0-be3d-6d53c194d798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:22,548 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.111s 2023-10-20 11:33:22,548 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c53233-9602-4007-9bdb-e06880116252', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c53233-9602-4007-9bdb-e06880116252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootD evicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:23,690 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.116s 2023-10-20 11:33:23,690 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808cb27b-69f5-4faf-8944-4b92fe05cf73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808cb27b-69f5-4faf-8944-4b92fe05cf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:24,759 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:24,760 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e365ebf-672c-4e99-ac2b-ae0e193a794a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e365ebf-672c-4e99-ac2b-ae0e193a794a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/vol umes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:25,843 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:25,844 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987c7cae-09dc-4604-b2c5-044daa1377f0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987c7cae-09dc-4604-b2c5-044daa1377f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:27,036 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.155s 2023-10-20 11:33:27,036 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917ea701-9c3e-4e8d-af49-bae929fab2a1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917ea701-9c3e-4e8d-af49-bae929fab2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:28,119 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:28,120 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa4ecb7-84ee-4832-9a90-bd45bb69b7c9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa4ecb7-84ee-4832-9a90-bd45bb69b7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:29,212 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.074s 2023-10-20 11:33:29,212 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010141dd-0185-4ddb-91c9-217c919db2b4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010141dd-0185-4ddb-91c9-217c919db2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:30,343 83360 INFO [tem pest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.113s 2023-10-20 11:33:30,344 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e811bfb-6cc3-419c-b025-31cc4c371cff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e811bfb-6cc3-419c-b025-31cc4c371cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:31,539 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.172s 2023-10-20 11:33:31,540 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfcb2c1-5969-4806-8db0-8ca06248fd0a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfcb2c1-5969-4806-8db0-8ca06248fd0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:32,647 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.093s 2023-10-20 11:33:32,648 83360 DE BUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517ab504-6739-4898-907a-6792f9f5d02b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517ab504-6739-4898-907a-6792f9f5d02b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:33,807 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.133s 2023-10-20 11:33:33,808 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8c0ef6-266a-42dc-9166-18b3ba1e2601', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8c0ef6-266a-42dc-9166-18b3ba1e2601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:34,884 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:33:34,884 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2914c59-e815-4a76-8b5d-e6137f53f401', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2914c59-e815-4a76-8b5d-e6137f53f401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:35,969 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:35,970 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e430a2cb-61b1-4fc1-914d-12078fbbcde1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e430a2cb-61b1-4fc1-914d-12078fbbcde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:37,030 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:33:37,030 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34fbd97c-697e-44d4-b822-e64ec7a2b62f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-34fbd97c-697e-44d4-b822-e64ec7a2b62f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:38,096 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.052s 2023-10-20 11:33:38,096 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293e4875-5212-418d-b847-b6d36aca2268', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293e4875-5212-418d-b847-b6d36aca2268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:39,220 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.111s 2023-10-20 11:33:39,220 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5e588e-fd40-4a71-8af8-7d00e6ac61dc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5e588e-fd40-4a71-8af8-7d00e6ac61dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:40,327 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.093s 2023-10-20 11:33:40,328 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9931d8-f312-44c6-87d3-f3a7c738dc84', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9931d8-f312-44c6-87d3-f3a7c738dc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:41,414 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.056s 2023-10-20 11:33:41,414 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0182303a-ccd1-4cb3-a4d9-0183879204d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0182303a-ccd1-4cb3-a4d9-0183879204d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-Tag gedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:42,502 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.064s 2023-10-20 11:33:42,503 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac065191-b645-44e9-ad89-558e806ff4ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac065191-b645-44e9-ad89-558e806ff4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:43,639 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.110s 2023-10-20 11:33:43,640 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e75b5c-aca0-488b-bbab-f5da9f9cab5d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e75b5c-aca0-488b-bbab-f5da9f9cab5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5e fe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:44,770 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.112s 2023-10-20 11:33:44,771 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80ec7c3-5239-4afe-869b-9ec63535d484', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80ec7c3-5239-4afe-869b-9ec63535d484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:45,895 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.106s 2023-10-20 11:33:45,896 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae69901-eb21-4781-85c8-c25bc462d561', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae69901-eb21-4781-85c8-c25bc462d561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "boo table": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:46,974 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.051s 2023-10-20 11:33:46,975 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69fc1a2d-d984-4e71-a89c-cc78f03afb3a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fc1a2d-d984-4e71-a89c-cc78f03afb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:48,103 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.101s 2023-10-20 11:33:48,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b60e1bc-a487-4222-950f-892f301297f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b60e1bc-a487-4222-950f-892f301297f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:49,225 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.090s 2023-10-20 11:33:49,226 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c50679d-0b0d-4e81-aa31-211162412ce2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c50679d-0b0d-4e81-aa31-211162412ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:50,314 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:33:50,315 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9885c1-fcfc-4d84-b74f-2fecefa0f5f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9885c1-fcfc-4d84-b74f-2fecefa0f5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:51,393 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.046s 2023-10-20 11:33:51,394 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd7dee4-6889-403c-b2ca-5851bc275a98', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd7dee4-6889-403c-b2ca-5851bc275a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:52,462 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:33:52,463 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f01d9b-20d3-40a1-a7fc-69053d057f0b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f01d9b-20d3-40a1-a7fc-69053d057f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:53,548 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.059s 2023-10-20 11:33:53,548 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:5 3 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f496d9ed-c12e-4414-9879-d3f3c86497c3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f496d9ed-c12e-4414-9879-d3f3c86497c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:54,635 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.073s 2023-10-20 11:33:54,636 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44efa71-a324-4570-82bd-fbfbafc62373', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44efa71-a324-4570-82bd-fbfbafc62373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:55,737 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.086s 2023-10-20 11:33:55,737 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79365ea-6a84-4952-9385-834357ecd3ff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versi on', 'x-openstack-request-id': 'req-d79365ea-6a84-4952-9385-834357ecd3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:56,815 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.061s 2023-10-20 11:33:56,815 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c6cb257-a5da-46ab-b123-66370f10088a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c6cb257-a5da-46ab-b123-66370f10088a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:57,923 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.088s 2023-10-20 11:33:57,923 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc66516-995b-48b5-9e42-53a0573d03cb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc66516-995b-48b5-9e42-53a0573d03cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd348 3'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:33:58,977 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.040s 2023-10-20 11:33:58,977 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f56c18f-a05a-4369-9b53-9fdd5c0531ef', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f56c18f-a05a-4369-9b53-9fdd5c0531ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:00,038 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.048s 2023-10-20 11:34:00,039 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6e7f4c-0be4-4a4f-894c-cdefdf4f53ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6e7f4c-0be4-4a4f-894c-cdefdf4f53ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tem pest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:01,095 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.043s 2023-10-20 11:34:01,095 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cc4b79-6468-4891-832a-bfda26365dc1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cc4b79-6468-4891-832a-bfda26365dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:02,191 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.082s 2023-10-20 11:34:02,191 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e86d67-015e-408f-aba9-9fbb5717491f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e86d67-015e-408f-aba9-9fbb5717491f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0 e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:03,265 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.055s 2023-10-20 11:34:03,265 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81b5016-a811-45f6-abc4-ef386cbf3d2a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81b5016-a811-45f6-abc4-ef386cbf3d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:04,348 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.069s 2023-10-20 11:34:04,349 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d98daf4-c9e3-4b4a-a00f-7261eaa9b268', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d98daf4-c9e3-4b4a-a00f-7261eaa9b268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb 3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:05,420 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.057s 2023-10-20 11:34:05,421 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c4a294-bc55-49cf-ad90-1768f7f213d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c4a294-bc55-49cf-ad90-1768f7f213d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:06,487 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.053s 2023-10-20 11:34:06,488 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfa347e-1c46-4ecc-abd5-7ed8a8eb803d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfa347e-1c46-4ecc-abd5-7ed8a8eb803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:07,544 833 60 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.042s 2023-10-20 11:34:07,544 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959829fc-e268-43c4-9076-e87444445ede', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959829fc-e268-43c4-9076-e87444445ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:08,623 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:34:08,624 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7713e1f5-3a52-45b0-b023-3a41a7746efd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7713e1f5-3a52-45b0-b023-3a41a7746efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:09,678 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34 :09,679 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff39959c-27ef-48d5-899e-5928a8c3a746', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff39959c-27ef-48d5-899e-5928a8c3a746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:10,768 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.077s 2023-10-20 11:34:10,768 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db01a07-f6bb-4ed5-8ef4-0452ec47b6ee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db01a07-f6bb-4ed5-8ef4-0452ec47b6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:11,821 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.040s 2023-10-20 11:34:11,821 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02562fe1-afcd-4c82-a0f1-42deba6363eb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02562fe1-afcd-4c82-a0f1-42deba6363eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:12,900 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.065s 2023-10-20 11:34:12,900 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147bebb2-72f8-43d5-8d06-ddd09ef568b3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147bebb2-72f8-43d5-8d06-ddd09ef568b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:13,958 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.045s 2023-10-20 11:34:13,959 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50333602-6f4d-46ea-aab8-fa97ad468b73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-A PI-Version', 'x-openstack-request-id': 'req-50333602-6f4d-46ea-aab8-fa97ad468b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:15,013 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34:15,013 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05015ef5-43c8-4f22-bfef-63a2a0c3ea3d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05015ef5-43c8-4f22-bfef-63a2a0c3ea3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:16,104 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.077s 2023-10-20 11:34:16,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844198d0-3f9b-4a21-8aab-187fe0bebe33', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844198d0-3f9b-4a21-8aab-187fe0bebe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289 acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:17,158 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.041s 2023-10-20 11:34:17,158 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f9d162-970b-4a37-9eba-ff0abd78d16d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f9d162-970b-4a37-9eba-ff0abd78d16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:18,214 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.043s 2023-10-20 11:34:18,214 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2c514c-0f9d-44c0-a681-53c6341edc1d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2c514c-0f9d-44c0-a681-53c6341edc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:33:12.000000", "nam e": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:19,282 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483 0.054s 2023-10-20 11:34:19,283 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e663e3-ec92-4be6-8c03-9528754b6aea', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e663e3-ec92-4be6-8c03-9528754b6aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483'} Body: b'{"volume": {"id": "33855670-3ed6-49b6-8476-289acdfd3483", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:33:12.000000", "updated_at": "2023-10-20T11:34:18.000000", "name": "tempest-TaggedBootDevicesTest-volume-1113696281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/33855670-3ed6-49b6-8476-289acdfd3483"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "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": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "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": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:19,298 83360 INFO [tempest.common.waiters] volume 33855670-3ed6-49b6-8476-289acdfd3483 reached available after waiting for 67.298417 seconds 2023-10-20 11:34:19,552 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.254s 2023-10-20 11:34:19,553 83360 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-653100809"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501c48a3-2861-42a8-b248-cf5d24e8e16c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501c48a3-2861-42 a8-b248-cf5d24e8e16c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.482343", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:34:19,612 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.041s 2023-10-20 11:34:19,613 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c3d783-ef27-4594-a64c-588463ac1567', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c3d783-ef27-4594-a64c-588463ac1567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:20,698 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.063s 2023-10-20 11:34:20,698 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c3766e-b20d-4d7a-8fed-15070a6069bd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c3766e-b20d-4d7a-8fed-15070a6069bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10- 20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:21,755 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.043s 2023-10-20 11:34:21,756 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5b1b919-c897-4219-a70a-b701456d8f0b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b1b919-c897-4219-a70a-b701456d8f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:22,822 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.044s 2023-10-20 11:34:22,823 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6827486c-9246-4474-8c3d-826e1ad3e729', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6827486c-9246-4474-8c3d-826e1ad3e729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/ volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:23,876 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:23,876 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094a62f6-8aa7-482b-b87e-0a171b97b5e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094a62f6-8aa7-482b-b87e-0a171b97b5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:24,935 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.045s 2023-10-20 11:34:24,935 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38896e90-c35d-4af9-8a68-878b1b1295fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38896e90-c35d-4af9-8a68-878b1b1295fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207 aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:25,996 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.046s 2023-10-20 11:34:25,997 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81774190-d5d6-4ebe-879a-0164ff001a94', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81774190-d5d6-4ebe-879a-0164ff001a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:27,050 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:27,051 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c29e43-2f33-4620-b653-64a2e27ff3de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c29e43-2f33-4620-b653-64a2e27ff3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2 023-10-20 11:34:28,104 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.040s 2023-10-20 11:34:28,104 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b986fbc9-2add-4493-b620-7d9278b1cb1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b986fbc9-2add-4493-b620-7d9278b1cb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:29,173 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.046s 2023-10-20 11:34:29,173 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7c2a46-15e7-4f87-a170-e97bee681b61', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c7c2a46-15e7-4f87-a170-e97bee681b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:30,230 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.044s 2023-10-20 11:34:30,231 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e61d5a3-9be6-4597-b9b1-1e29a50b8e12', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e61d5a3-9be6-4597-b9b1-1e29a50b8e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:31,283 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.039s 2023-10-20 11:34:31,283 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb5d56f-3dd0-45e9-956d-ec2a6bd439f6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb5d56f-3dd0-45e9-956d-ec2a6bd439f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:32,341 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.043s 2023-10-20 11:34:32,341 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Fri, 20 Oct 2023 11:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c69b581-d7ba-472e-8fd0-5a0631f1e0d2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c69b581-d7ba-472e-8fd0-5a0631f1e0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:33,395 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.041s 2023-10-20 11:34:33,395 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8098a631-f91b-4fd5-9654-4109a6ab2b8e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8098a631-f91b-4fd5-9654-4109a6ab2b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:34,466 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.057s 2023-10-20 11:34:34,466 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477b6af4-afc1-468c-9a36-1486f1ef53c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477b6af4-afc1-468c-9a36-1486f1ef53c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:20.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:35,530 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8 0.050s 2023-10-20 11:34:35,530 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddb330b-5911-4135-b6cf-f13e495e84ba', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddb330b-5911-4135-b6cf-f13e495e84ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8'} Body: b'{"volume": {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:19.000000", "updated_at": "2023-10-20T11:34:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-653100809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/87083b94-eaa5-487f-a82d-21b0fd7d40a8"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:35,542 83360 INFO [tempest.common.waiters] volume 87083b94-eaa5-487f-a82d-21b0fd7d40a8 reached available after waiting for 16.541974 seconds 2023-10-20 11:34:35,793 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes 0.251s 2023-10-20 11:34:35,794 83360 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-1441177874"}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959136a5-b9f8-4a16-ade1-c5db338c10ad', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-959136a5-b9f8-4a16-ade1-c5db338c10ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:35.726802", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-10-20 11:34:35,863 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.059s 2023-10-20 11:34:35,863 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d9328d-e13e-4cd6-9945-0e3d3ef45971', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d9328d-e13e-4cd6-9945-0e3d3ef45971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:36,922 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.045s 2023-10-20 11:34:36,922 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb9e284-6c92-41c5-b7ac-6ec6d3fec144', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb9e284-6c92-41c5-b7ac-6ec6d3fec144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:37,978 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.043s 2023-10-20 11:34:37,978 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff426ed0-010d-47c7-b90a-cfa91db885a6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff426ed0-010d-47c7-b90a-cfa91db885a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:39,043 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.051s 2023-10-20 11:34:39,043 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937fd29b-3624-4cbc-8d0d-8e6d6765ca2f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937fd29b-3624-4cbc-8d0d-8e6d6765ca2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": { }, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:40,182 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.120s 2023-10-20 11:34:40,182 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398cf6b7-7e04-48ed-bbc5-9f1bde879485', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398cf6b7-7e04-48ed-bbc5-9f1bde879485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:41,244 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.043s 2023-10-20 11:34:41,244 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1505fdf6-160b-4234-b33a-c0cbb7762778', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1505fdf6-160b-4234-b33a-c0cbb7762778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volume s/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:42,307 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.050s 2023-10-20 11:34:42,308 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87e1d909-dc91-442d-8f4c-9592a64325bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87e1d909-dc91-442d-8f4c-9592a64325bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:43,395 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965 0.070s 2023-10-20 11:34:43,396 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd284df5-bb5d-45f5-b9e6-fdd51af8149c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd284df5-bb5d-45f5-b9e6-fdd51af8149c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965'} Body: b'{"volume": {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-10-20T11:34:36.000000", "updated_at": "2023-10-20T11:34:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1441177874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ffbdeb90da4caba0f0e4c73e5efe6d/volumes/b95c7213-9164-4ee2-8f50-221f7be5d965"}], "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:43,408 83360 INFO [tempest.common.waiters] volume b95c7213-9164-4ee2-8f50-221f7be5d965 reached available after waiting for 8.408205 seconds 2023-10-20 11:34:44,176 83360 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.767s 2023-10-20 11:34:44,176 83360 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-391594867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3bbee0a1-1e74-4d39-a74a-1f3bdd3b4616', 'date': 'Fri, 20 Oct 2023 11:34:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","name":"tempest-device-tagging-net1-391594867","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","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-10-20T11:34:43Z","updated_at":"2023-10-20T11:34:43Z","revision_number":1}}' 2023-10-20 11:34:44,991 83360 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.813s 2023-10-20 11:34:44,991 83360 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-909284608"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bf43b159-657f-46ad-b408-98d71e29da23', 'date': 'Fri, 20 Oct 2023 11:34:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"78e9ca0b-131c-45fa-aa2f-6679c05c8be9","name":"tempest-device-tagging-net2-909284608","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","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-10-20T11:34:44Z","updated_at":"2023-10-20T11:34:44Z","revision_number":1}}' 2023-10-20 11:34:46,088 83360 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.096s 2023-10-20 11:34:46,088 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-13ba7c87-0161-4975-b4df-c0464fc6483a', 'date': 'Fri, 20 Oct 2023 11:34:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","name":"","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","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":[{"star t":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-10-20T11:34:45Z","updated_at":"2023-10-20T11:34:45Z","revision_number":0,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:47,911 83360 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.822s 2023-10-20 11:34:47,911 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-30aaff80-846b-49f7-a9d5-988ae12e7b64', 'date': 'Fri, 20 Oct 2023 11:34:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1","name":"","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","network_id":"78e9ca0b-131c-45fa-aa2f-6679c05c8be9","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-10-20T11:34:46Z","updated_at":"2023-10-20T11:34:46Z","revision_number":0,"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:48,553 83360 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.641s 2023-10-20 11:34:48,553 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "name": "tempest-TaggedBootDevicesTest-1845396173", "fixed_ips": [{"subnet_id": "90003602-17d1-477b-ab6d-e8d2256b0dd3"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-e01ffbd5-bec4-497a-ba87-57887f231017', 'date': 'Fri, 20 Oct 2023 11:34:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"ac475a91-3125-4cab-9930-27b5757b31aa","name":"tempest-TaggedBootDevicesTest-1845396173","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","mac_address":"fa:16:3e:ec:d8:2e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","ip_address":"10.1.1.159"}],"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","port_security_enabled":true,"security_groups":["3d2fd521-6e02-4eec-b736-2fae3204d312"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-10-20T11:34:48Z","updated_at":"2023-10-20T11:34:48Z","revision_number":1}}' 2023-10-20 11:34:49,409 83360 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.855s 2023-10-20 11:34:49,409 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "name": "tempest-TaggedBootDevicesTest-1025520421", "fixed_ips": [{"subnet_id": "90003602-17d1-477b-ab6d-e8d2256b0dd3"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-aa8f56ff-17d3-4bea-bf32-760f26fc4974', 'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"afbf0e19-2c57-4036-8b9e-b775900c827d","name":"tempest-TaggedBootDevicesTest-1025520421","network_id":"4d1dcdee-24ee-4048-9100-cca69f68a8ac","tenant_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","mac_address":"fa:16:3e:64:c4:3e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"90003602-17d1-477b-ab6d-e8d2256b0dd3","ip_address":"10.1.1.44"}],"project_id":"77ffbdeb90da4caba0f0e4c73e5efe6d","port_security_enabled":true,"security_groups":["3d2fd521-6e02-4eec-b736-2fae3204d312"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-10-20T11:34:48Z","updated_at":"2023-10-20T11:34:48Z","revision_number":1}}' 2023-10-20 11:34:49,410 83360 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-10-20 11:34:49,411 83360 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-10-20 11:34:49,468 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-10-20 11:34:49,469 83360 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-243596162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw=="}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87db479e-a7c6-4bfa-8cc1-f5105aef473f', 'x-compute-request-id': 'req-87db479e-a7c6-4bfa-8cc1-f5105aef473f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-243596162", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw==", "fingerprint": "e1:04:b2:7b:1b:a8:78:d8:1c:b6:6d:bb:d9:4a:68:d3", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3"}}' 2023-10-20 11:34:49,471 83360 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-243596162 created 2023-10-20 11:34:49,651 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2023-10-20 11:34:49,651 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--538723247", "description": "tempest-description--1495519071"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-9c89edca-c9a4-4b52-b45e-8a708f36179b', 'date': 'Fri, 20 Oct 2023 11:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "name": "tempest-securitygroup--538723247", "stateful": true, "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "description": "tempest-description--1495519071", "shared": false, "security_group_rules": [{"id ": "2e2aa39a-1cc0-45d2-b0b8-2cd72d98d1ea", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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": 405, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}, {"id": "80d24bba-89b9-4e7f-b7eb-2852f8457447", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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": 406, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}], "tags": [], "created_at": "2023-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 1, "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d"}}' 2023-10-20 11:34:49,877 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.225s 2023-10-20 11:34:49,878 83360 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": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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-4243b985-3ec6-4586-934b-810db1fcec7b', 'date': 'Fri, 20 Oct 2023 11:34:49 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": "8b404d80-b2c2-427c-8958-6fe21dfe0648", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "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-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}}' 2023-10-20 11:34:50,089 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-10-20 11:34:50,089 83360 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": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8a38250e-fd98-45c7-ad92-192fca1624f9', 'date': 'Fri, 20 Oct 2023 11:34:50 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": "743c8e55-73a7-4249-b242-68f819bae706", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "security_group_id": "3d7e6773-0b62-4113-b94c-019ea7d5c218", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_r ange_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-10-20T11:34:49Z", "updated_at": "2023-10-20T11:34:49Z", "revision_number": 0}}' 2023-10-20 11:34:50,090 83360 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--538723247 created 2023-10-20 11:34:51,046 83360 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.956s 2023-10-20 11:34:51,047 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "e65d0157-4b24-420a-b5bc-04560488469c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5c9c4257-8ac1-492a-864d-5f1247c93878', 'date': 'Fri, 20 Oct 2023 11:34:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8edb3978-7311-4645-8ca4-d80410cd5c5b", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "floating_ip_address": "172.24.4.183", "floating_network_id": "e65d0157-4b24-420a-b5bc-04560488469c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-10-20T11:34:50Z", "updated_at": "2023-10-20T11:34:50Z", "revision_number": 0}}' 2023-10-20 11:34:51,047 83360 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8edb3978-7311-4645-8ca4-d80410cd5c5b', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'floating_ip_address': '172.24.4.183', 'floating_network_id': 'e65d0157-4b24-420a-b5bc-04560488469c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-10-20T11:34:50Z', 'updated_at': '2023-10-20T11:34:50Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2023-10-20 11:34:51,160 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-10-20 11:34:51,160 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 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-74263d36-e051-43b8-b0c7-b2caae5a22b7', '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": "207aeccc45bd4134bd5e8f30d69e5cb3", "name": "tempest-TaggedBootDevicesTest-1193398918-project-member", "password_expires_at": null}, "audit_ids": ["pj6r7QoNRA--TGrOHblLPg"], "expires_at": "2023-10-20T12:34:51.000000Z", "issued_at": "2023-10-20T11:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "name": "tempest-TaggedBootDevicesTest-1193398918"}, "is_domain": false, "roles": [{"id": "68f898fd1d2f48478164a1b64b055e2a", "name": "member"}, {"id": "075d459999f9413d8fe51723f4d6c56e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59507b6fc59b42639bd5744dc309e85e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73 e5efe6d", "region": "RegionOne"}], "id": "08c467c466b3409e8fc6c9492377cc27", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3d2f091ac5674a9c976d9cd17cfe863c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "3526be99fd0a4597b29e53ebad09643a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b18cf81c5eb64dfcafe492a32da2a5fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "400bead2b0914178a88b7d30861905e0", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0537bda33b7d4f4fa3f87885aa8e2ef9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "4eb845a33d1f457aa530e08657d912b1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e1a779003b64a998152421b27363384", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5084fe3e72db4067a4d9f239f0cec9e3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "491395175e8849c08286252968fed139", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6b48a76e0c2c4345beab543c39bb83f0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9bef53e9e93f44ea9b67b80d9eface9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "ad74cb6e1032413ea5df21ea6fdf4d1e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "75ea0fe843354ebe8b90f69f39aff885", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f8fc7dcee071443ebc6f7b2aaf9a2295", "type": "compute", "name": "nova"}]}}' 2023-10-20 11:34:51,161 83360 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '513bbe18-a8ff-4022-b760-244a3f8db2f6', 'name': 'tempest-TaggedBootDevicesTest-522003391-network', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51781, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-10-20T11:32:33Z', 'updated_at': '2023-10-20T11:32:33Z', 'revision_number': 1} available for tenant 2023-10-20 11:34:51,207 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-10-20 11:34:51,207 83360 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 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-9cc5ac1a-07c7-4f34-ae51-694f9deefd84', '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": "207aeccc45bd4134bd5e8f30d69e5cb3", "name": "tempest-TaggedBootDevicesTest-1193398918-project-member", "password_expires_at": null}, "audit_ids": ["aVDC2cDYRTmkewC2qYUN4A"], "expires_at": "2023-10-20T12:34:51.000000Z", "issued_at": "2023-10-20T11:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "name": " tempest-TaggedBootDevicesTest-1193398918"}, "is_domain": false, "roles": [{"id": "68f898fd1d2f48478164a1b64b055e2a", "name": "member"}, {"id": "075d459999f9413d8fe51723f4d6c56e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59507b6fc59b42639bd5744dc309e85e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "08c467c466b3409e8fc6c9492377cc27", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3d2f091ac5674a9c976d9cd17cfe863c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "3526be99fd0a4597b29e53ebad09643a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b18cf81c5eb64dfcafe492a32da2a5fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "400bead2b0914178a88b7d30861905e0", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "0537bda33b7d4f4fa3f87885aa8e2ef9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "4eb845a33d1f457aa530e08657d912b1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e1a779003b64a998152421b27363384", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "5084fe3e72db4067a4d9f239f0cec9e3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "491395175e8849c08286252968fed139", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6b48a76e0c2c4345beab543c39bb83f0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9bef53e9e93f44ea9b67b80d9eface9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ffbdeb90da4caba0f0e4c73e5efe6d", "region": "RegionOne"}], "id": "ad74cb6e1032413ea5df21ea6fdf4d1e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "75ea0fe843354ebe8b90f69f39aff885", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "f8fc7dcee071443ebc6f7b2aaf9a2295", "type": "compute", "name": "nova"}]}}' 2023-10-20 11:34:51,208 83360 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '513bbe18-a8ff-4022-b760-244a3f8db2f6', 'name': 'tempest-TaggedBootDevicesTest-522003391-network', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51781, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-10-20T11:32:33Z', 'updated_at': '2023-10-20T11:32:33Z', 'revision_number': 1} available for tenant 2023-10-20 11:34:51,209 83360 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-243596162', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOsjSaqFpj6L5KeewxVeAgdUekUVpMUZSGx1RK8plHxC3KVkjR1euUBxH1/nMRGhMru01tNILrxV+OqJGEERLUf30C22vPngAdhJytBDDKLrGK1E8J8UXJRZ6Pdn2V9oTw==', 'fingerprint': 'e1:04:b2:7b:1b:a8:78:d8:1c:b6:6d:bb:d9:4a:68:d3', 'user_id': '207aeccc45bd4134bd5e8f30d69e5cb3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDijpm0J+/clcfqJXKUk2Xxj8GTZ6eHDj8T9wT71cS72rmxX4rx4sX1\nalmOfNFLJbOgBwYFK4EEACKhZANiAATrI0mqhaY+i+SnnsMVXgIHVHpFFaTFGUhs\ndUSvKZR8QtylZI0dXrlAcR9f5zERoTK7tNbTSC68VfjqiRhBES1H99Attrz54AHY\nScrQQwyi6xitRPCfFFyUWej3Z9lfaE8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3d7e6773-0b62-4113-b 94c-019ea7d5c218', 'name': 'tempest-securitygroup--538723247', 'stateful': True, 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': 'tempest-description--1495519071', 'shared': False, 'security_group_rules': [{'id': '2e2aa39a-1cc0-45d2-b0b8-2cd72d98d1ea', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'security_group_id': '3d7e6773-0b62-4113-b94c-019ea7d5c218', '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': 405, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 0}, {'id': '80d24bba-89b9-4e7f-b7eb-2852f8457447', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'security_group_id': '3d7e6773-0b62-4113-b94c-019ea7d5c218', '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': 406, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-10-20T11:34:49Z', 'updated_at': '2023-10-20T11:34:49Z', 'revision_number': 1, 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d'}, 'floating_ip': {'id': '8edb3978-7311-4645-8ca4-d80410cd5c5b', 'tenant_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'floating_ip_address': '172.24.4.183', 'floating_network_id': 'e65d0157-4b24-420a-b5bc-04560488469c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '77ffbdeb90da4caba0f0e4c73e5efe6d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-10-20T11:34:50Z', 'updated_at': '2023-10-20T11:34:50Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2023-10-20 11:34:54,322 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/compute/v2.1/servers 3.113s 2023-10-20 11:34:54,323 83360 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-1508968224", "imageRef": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "513bbe18-a8ff-4022-b760-244a3f8db2f6"}, {"port": "ac475a91-3125-4cab-9930-27b5757b31aa", "tag": "port-1"}, {"port": "afbf0e19-2c57-4036-8b9e-b775900c827d", "tag": "port-2"}, {"uuid": "4d1dcdee-24ee-4048-9100-cca69f68a8ac", "tag": "net-1"}, {"uuid": "4d1dcdee-24ee-4048-9100-cca69f68a8ac"}, {"uuid": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "78e9ca0b-131c-45fa-aa2f-6679c05c8be9", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "33855670-3ed6-49b6-8476-289acdfd3483", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "b95c7213-9164-4ee2-8f50-221f7be5d965", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--538723247"}], "key_name": "tempest-keypair-243596162", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 20 Oct 2023 11:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compu te/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1', '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-9a2cc347-845b-45d7-98cb-74d13c143b76', 'x-compute-request-id': 'req-9a2cc347-845b-45d7-98cb-74d13c143b76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--538723247"}], "adminPass": "aY9W3vJjdw3J"}}' 2023-10-20 11:34:54,408 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.083s 2023-10-20 11:34:54,409 83360 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': 'Fri, 20 Oct 2023 11:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', '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-895901a9-e6f7-4978-9f64-8bee5e8ba865', 'x-compute-request-id': 'req-895901a9-e6f7-4978-9f64-8bee5e8ba865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-243596162", "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-10-20 11:35:44,875 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.400s 2023-10-20 11:35:44,875 83360 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': 'Fri, 20 Oct 2023 11:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1878', '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-410003d4-4cfc-40e4-bb77-16c72e6bc865', 'x-compute- request-id': 'req-410003d4-4cfc-40e4-bb77-16c72e6bc865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "8be75200f29d5609acdd725f07ae4d2d7bf3ccfd1a652df4f4ed102c", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:35:44,891 83360 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 50 second wait 2023-10-20 11:36:35,558 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.619s 2023-10-20 11:36:35,559 83360 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': 'Fri, 20 Oct 2023 11:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1878', '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-0b840f24-5e29-4c88-a4a8-41dfe9dac152', 'x-compute-request-id': 'req-0b840f24-5e29-4c88-a4a8-41dfe9dac152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "8be75200f29d5609acdd725f07ae4d2d7bf3ccfd1a652df4f4ed102c", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c7 3caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:37:26,433 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.712s 2023-10-20 11:37:26,434 83360 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': 'Fri, 20 Oct 2023 11:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1801', '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-157e5608-9933-4839-8215-97823a836cc3', 'x-compute-request-id': 'req-157e5608-9933-4839-8215-97823a836cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "BUILD", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:37:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-243596162", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"name": "tempest-securitygroup--538723247"}, {"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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:38:16,828 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.329s 2023-10-20 11:38:16,828 83360 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': 'Fri, 20 Oct 2023 11:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1818', '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-b74d534b-d3f3-4858-96f5-af4ac3656e1b', 'x-compute-request-id': 'req-b74d534b-d3f3-4858-96f5-af4ac3656e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"server": {"id": "3c73caa8-a299-41e1-bd85-66299f6641f1", "name": "tempest-device-tagging-server-1508968224", "status": "ERROR", "tenant_id": "77ffbdeb90da4caba0f0e4c73e5efe6d", "user_id": "207aeccc45bd4134bd5e8f30d69e5cb3", "metadata": {}, "hostId": "", "image": {"id": "f9a80c7e-66e2-4915-96f8-63e828cf6c2e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f9a80c7e-66e2-4915-96f8-63e828cf6c2e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2023-10-20T11:34:54Z", "updated": "2023-10-20T11:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3c73caa8-a299-41e1-bd85-66299f6641f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-10-20T11:37:49Z", "message": "Build of instance 3c73caa8-a299-41e1-bd85-66299f6641f1 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-243596162", "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": "33855670-3ed6-49b6-8476-289acdfd3483", "delete_on_termination": false}, {"id": "87083b94-eaa5-487f-a82d-21b0fd7d40a8", "delete_on_termination": false}, {"id": "b95c7213-9164-4ee2-8f50-221f7be5d965", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}' 2023-10-20 11:38:16,844 83360 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ERROR/None" after 202 second wait 2023-10-20 11:38:17,594 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.749s 2023-10-20 11:38:17,594 83360 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': 'Fri, 20 Oct 2023 11:38:16 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-e5fe7a98-f67c-4d8a-8b7f-4320c7473dbe', 'x-compute-request-id': 'req-e5fe7a98-f67c-4d8a-8b7f-4320c7473dbe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'' 2023-10-20 11:38:17,643 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 404 GET http: //10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1 0.048s 2023-10-20 11:38:17,644 83360 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': 'Fri, 20 Oct 2023 11:38:17 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-d3e1d79f-9c17-4e3a-adf2-14df26001ee5', 'x-compute-request-id': 'req-d3e1d79f-9c17-4e3a-adf2-14df26001ee5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3c73caa8-a299-41e1-bd85-66299f6641f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3c73caa8-a299-41e1-bd85-66299f6641f1 could not be found."}}' 2023-10-20 11:38:17,684 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-243596162 0.038s 2023-10-20 11:38:17,684 83360 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': 'Fri, 20 Oct 2023 11:38:17 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-f6eb8070-b8c2-4c5b-8f2c-37e90d188c17', 'x-compute-request-id': 'req-f6eb8070-b8c2-4c5b-8f2c-37e90d188c17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-243596162'} Body: b'' 2023-10-20 11:38:18,418 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218 0.733s 2023-10-20 11:38:18,418 83360 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-9023f945-7625-4922-8ebc-762de556054a', 'content-length': '0', 'date': 'Fri, 20 Oct 2023 11:38:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218'} Body: b'' 2023-10-20 11:38:18,436 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218 0.017s 2023-10-20 11:38:18,436 83360 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-87fbd0cb-11f1-46e9-a99f-06d005b09aae', 'date': 'Fri, 20 Oct 2023 11:38:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d7e6773-0b62-4113-b94c-019ea7d5c218'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3d7e6773-0b62-4113-b94c-019ea7d5c218 does not exist", "detail": ""}}' 2023-10-20 11:38:19,228 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8edb3978-7311-4645-8ca4-d80410cd5c5b 0.791s 2023-10-20 11:38:19,229 83360 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4476f6f0-64bf-4505-b7df-c61f14f64089', 'content-length': '0', 'date': 'Fri, 20 Oct 2023 11:38:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8edb3978-7311-4645-8ca4-d80410cd5c5b'} Body: b'' 2023-10-20 11:38:19,743 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/afbf0e19-2c57-4036-8b9e-b775900c827d 0.513s 2023-10-20 11:38:19,743 83360 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-efa0e5d5-49b6-4a42-95ab-1c62e8afdf4a', 'date': 'Fri, 20 Oct 2023 11:38:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/afbf0e19-2c57-4036-8b9e-b775900c827d'} Body: b'' 2023-10-20 11:38:20,279 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/ac475a91-3125-4cab-9930-27b5757b31aa 0.535s 2023-10-20 11:38:20,279 83360 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-2a356790-352e-4a21-a646-c75fcb6a6200', 'date': 'Fri, 20 Oct 2023 11:38:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/ac475a91-3125-4cab-9930-27b5757b31aa'} Body: b'' 2023-10-20 11:38:20,671 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1 0.391s 2023-10-20 11:38:20,671 83360 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-c414cde4-691c-4a09-a6b5-e997dbb5e33e', 'date': 'Fri, 20 Oct 2023 11:38:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/cc2f2145-2c7e-44cf-8ec0-b686dd78f8a1'} Body: b'' 2023-10-20 11:38:21,070 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/90003602-17d1-477b-ab6d-e8d2256b0dd3 0.398s 2023-10-20 11:38:21,071 83360 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-a78ff67a-9025-4bd8-9169-61bc10e1da96', 'date': 'Fri, 20 Oct 2023 11:38:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/90003602-17d1-477b-ab6d-e8d2256b0dd3'} Body: b'' 2023-10-20 11:38:21,743 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/78e9ca0b-131c-45fa-aa2f-6679c05c8be9 0.672s 2023-10-20 11:38:21,743 83360 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-bd97db83-590b-4d2a-9a00-15f2f731f2ae', 'date': 'Fri, 20 Oct 2023 11:38:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'ht tp://10.0.0.210:9696/networking/v2.0/networks/78e9ca0b-131c-45fa-aa2f-6679c05c8be9'} Body: b'' 2023-10-20 11:38:22,643 83360 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/4d1dcdee-24ee-4048-9100-cca69f68a8ac 0.899s 2023-10-20 11:38:22,644 83360 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-76e2e512-4f47-42cf-98f1-e43cdbaaa82a', 'date': 'Fri, 20 Oct 2023 11:38:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/4d1dcdee-24ee-4048-9100-cca69f68a8ac'} Body: b'' ====== Totals ====== Ran: 292 tests in 3571.2357 sec. - Passed: 259 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 1 Sum of execute time for each test: 17474.2807 sec. ============== Worker Balance ============== - Worker 0 (18 tests) => 0:07:29.909989 - Worker 1 (32 tests) => 0:40:40.443870 - Worker 2 (16 tests) => 0:13:32.465335 - Worker 3 (12 tests) => 0:07:12.803463 - Worker 4 (27 tests) => 0:44:53.317586 - Worker 5 (19 tests) => 0:38:41.157929 - Worker 6 (21 tests) => 0:58:57.481483 - Worker 7 (25 tests) => 0:28:42.525510 - Worker 8 (46 tests) => 0:34:38.230502 - Worker 9 (28 tests) => 0:30:18.940343 - Worker 10 (23 tests) => 0:11:27.791763 - Worker 11 (25 tests) => 0:30:57.559450 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed