)]}'
{
  "log": [
    {
      "commit": "9cee53835e96762ec306c6b214e7fddc5941bd58",
      "tree": "913b182b7d92f7b216d41eeab78e48c50bc644f3",
      "parents": [
        "ae784996c9cf6cc7de90d20188ea5bc6542c209d"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 01 20:18:56 2020 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Nov 09 12:38:41 2020 -0600"
      },
      "message": "Remove \u0027gabbi_tempest_path\u0027 from devstack-tempest job\n\nWe need to move \u0027gabbi_tempest_path\u0027 var to gabbi-tempest plugin jobs side\nwhich is the only place it is being used. This var is specific to gabbi-tempest\nnot used for any other devstack-tempest jobs so defining it in devstack-tempest\nbase job is not the correct way. We might face issue like bug#1821072 again in\nfuture which can end up blocking all gate jobs.\n\nBelow patch is moving this var to gabbi-tempest plugin.\n- https://review.opendev.org/#/c/705339/\n\nChange-Id: Id96e9b3f1271fce50aae982fdf12871693107e1d\nCloses-Bug: #1861592\n"
    },
    {
      "commit": "ae784996c9cf6cc7de90d20188ea5bc6542c209d",
      "tree": "ad0c8ac06afa9c987e7dfeb41b8017a2c547c5fd",
      "parents": [
        "bb4defc61114962e4c6d6d4669c614da509d7bf3",
        "4346a82ffe2e53b27d9246a70dc1ae0c10d2a601"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Nov 05 22:30:11 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 05 22:30:11 2020 +0000"
      },
      "message": "Merge \"Add glance image import copy-image tests\""
    },
    {
      "commit": "bb4defc61114962e4c6d6d4669c614da509d7bf3",
      "tree": "bd3eb44037dcb301e3f3e7aad34d3c59745aa878",
      "parents": [
        "8b5f0a55c964fd370d4fd31ca0fcb2d3fb4dfd3e",
        "721aeca8ef5647995e742a3f3bc911f69728e039"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Nov 05 15:00:23 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 05 15:00:23 2020 +0000"
      },
      "message": "Merge \"Unskip Device detach compute tests on Focal\""
    },
    {
      "commit": "8b5f0a55c964fd370d4fd31ca0fcb2d3fb4dfd3e",
      "tree": "7f658122d6b5daeb814cad8be59f1d3becf95f3c",
      "parents": [
        "f9bb8b8b214d7e441ef69e299930416a60d08ddd",
        "05c35eb7932171e2f86a47fa72cad15c4d3dfebf"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Nov 05 10:18:23 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 05 10:18:23 2020 +0000"
      },
      "message": "Merge \"Improve tempest-cleanup ansible role\""
    },
    {
      "commit": "05c35eb7932171e2f86a47fa72cad15c4d3dfebf",
      "tree": "81b0fe4ea72f770ae4f28b4e68f70d0da73ab056",
      "parents": [
        "b439c974faab1d593ce14ecb3cbfd5467b0005cf"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Wed Aug 12 09:17:35 2020 +0000"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Tue Nov 03 21:47:14 2020 +0000"
      },
      "message": "Improve tempest-cleanup ansible role\n\nThe patch implements a new flag which will fail a job when any\nresources were leaked - that can be used for verification that\ntests are cleaning their resources after they are finished.\n\nChange-Id: I212cdce9713c80491153b0bbdb313e75c1f96f1d\n"
    },
    {
      "commit": "f9bb8b8b214d7e441ef69e299930416a60d08ddd",
      "tree": "63504438286226e4045a874cc9527394b1b1bdd1",
      "parents": [
        "711e9f21c8b8c5b9d05accfb0ac6251f2d21ddbf"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Mon Nov 02 13:41:06 2020 +0100"
      },
      "committer": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Tue Nov 03 07:06:24 2020 +0100"
      },
      "message": "New list config option to list network features without API extension\n\nHistorically Neutron had API extensions to make it clear what feature\nis available and what is not. There are however features without new\nAPI extensions, see [1] and [2].\nTo avoid having lots of config options that makes it possible in a\nbranchless tempest to detect if a given feature is available or not on\na given Neutron branch this patch proposes a list config option similar\nto api_extensions: available_features.\navailable_features is a list option with the special all entry, and new\ntests that depend on API extensionless features can use this to be\nskipped on older branches.\n\n[1] https://review.opendev.org/750355\n[2] https://review.opendev.org/743695\n\nChange-Id: I9d4be68db0f18dcaded4bfe78f5a314cb450987a\n"
    },
    {
      "commit": "721aeca8ef5647995e742a3f3bc911f69728e039",
      "tree": "6f8c8ac6c57833d7820f7b0c921993b55e24e5e0",
      "parents": [
        "711e9f21c8b8c5b9d05accfb0ac6251f2d21ddbf"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Nov 01 12:44:06 2020 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Nov 01 18:47:32 2020 +0000"
      },
      "message": "Unskip Device detach compute tests on Focal\n\nDuring migrating the testing to Ubutnu Focal,\nwe skipped few device detach tests due to bug#1882521\n- https://review.opendev.org/#/c/734700/8\n\nNow Nova bug#1882521 is fixed so let\u0027s unskip those tests.\n\nChange-Id: I9e48d72fc1192a775671ca339e0339e8ec1afa17\nRelated-Bug: #1882521\nRelated-Bug: #1894804\n"
    },
    {
      "commit": "711e9f21c8b8c5b9d05accfb0ac6251f2d21ddbf",
      "tree": "81304064144bff1f2751371d1e5071570d933df8",
      "parents": [
        "b439c974faab1d593ce14ecb3cbfd5467b0005cf",
        "9667217d5e753b9977e15bbec328cb5d75133ea1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Nov 01 01:39:43 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Nov 01 01:39:43 2020 +0000"
      },
      "message": "Merge \"zuul: Move tempest-integrated-compute to Focal\""
    },
    {
      "commit": "4346a82ffe2e53b27d9246a70dc1ae0c10d2a601",
      "tree": "807513cc9fe18fd811ab6f5b6121b905b6c8d4ca",
      "parents": [
        "05ca2d137d3b95f02b826ef625252255a1d164a1"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Jul 29 13:45:04 2020 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Oct 29 17:26:48 2020 +0000"
      },
      "message": "Add glance image import copy-image tests\n\nGlance image can be copied to mutli stores using\ncopy-image import method. Adding test for the same.\n- https://docs.openstack.org/api-ref/image/v2/index.html#interoperable-image-import\n\nDepends-On: https://review.opendev.org/#/c/760422/\n\nChange-Id: Ia7c967946304a8c7a79774b4116dd6169822f3ac\n"
    },
    {
      "commit": "b439c974faab1d593ce14ecb3cbfd5467b0005cf",
      "tree": "16114b9b6a3d0536ced78c75ac23afd8be9590fe",
      "parents": [
        "3a19818d9e97902c0e5087a4c344788a0b9491ec",
        "f0547d6068addbd8d1578d775aae4e3c241bb235"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 22 16:07:19 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 22 16:07:19 2020 +0000"
      },
      "message": "Merge \"Add Tempest gate job for stable/victoria\""
    },
    {
      "commit": "3a19818d9e97902c0e5087a4c344788a0b9491ec",
      "tree": "fd566c8f31a87329f0cac2de553678f7d9024968",
      "parents": [
        "63aec891fca494bbb5b0841e3c52cb9b20674fe4",
        "5f65bf58020727c27fb3c34b62bc33172e272e17"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 22 03:21:37 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 22 03:21:37 2020 +0000"
      },
      "message": "Merge \"Fix error that instance could not be found\""
    },
    {
      "commit": "63aec891fca494bbb5b0841e3c52cb9b20674fe4",
      "tree": "6544c43a81cccd7c52f5fde25480eecccee42496",
      "parents": [
        "cfd6159f97432ef7909a6934a9bc1443a990ab83",
        "104e0b731a4b44e1d1f3e9092a1d1426809fb78b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Oct 21 21:21:28 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 21 21:21:28 2020 +0000"
      },
      "message": "Merge \"Delete test_reboot_server_soft\""
    },
    {
      "commit": "cfd6159f97432ef7909a6934a9bc1443a990ab83",
      "tree": "531876a839e0fcf37a759a904a595ee6efad29f7",
      "parents": [
        "181ae6521649bd865c2ee7c4e87690aab29567e8"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Mon Oct 19 17:42:02 2020 +0000"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Mon Oct 19 17:42:02 2020 +0000"
      },
      "message": "Make neutron-tempest-dvr job non-voting\n\nThe job is lately very unstable and fails randomly which blocks\nother tempest patches. Let\u0027s make it temporarily non-voting.\n\nChange-Id: I5f53953c1fa9e88e8406ec6a080314d813137774\n"
    },
    {
      "commit": "181ae6521649bd865c2ee7c4e87690aab29567e8",
      "tree": "c5c967a0125f42f92c1ae5fc4cce39070a084353",
      "parents": [
        "6fe8eb4f9744ff23a198de8b265f8559d54c3618",
        "efb5d6aba838db6d873deaafc477b03b762ef01e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Oct 13 08:12:55 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 13 08:12:55 2020 +0000"
      },
      "message": "Merge \"Retry on ServerFault in call_and_ignore_notfound_exc()\""
    },
    {
      "commit": "6fe8eb4f9744ff23a198de8b265f8559d54c3618",
      "tree": "3ce7467fb319eda7ca8c3b5cdb351a144ab36f0c",
      "parents": [
        "9ddee691f3f44f462a88253e20352403def53a60",
        "5e8f044538e9cc5e5495dd1aa481799da4db37ba"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Oct 13 04:59:40 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 13 04:59:40 2020 +0000"
      },
      "message": "Merge \"Add show types API to v3 types client library\""
    },
    {
      "commit": "5f65bf58020727c27fb3c34b62bc33172e272e17",
      "tree": "e083cf0738d815a6a9dd9b78123b866a15e9b96d",
      "parents": [
        "580be3d16ceffccfff1d44c8ca1861d29c8f4c68"
      ],
      "author": {
        "name": "ericxiett",
        "email": "eric_xiett@163.com",
        "time": "Fri Sep 25 08:42:26 2020 +0000"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Sat Oct 10 08:23:25 2020 +0000"
      },
      "message": "Fix error that instance could not be found\n\nThe instance may have been deleted when calling \u0027force_delete_server\u0027.\nSo this patch ignores exception \u0027lib_exc.NotFound\u0027 that avoid\nerror in tearing down stage.\n\nChange-Id: I29d6d1a41e3fb1bbbdb1f16ef4e54916df2e1ec7\nCloses-Bug: #1896865\n"
    },
    {
      "commit": "9ddee691f3f44f462a88253e20352403def53a60",
      "tree": "75563b52852cd87669485a8a243bd2af69b0bb21",
      "parents": [
        "e2568676e41919eda10353860bed22dcc9de4ab7",
        "c00346cb2f9f6d4499bb8c7feee5bf2ac5d7d232"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Oct 09 13:09:52 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Oct 09 13:09:52 2020 +0000"
      },
      "message": "Merge \"Add missing replication_status in group schema\""
    },
    {
      "commit": "104e0b731a4b44e1d1f3e9092a1d1426809fb78b",
      "tree": "60266d26f6c3d5bc634ba0fcffda33334f1581ba",
      "parents": [
        "3442eaf87919e6ec9809eb15bcc327e94984dbc5"
      ],
      "author": {
        "name": "afazekas",
        "email": "afazekas@redhat.com",
        "time": "Tue Mar 26 12:38:29 2019 +0100"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Fri Oct 09 11:44:55 2020 +0000"
      },
      "message": "Delete test_reboot_server_soft\n\nThe test has been skipped for than 6 years already.\n\nNova automatically switched to hard reboot if the guest is\nnot responding, no way to see the difference from the API.\n\nThe following alternatives were not agreed on the PTG.\n - Change the acpid config an all supported image before the reboot,\n   and log the acpi event in a tempest friendly way\n - ssh the machine before reboot, in this case more likely a\n   soft reboot would happen, but we are unable to distinguish it from\n   the hard one.\n\nTake into account that the minimum scenario test uses soft reboot\nand the nova functional test also covers reboot.\n\nThe test hasn\u0027t failed for more than 6 years (it\u0027s been skipped),\nso nothing prevents us from removing it by the usual removal procedure:\n\n https://docs.openstack.org/tempest/latest/test_removal.html\n\nThe test deletion was also announced on ML:\n http://lists.openstack.org/pipermail/openstack-discuss/2020-October/017889.html\n\nChange-Id: I62b48865f5b21e55c28b8ee08ad5786473cc5ddf\nRelated-Bug: #1014647\n"
    },
    {
      "commit": "f0547d6068addbd8d1578d775aae4e3c241bb235",
      "tree": "8978ab366486ee4166e9fa5208d0a918b130c3a7",
      "parents": [
        "7435f094e799eed04b59bbf1928254014850106d"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Oct 01 08:42:08 2020 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Oct 08 16:21:40 2020 +0000"
      },
      "message": "Add Tempest gate job for stable/victoria\n\nNow we have stable/victoria branch ready for devstack\nand so does for all service projects.\n\nThis commit adds the Tempest testing for stable/victoria\nby adding new jobs running on stable/victoria version of\nopenstack.\n\nChange-Id: Ibf6f167793bc157c915ebbcd3ce860207e8fa21b\n"
    },
    {
      "commit": "9667217d5e753b9977e15bbec328cb5d75133ea1",
      "tree": "971e19bd63192702b58bc4e9b40b75b6b7d205f1",
      "parents": [
        "ccd164694e6208ce42d9ad96f019114a458b522a"
      ],
      "author": {
        "name": "Lee Yarwood",
        "email": "lyarwood@redhat.com",
        "time": "Thu Oct 01 15:22:01 2020 +0100"
      },
      "committer": {
        "name": "Lee Yarwood",
        "email": "lyarwood@redhat.com",
        "time": "Tue Oct 06 09:56:33 2020 +0100"
      },
      "message": "zuul: Move tempest-integrated-compute to Focal\n\nThe recently uncovered undefined QEMU behaviour when sending multiple\nrequests to detach a device should now be avoided with the introduction\nof Ib9ed7069cef5b73033351f7a78a3fb566753970d allowing this job to move\nto Focal on master as defined in the devstack-minimal base job.\n\nRelated-Bug: #1882521\nRelated-Bug: #1894804\n\nDepends-On: https://review.opendev.org/#/c/755799/\nChange-Id: Ic66285ef5dcefa9556c34cda42744ea30902cd37\n"
    },
    {
      "commit": "e2568676e41919eda10353860bed22dcc9de4ab7",
      "tree": "a6bb546507c68d2b926f23ccaa8598a429b72d3d",
      "parents": [
        "da58be008e00f3ba4139804aa272535e712c36aa",
        "97756b5b20f2ceec730f1dc389cd4873108d2670"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Oct 05 23:18:59 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 05 23:18:59 2020 +0000"
      },
      "message": "Merge \"Remove install unnecessary packages\""
    },
    {
      "commit": "da58be008e00f3ba4139804aa272535e712c36aa",
      "tree": "38bc6998d1f47325d2d141bc7d13c7d82bcb2d31",
      "parents": [
        "3442eaf87919e6ec9809eb15bcc327e94984dbc5",
        "e4f28205117fdba1c5a39fd1442c41ce7baecdae"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Oct 05 13:33:44 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 05 13:33:44 2020 +0000"
      },
      "message": "Merge \"Check port allocation for VM with resource request\""
    },
    {
      "commit": "3442eaf87919e6ec9809eb15bcc327e94984dbc5",
      "tree": "676259ac4c447ce032b53a2f6c46d52a91455427",
      "parents": [
        "ccd164694e6208ce42d9ad96f019114a458b522a",
        "cd9c2ea3a720d8cdd06c7bb5c4253b66d414d0e2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Oct 05 02:30:37 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 05 02:30:38 2020 +0000"
      },
      "message": "Merge \"Add missing attachments schema in servers.py\""
    },
    {
      "commit": "ccd164694e6208ce42d9ad96f019114a458b522a",
      "tree": "ea860f1c69782ac49ef4a5372404c5e6ea3d8932",
      "parents": [
        "05ca2d137d3b95f02b826ef625252255a1d164a1",
        "0672955e15fd802a5d1f08481dd58408e1f3ec8c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 01 13:13:56 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 01 13:13:56 2020 +0000"
      },
      "message": "Merge \"Fix negative tests of update_volume for volume microversion 3.59\""
    },
    {
      "commit": "05ca2d137d3b95f02b826ef625252255a1d164a1",
      "tree": "cffb085df3e733f36d870b427bce42d6e0b93b14",
      "parents": [
        "04aaa8a05dc72b5b3d12eebc9a47e6fc9569ff4f",
        "9542ad2fb5f479e6dfc52919fcc20b9381157e3f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 01 01:38:22 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 01 01:38:22 2020 +0000"
      },
      "message": "Merge \"Modify the fake data according to api reference\""
    },
    {
      "commit": "04aaa8a05dc72b5b3d12eebc9a47e6fc9569ff4f",
      "tree": "f3127bbe99e3250d708f0c2360bdb9e7f589d965",
      "parents": [
        "aa81332c250b0572cd30d24ef1e0aa50848c13ac",
        "639c4700ab76af796a9e013921a84b341de2734a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Oct 01 01:35:24 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 01 01:35:24 2020 +0000"
      },
      "message": "Merge \"Set max_microversion 2.56 for ServerPersonalityTestJSON\""
    },
    {
      "commit": "aa81332c250b0572cd30d24ef1e0aa50848c13ac",
      "tree": "f7cc49540f172d30505c4cf2aafbeaefcd421daa",
      "parents": [
        "7435f094e799eed04b59bbf1928254014850106d",
        "ce23482fd71f869555b5e137019a5a16bcfa6349"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 23:40:57 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 23:40:57 2020 +0000"
      },
      "message": "Merge \"Skip additional test if \u0027xenapi_apis\u0027 flag is False\""
    },
    {
      "commit": "efb5d6aba838db6d873deaafc477b03b762ef01e",
      "tree": "07f54c39fe47094a30b4577cc4f2d15174a44d7d",
      "parents": [
        "a93da8534c1a12f053d659ebddc9145c4ff08be1"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Sep 30 08:16:25 2020 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Sep 30 15:37:28 2020 -0700"
      },
      "message": "Retry on ServerFault in call_and_ignore_notfound_exc()\n\nThis makes us tolerate up to three ServerFault errors while trying to\ndo things like clean up resources during tearDown().\n\nChange-Id: I3b2dac90fd6c71d66506d33aa5e35bb362d9bf87\nRelated-Bug: #1897907\n"
    },
    {
      "commit": "7435f094e799eed04b59bbf1928254014850106d",
      "tree": "9d7e506a121ab84cdf29de1f3e6a5dd8682baac1",
      "parents": [
        "8a960f3bce858c71f8ddbbca9bd929267c314ea6",
        "46172435ea65f689a5aa64347a1f0e9b5268d3a9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 16:38:35 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 16:38:35 2020 +0000"
      },
      "message": "Merge \"Modify the fake data for test_networksks_client for v3\""
    },
    {
      "commit": "8a960f3bce858c71f8ddbbca9bd929267c314ea6",
      "tree": "f876e6de5e16dc98f8c5e31e17fbcd8db9d01853",
      "parents": [
        "a93da8534c1a12f053d659ebddc9145c4ff08be1",
        "23e0747e51f6a83d15724aa716c7674e8b9d0eff"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 16:38:30 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 16:38:30 2020 +0000"
      },
      "message": "Merge \"Add placement API methods for testing routed provider nets\""
    },
    {
      "commit": "a93da8534c1a12f053d659ebddc9145c4ff08be1",
      "tree": "cbd182dcd20334ff048b1640cca0a56bc919ddbb",
      "parents": [
        "60429ddd04b2291e3b646cf496d295b7a15784ce",
        "ec60bfff2e35fec8c10afa5ad0aae679fe05562c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 12:20:15 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 12:20:15 2020 +0000"
      },
      "message": "Merge \"add unittest for endpoints operation interface in identity part\""
    },
    {
      "commit": "60429ddd04b2291e3b646cf496d295b7a15784ce",
      "tree": "c2ebd8b9091d7a29196d09431a764989bebf9186",
      "parents": [
        "cc21ae14ee57f04fbc07860490dde7e4f69f0fb0",
        "4e7b2f4594314aeda491d7963ac48e8aece4995e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 03:26:38 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 03:26:38 2020 +0000"
      },
      "message": "Merge \"Fix flavor NotFound in test_resize_server_revert_deleted_flavor\""
    },
    {
      "commit": "cc21ae14ee57f04fbc07860490dde7e4f69f0fb0",
      "tree": "609d238261939120cf5813da9e71a3a7daa9dd6d",
      "parents": [
        "a3d91b227c2ef65a6de18e6ebb55f98ee09ff487",
        "cdbfb5eb3eb103a1bfeac9bfd0b124581ab80a04"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 02:21:46 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 02:21:47 2020 +0000"
      },
      "message": "Merge \"Fix victoria releasenote to align yaml format\""
    },
    {
      "commit": "a3d91b227c2ef65a6de18e6ebb55f98ee09ff487",
      "tree": "394eb51b5d98ab4c57f155efceb123041d95f4b4",
      "parents": [
        "2f073f0ae85ced24d84aecea7009f02e09e7688b",
        "c8b966ff61bdc5e229e8c319703018d22c342cb6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 30 02:21:35 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 30 02:21:35 2020 +0000"
      },
      "message": "Merge \"Fix import line location\""
    },
    {
      "commit": "ec60bfff2e35fec8c10afa5ad0aae679fe05562c",
      "tree": "b968819ae1b4b21fa483e660d86b6f9271e29bdd",
      "parents": [
        "257f3b009f7978723a8748f9f5b413aa8eb38e3a"
      ],
      "author": {
        "name": "wanglbj",
        "email": "wanglbj@inspur.com",
        "time": "Wed Dec 25 10:39:37 2019 +0800"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Sep 29 21:56:56 2020 +0000"
      },
      "message": "add unittest for endpoints operation interface in identity part\n\nadd unittest for endpoints operation interface in identity part\n\nChange-Id: I1f51e6f39a0c2fbd7d0bdb9448ac0dd756ddf2d7\n"
    },
    {
      "commit": "2f073f0ae85ced24d84aecea7009f02e09e7688b",
      "tree": "de40fba917d9a17d4d915516b3d1f70e30d9b472",
      "parents": [
        "fd74523ff598782c86aa0a42b61ee8a54931c262",
        "491d63e12c8f40490598e4bed25dd61a3c43f330"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 28 16:50:09 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 28 16:50:09 2020 +0000"
      },
      "message": "Merge \"Add glance multistore tests\""
    },
    {
      "commit": "fd74523ff598782c86aa0a42b61ee8a54931c262",
      "tree": "3adf4bdb09d42dbb10e3c0556e739127eff7aa5b",
      "parents": [
        "307d2bde1f4fc4200aca06b25e5d620a16627cce",
        "e42bd9354aeea97c01337e98d099d6c0824c5131"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 28 14:09:58 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 28 14:09:58 2020 +0000"
      },
      "message": "Merge \"Added stestr for running test using pdb flag\""
    },
    {
      "commit": "ce23482fd71f869555b5e137019a5a16bcfa6349",
      "tree": "45d479144da9959b279fd23eff4f82aaa86e00ed",
      "parents": [
        "307d2bde1f4fc4200aca06b25e5d620a16627cce"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Mon Sep 28 14:34:47 2020 +0100"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Mon Sep 28 14:34:47 2020 +0100"
      },
      "message": "Skip additional test if \u0027xenapi_apis\u0027 flag is False\n\nIn change I0ae3f7a81ca7b56f56871e61bcf196ca572ae6d6, we introduced the\n\u0027xenapi_apis\u0027 feature flag to disable tests for XenAPI-only APIs that\nare scheduled to be removed. However, we missed one test from the skip.\nAdd that test now, with a new, better name to highlight its purpose. We\nalso correct a related docstring.\n\nChange-Id: Ica872c31751a7e0edb310acdc4bf59baaf6dfc54\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\n"
    },
    {
      "commit": "307d2bde1f4fc4200aca06b25e5d620a16627cce",
      "tree": "0c65946ef68258b759910dacd4fc193a920899e4",
      "parents": [
        "24ffe96042ed28732232b6a618dd0e68c9bd6ac5",
        "9b442510e72edede1d9840797def2514d344233b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 28 08:52:26 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 28 08:52:26 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - swift part1\""
    },
    {
      "commit": "e4f28205117fdba1c5a39fd1442c41ce7baecdae",
      "tree": "8137fc4077ef41bbf60a7d6c177a9e92e6777029",
      "parents": [
        "24ffe96042ed28732232b6a618dd0e68c9bd6ac5"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Thu Oct 24 12:56:42 2019 +0200"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Sep 28 06:45:59 2020 +0000"
      },
      "message": "Check port allocation for VM with resource request\n\nCheck \u0027binding:profile\u0027 field of the port in\nMinBwAllocationPlacementTest.test_qos_min_bw_allocation_basic testcase.\n\nDepends-On: https://review.opendev.org/690999\n\nRelated-Bug: #1849657\nChange-Id: Icf9bf6ab3451432a5860df6d1499bff425e001b7\n"
    },
    {
      "commit": "23e0747e51f6a83d15724aa716c7674e8b9d0eff",
      "tree": "c3bf21f7a2c3a05fc42cb6e98bdbf205d61ab255",
      "parents": [
        "24ffe96042ed28732232b6a618dd0e68c9bd6ac5"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri Jul 12 15:21:14 2019 +0200"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Sep 28 06:45:37 2020 +0000"
      },
      "message": "Add placement API methods for testing routed provider nets\n\nRouted provider networks feature uses the placement API, to test the\nfeature we need to add the following client methods to the placement\nclient:\n* list_resource_providers\n* show_resource_provider\n* list_resource_provider_inventories\n* list_resource_provider_aggregates\n\nChange-Id: I4e4b104bf4b6b26b02d95b2c9697f4bfdba25ac4\n"
    },
    {
      "commit": "24ffe96042ed28732232b6a618dd0e68c9bd6ac5",
      "tree": "077b577c762f1a24ad556353e5e28cfe9b8181c4",
      "parents": [
        "4f1a3bb3c487d9dc6f48e3fb156488a58b9711eb",
        "5eaf6bdc9ab4cfd0e8856d2d6a7c76b53f89d33b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 26 11:48:30 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 26 11:48:30 2020 +0000"
      },
      "message": "Merge \"Add keystone v3 EC2 credential tests and client\""
    },
    {
      "commit": "cdbfb5eb3eb103a1bfeac9bfd0b124581ab80a04",
      "tree": "f2f29915101c790e1368d77518f65d1c22736bab",
      "parents": [
        "4f1a3bb3c487d9dc6f48e3fb156488a58b9711eb"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Sat Sep 26 08:44:27 2020 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Sat Sep 26 08:44:27 2020 +0900"
      },
      "message": "Fix victoria releasenote to align yaml format\n\nThis commit fixes the victoria releasenote to align the yaml format.\n\nChange-Id: I192965c0b6a5567a392c810df430e27f414963a3\n"
    },
    {
      "commit": "491d63e12c8f40490598e4bed25dd61a3c43f330",
      "tree": "327e8707e19d95f8c05ee58013a5ac366c2e5f55",
      "parents": [
        "7ef3c1c1b4a32fe7914a6cd14760b76e938b721f"
      ],
      "author": {
        "name": "PranaliD",
        "email": "pdeore@redhat.com",
        "time": "Tue Aug 18 13:29:21 2020 +0000"
      },
      "committer": {
        "name": "Abhishek Kekane",
        "email": "akekane@redhat.com",
        "time": "Fri Sep 25 15:10:12 2020 +0000"
      },
      "message": "Add glance multistore tests\n\nAdding tests for below scenarios\n\n 1. test for import_to_all_stores(--all-stores true)\n\n 2. test for import_to_specified_stores(--stores store_list)\n\nChange-Id: I3aa413c624881065a1cf46c6345f9eda923df8eb\n"
    },
    {
      "commit": "4f1a3bb3c487d9dc6f48e3fb156488a58b9711eb",
      "tree": "b371cf6707a8a2a799ba27c861b0b5406250272b",
      "parents": [
        "f05caef2911c563532b27e813108d102ca40c887",
        "d2cbd3ad4cfa808856fe448541eb752a248dbce9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 25 12:41:28 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 25 12:41:28 2020 +0000"
      },
      "message": "Merge \"Add Access Rules tests\""
    },
    {
      "commit": "f05caef2911c563532b27e813108d102ca40c887",
      "tree": "232006a66ead89b29649dcbf409377b927def699",
      "parents": [
        "580be3d16ceffccfff1d44c8ca1861d29c8f4c68",
        "1ca760cd295dbef2408a744ce679ca5e65b04f6d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 25 02:41:12 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 25 02:41:12 2020 +0000"
      },
      "message": "Merge \"Migrate tempest jobs to focal\""
    },
    {
      "commit": "580be3d16ceffccfff1d44c8ca1861d29c8f4c68",
      "tree": "f90957d0a1b06d93b6aa6971366b48f8ed6986e7",
      "parents": [
        "c00798ea9cbb8bc02f812895e5f91fc4f373c141",
        "4599b91fe2a3446dfeec5d7339cfdd40fe5dd4c9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 24 21:30:01 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 24 21:30:01 2020 +0000"
      },
      "message": "Merge \"Add missing keystone clients\""
    },
    {
      "commit": "5eaf6bdc9ab4cfd0e8856d2d6a7c76b53f89d33b",
      "tree": "702439a490fa56b6fdf71457eef4257ff126629a",
      "parents": [
        "00041e686f059aacbc4b2d86ccfd11ff72ba5448"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Thu Jul 30 20:26:59 2020 -0700"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Thu Sep 24 09:34:06 2020 -0700"
      },
      "message": "Add keystone v3 EC2 credential tests and client\n\nThe v2 version of the /users/{}/credentials/OS-EC2 API was already\npresent, for completeness this patch adds the v3 equivalent.\n\nThis API is not documented because it is preferred to use the\n/v3/credentials API for this functionality.\n\nChange-Id: Ide90658fa07a3d5a7ba2e52c3ab7377170273b76\n"
    },
    {
      "commit": "97756b5b20f2ceec730f1dc389cd4873108d2670",
      "tree": "70f2efa24295b3b29fae33c3e14257bbe1ef3578",
      "parents": [
        "c00798ea9cbb8bc02f812895e5f91fc4f373c141"
      ],
      "author": {
        "name": "maaoyu",
        "email": "maaoyu@inspur.com",
        "time": "Thu Sep 24 17:46:47 2020 +0800"
      },
      "committer": {
        "name": "maaoyu",
        "email": "maaoyu@inspur.com",
        "time": "Thu Sep 24 17:48:07 2020 +0800"
      },
      "message": "Remove install unnecessary packages\n\nThe docs requirements migrated to doc/requirements.txt\nwe need not install things from requirements.txt.\n\nChange-Id: I90212bdb5f2663851b02c58538c5b54e5c9bf4a9\n"
    },
    {
      "commit": "c00798ea9cbb8bc02f812895e5f91fc4f373c141",
      "tree": "d72b99df3029a21251a028084dc184e702cd167c",
      "parents": [
        "7ef3c1c1b4a32fe7914a6cd14760b76e938b721f",
        "4bd9edbd3bf7ef1a40cb55714cbaadfbd37368d1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 23 17:07:11 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 23 17:07:11 2020 +0000"
      },
      "message": "Merge \"volume: Introduce extend attached encrypted volume tests\""
    },
    {
      "commit": "4599b91fe2a3446dfeec5d7339cfdd40fe5dd4c9",
      "tree": "619e1d5680ad82efbfaca3c153a0630e1725004f",
      "parents": [
        "00041e686f059aacbc4b2d86ccfd11ff72ba5448"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Fri Jul 31 17:13:02 2020 -0700"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Sep 23 13:42:43 2020 +0000"
      },
      "message": "Add missing keystone clients\n\nFor completeness, add tempest clients for keystone\u0027s OS-ENDPOINT-POLICY\nand OS-EP-FILTER APIs. These are rarely-used APIs, so not adding API\ntests at this time.\n\nChange-Id: Ia592d8d3b629af68a963f5050b29de5478bface1\nNeeded-by: https://review.opendev.org/686305\n"
    },
    {
      "commit": "7ef3c1c1b4a32fe7914a6cd14760b76e938b721f",
      "tree": "3605f797e571e92388168d63d2bd6586d93a3dd9",
      "parents": [
        "e081f583ee200d38a090fd5a441434d81b3d49cd",
        "13c743407805bfc12a6edfc076fb458d1ae5f03f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 22 19:21:41 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 22 19:21:41 2020 +0000"
      },
      "message": "Merge \"Updating the paramiko version to 2.7.0 or greater\""
    },
    {
      "commit": "e081f583ee200d38a090fd5a441434d81b3d49cd",
      "tree": "aa764ef34579970ae248d70c4378a70d3393eddd",
      "parents": [
        "94a76091f616a4e4a46534b82d4974534d197643",
        "7313bc461a327af59191bff5184264854936167e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 18 17:12:32 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 18 17:12:32 2020 +0000"
      },
      "message": "Merge \"Revert \"Use stable constraint in tox to release new tag for Victoria\"\""
    },
    {
      "commit": "94a76091f616a4e4a46534b82d4974534d197643",
      "tree": "030414a5dbd734f824d1ce4175fd59acc7f44019",
      "parents": [
        "d328a5b4cc1c11fadf9daf9acc0004d597932e8f",
        "c8d7a01014d4b82dd9960679db5e77dc31f4d87a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 18 10:02:23 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 18 10:02:23 2020 +0000"
      },
      "message": "Merge \"Add releasenote to tag the Tempest for Victoria release\""
    },
    {
      "commit": "d328a5b4cc1c11fadf9daf9acc0004d597932e8f",
      "tree": "115b159a30a2adb00f23aff5bb4560962a47d1bd",
      "parents": [
        "a8465b79a34ad695c06e0b7b32eadd7602a193ce",
        "548e2d0b018eb9dfeb30e468a4871f1ca7516917"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 18 10:02:21 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 18 10:02:21 2020 +0000"
      },
      "message": "Merge \"Use stable constraint in tox to release new tag for Victoria\""
    },
    {
      "commit": "1ca760cd295dbef2408a744ce679ca5e65b04f6d",
      "tree": "6e10b86d4ec629e5933e5fb71507b950199371e2",
      "parents": [
        "a8465b79a34ad695c06e0b7b32eadd7602a193ce"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jun 09 15:50:58 2020 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Sep 17 17:34:16 2020 -0500"
      },
      "message": "Migrate tempest jobs to focal\n\nAs per victoria cycle testing runtime and community goal[1]\nwe need to migrate upstream CI/CD to Ubuntu Focal(20.04).\n\nMost of the Tempest jobs will be migrate automatically once devstack\nbase job start running on Focal(Depends-On).\n\nFew job like tempest-full-multinode and plugin sanity job needs to override\nthe nodeset. multinode job needs to run on Bionic till stable/ussuri and\non focal from master(victoria) onwards.\n\nstable jobs testing stable branch needs to keep running on their supported\ndistro version which is bionic from stein till ussuri.\n\nKeep \u0027tempest-integrated-compute\u0027 to run on bionic until\nhttps://bugs.launchpad.net/qemu/+bug/1894804 is fixed.\n\nDepends-On: https://review.opendev.org/#/c/731207/\n\n[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html\n\nChange-Id: I51fbd32a60c931d404e59e975049f7b01ed900dc\n"
    },
    {
      "commit": "a8465b79a34ad695c06e0b7b32eadd7602a193ce",
      "tree": "3552ff8bb3ec078fd5afdf918dbb4527fd5d64e6",
      "parents": [
        "a59a1aba20e0edd2d128b5d28264aae72ff66a5c",
        "b9bdeb4f5ca5c8caaaf813accb4f65cc23b9c9ee"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 17 13:03:36 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 17 13:03:37 2020 +0000"
      },
      "message": "Merge \"Move process-stackviz role from Tempest to Devstack\""
    },
    {
      "commit": "a59a1aba20e0edd2d128b5d28264aae72ff66a5c",
      "tree": "81b11c997af1797f2ae8ed6c6dfbc13cf176e680",
      "parents": [
        "c6c08915649c44cd640ea0beda3e479ae5284e81",
        "27f410a2d62d40d2f4945b3c3708ec67a52a5a63"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 17 12:46:40 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 17 12:46:40 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part11\""
    },
    {
      "commit": "c6c08915649c44cd640ea0beda3e479ae5284e81",
      "tree": "94fa260a76a6ed453fe5e768df6785887b8eea76",
      "parents": [
        "6e81c8b7850a6b2be4000442ace059abddd45d03",
        "a09be7e018c9e3b59cb4707b9146f336552b060d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 17 12:46:30 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 17 12:46:30 2020 +0000"
      },
      "message": "Merge \"Fix test_allowed_address_pair test case cleanup\""
    },
    {
      "commit": "7313bc461a327af59191bff5184264854936167e",
      "tree": "9443f401f84fcd194f5107302a9f8758031015d0",
      "parents": [
        "c8d7a01014d4b82dd9960679db5e77dc31f4d87a"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 17 21:02:48 2020 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 17 21:02:48 2020 +0900"
      },
      "message": "Revert \"Use stable constraint in tox to release new tag for Victoria\"\n\nThis reverts commit 548e2d0b018eb9dfeb30e468a4871f1ca7516917.\n\nChange-Id: Ie446828c30fe3ba4dc913ac08a198b3e1d62b7e8\n"
    },
    {
      "commit": "c8d7a01014d4b82dd9960679db5e77dc31f4d87a",
      "tree": "04fefb9f5035014a6f79346efda2248fc827c517",
      "parents": [
        "548e2d0b018eb9dfeb30e468a4871f1ca7516917"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Sep 16 20:47:39 2020 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 17 21:01:42 2020 +0900"
      },
      "message": "Add releasenote to tag the Tempest for Victoria release\n\nThis commit adds the releasenote to tag Tempest for Victoria\nand needed for version 25.0.0 to release.\n\nChange-Id: I74db083a53ce0801416f8e1e992ea3e9331ea66a\n"
    },
    {
      "commit": "548e2d0b018eb9dfeb30e468a4871f1ca7516917",
      "tree": "5ec8515b48a75c4f751f6d04fafede37ab9486d7",
      "parents": [
        "a09be7e018c9e3b59cb4707b9146f336552b060d"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Sep 16 19:55:21 2020 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 17 21:01:10 2020 +0900"
      },
      "message": "Use stable constraint in tox to release new tag for Victoria\n\nWe are going to release Tempest new tag to declare the start of support\nfor stable/victoria. So that new tag use stable/victoria constraint in\nthe tox env.\n\nFor example, if anyone use Tempest 25.0.0 in future, let\u0027s say 1 year\nlater then tox env also should use the victoria constraint for\ncompatibility instead of master.\n\nThese need to be move back to master constraint, once release is done.\n\nBy using master constraint in tox for all the old tag is problem and we\nfaced the issue of constraint incompatibility due to that and we have to\nworkaround it all over the devstack, tempest role, grenade to set the\nstable constraint via env var.\n\nFurther information:\n https://docs.openstack.org/tempest/latest/requirement_upper_constraint_for_tempest.html\n\nChange-Id: I1f8c788327b4a1a7f804cf01f8c22609e6646dd9\n"
    },
    {
      "commit": "27f410a2d62d40d2f4945b3c3708ec67a52a5a63",
      "tree": "e883e3a339a1d8c75297f22ed7b27cd80c8a0918",
      "parents": [
        "24961f6244fd3798b26c0d516d18ab03cd764df8"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Thu Aug 13 15:27:59 2020 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Sep 16 07:25:13 2020 +0000"
      },
      "message": "Adding description for testcases - compute part11\n\nWhen Tempest is used in customer site, often we are required to\nprovide a testcase list including testcase names and descriptions.\nNow no this kind of doc is available, so we can add descriptions\nwith the format of doc string for every testcase, so later we\ncan generata such a testcase description list.\n\nThere are hundreds of testcases missing descriptions, so we can\nadd them gradually, and limit the modified files in one patch\nfor the convenience of reviewing.\n\nChange-Id: I5bf95ca579b731ca4baefb590edb8e265126ce4f\npartially-implements: blueprint testcase-description\n"
    },
    {
      "commit": "6e81c8b7850a6b2be4000442ace059abddd45d03",
      "tree": "498342a2d8ac1b02e486ef26175b614c82edf10b",
      "parents": [
        "4c1cb2ea9a6c2f8454796fafadfd4375f73e1c5f",
        "e4fb4229c97cf5c0f5786c76ddfb36e21919c411"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 14 05:59:16 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 14 05:59:16 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part8\""
    },
    {
      "commit": "4c1cb2ea9a6c2f8454796fafadfd4375f73e1c5f",
      "tree": "0709a26fe2cb19eb13fe31f4e970e580ffcef99e",
      "parents": [
        "d351843628ed10b9bc5a2cf28040e586342aea59",
        "9e492eee816164db65c502f73e29f721038e8af9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 12 14:29:20 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 12 14:29:20 2020 +0000"
      },
      "message": "Merge \"Use os.path.join as possible\""
    },
    {
      "commit": "d351843628ed10b9bc5a2cf28040e586342aea59",
      "tree": "fbf2ebabd293f94957b4ae81e668f0e098cb894c",
      "parents": [
        "a86b565990931fc593e078a113086d921614c6f2",
        "5c243a9e4e9dd597b2fce96bd92c720d2dab56de"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 12 11:35:38 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 12 11:35:38 2020 +0000"
      },
      "message": "Merge \"Use the correct attachment id for multiattach.\""
    },
    {
      "commit": "a86b565990931fc593e078a113086d921614c6f2",
      "tree": "52b1a67e60af71f2cfad6393aae580154516f205",
      "parents": [
        "0ac27dc29834d5d07a57bcdffa70379d8d653841",
        "cf96636cfa03425c8b8fd48254b895812715ea6b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 12 03:58:09 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 12 03:58:09 2020 +0000"
      },
      "message": "Merge \"Fix test_list_flavors for compute microversion 2.55\""
    },
    {
      "commit": "0ac27dc29834d5d07a57bcdffa70379d8d653841",
      "tree": "c23dbfe1cb0dd4b9bc0828886ac49142af1ba405",
      "parents": [
        "39fa9c16315406c8158883cd9048f95ddc00f171",
        "764069ec10b2c142d6112b6c927f117e4dac7fb8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 12 03:17:14 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 12 03:17:14 2020 +0000"
      },
      "message": "Merge \"compute: Wait until server is ACTIVE before deleting during resource_setup\""
    },
    {
      "commit": "13c743407805bfc12a6edfc076fb458d1ae5f03f",
      "tree": "7f7cebafbebaa9968dc7f9783ea1209da7e217ae",
      "parents": [
        "39fa9c16315406c8158883cd9048f95ddc00f171"
      ],
      "author": {
        "name": "Paras Babbar",
        "email": "PBabbar@redhat.com",
        "time": "Fri Sep 11 10:21:23 2020 -0400"
      },
      "committer": {
        "name": "Paras Babbar",
        "email": "PBabbar@redhat.com",
        "time": "Fri Sep 11 10:21:23 2020 -0400"
      },
      "message": "Updating the paramiko version to 2.7.0 or greater\n\nWe have recently observed that ssh-keygen by default\ncreate OPENSSH format for keys and paramiko got the\nsupport for decrypting it from paramiko 2.7.0[1]\n\nWe have recenlty seen failures in whitebox plugin but\nconsidering this can also be observe in tempest as well\nit\u0027s good to update the version here too.\n\n[1]: http://www.paramiko.org/changelog.html\n\nChange-Id: I3603bbc9787e99fe864a4ec63d49fea6b90a45a8\n"
    },
    {
      "commit": "39fa9c16315406c8158883cd9048f95ddc00f171",
      "tree": "128e3c23582356ae6066e6d59911da5241f6af56",
      "parents": [
        "2c306e295d50cb3b91a79047e370be87b6b58415"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Sep 03 17:47:19 2020 +0100"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Sep 10 11:22:29 2020 +0100"
      },
      "message": "Add \u0027xenapi_apis\u0027 compute feature flag\n\nNova is removing the XenAPI virt driver. There are a number of APIs that\nonly work with this virt driver so those are being removed at the same\ntime. Once removed, they will return a HTTP 410 response, regardless of\nthe microversion.\n\nAdd a feature flag that allows us to skip these tests on clouds that no\nlonger provide these APIs. It default to False (skip). We will set this\nto True (do no skip) on stable branches of nova.\n\nChange-Id: I0ae3f7a81ca7b56f56871e61bcf196ca572ae6d6\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\n"
    },
    {
      "commit": "2c306e295d50cb3b91a79047e370be87b6b58415",
      "tree": "7f27850764a8b381c9d1521e7c5920c93e85f91c",
      "parents": [
        "fb66ad55940336e12b02ecd77d3ab6b1f2c818ac",
        "ef323632daad830c5b22333f08e88c96447c5031"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 09 16:41:58 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 09 16:41:58 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part10\""
    },
    {
      "commit": "fb66ad55940336e12b02ecd77d3ab6b1f2c818ac",
      "tree": "57221365653dd6f7cab30774fc9dc35034166bf4",
      "parents": [
        "65bc35d17181fd26afd2949a76909039b93914cb",
        "2480d2f9194f0148293dd10ac07e554ebe80dd1f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 09 16:41:56 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 09 16:41:56 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - volume part3\""
    },
    {
      "commit": "764069ec10b2c142d6112b6c927f117e4dac7fb8",
      "tree": "e3dc9c7d2676ec52571c1ddd192afd956e7513db",
      "parents": [
        "65bc35d17181fd26afd2949a76909039b93914cb"
      ],
      "author": {
        "name": "Lee Yarwood",
        "email": "lyarwood@redhat.com",
        "time": "Wed Sep 09 14:51:41 2020 +0100"
      },
      "committer": {
        "name": "Lee Yarwood",
        "email": "lyarwood@redhat.com",
        "time": "Wed Sep 09 14:52:39 2020 +0100"
      },
      "message": "compute: Wait until server is ACTIVE before deleting during resource_setup\n\nPartial-Bug: #1892837\nChange-Id: Ie2671f338dd111bb111d1c2956fbaa2eebb142ce\n"
    },
    {
      "commit": "65bc35d17181fd26afd2949a76909039b93914cb",
      "tree": "9479f8294b7f3c8217bd9181689c3b8b584866f1",
      "parents": [
        "18166f2e49c5f03a98a7f820be731d4064822871",
        "dc4ceae3b7e1ff50c34093ee07da9262b54ee69a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 09 11:15:46 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 09 11:15:46 2020 +0000"
      },
      "message": "Merge \"Use assert_has_calls() correctly.\""
    },
    {
      "commit": "c00346cb2f9f6d4499bb8c7feee5bf2ac5d7d232",
      "tree": "d29a34440f613ac5a14b1d97de7f4789e93365d4",
      "parents": [
        "accd1e0d0c1b7448ff10b2d1df1a83677fe4de59"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Sep 09 11:25:26 2020 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Sep 09 11:25:26 2020 +0800"
      },
      "message": "Add missing replication_status in group schema\n\nreplications_status in group info is added from microverion 3.38,\nand it\u0027s not only in the response of show_group, but also in the\nresponse of list_groups_with_detail(the api-ref is not correct),\nso this is to add it to the schema of list_groups_with_detail.\n\nThe bug report of cinder api-ref is https://bugs.launchpad.net/cinder/+bug/1894834\n\nChange-Id: I0d3e25d601822f9459dd603214bfb08a34159216\npartially-implements: blueprint fix-microversion-gap\n"
    },
    {
      "commit": "18166f2e49c5f03a98a7f820be731d4064822871",
      "tree": "4c7e62f91198eea593ab0cbbff74ce79ed3d03a6",
      "parents": [
        "0d45dffa8f7ee0fbc317c369c5170bdf43ad019b",
        "cfddd400ce403bc6fb3740c0722eebd021f8b11c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Sep 09 00:30:14 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 09 00:30:14 2020 +0000"
      },
      "message": "Merge \"Volume backup response schemas are incorrect\""
    },
    {
      "commit": "5c243a9e4e9dd597b2fce96bd92c720d2dab56de",
      "tree": "5e2a12eabc8325f49dff878b72cb16de3e2b4902",
      "parents": [
        "dc4ceae3b7e1ff50c34093ee07da9262b54ee69a"
      ],
      "author": {
        "name": "Peter Penchev",
        "email": "openstack-dev@storpool.com",
        "time": "Sun Sep 06 02:26:03 2020 +0300"
      },
      "committer": {
        "name": "Peter Penchev",
        "email": "openstack-dev@storpool.com",
        "time": "Wed Sep 09 00:51:43 2020 +0300"
      },
      "message": "Use the correct attachment id for multiattach.\n\nA volume attached to multiple servers has multiple attachment structures\nthat are distinguished by their \"attachment_id\" field, not the \"id\" one.\nSo when setting up a waiter watching for an attachment being removed,\nthe \"attachment_id\" field must be passed. Thus, when attaching a volume,\nit is necessary to wait until the attachment shows up in the volume\u0027s\ndata and then use the \"attachment_id\" field of that record to pass to\nthe waiter invoked at tear-down time.\n\nChange-Id: I9ab9f786b23061dd3a6a3482ab9739ba504d2bc0\nCloses-Bug: 1894724\n"
    },
    {
      "commit": "dc4ceae3b7e1ff50c34093ee07da9262b54ee69a",
      "tree": "fed81595939369bcb0d2914ab31c4b5e8044ad3c",
      "parents": [
        "2d336983db92b9deb7693748d200f638f0faf5fd"
      ],
      "author": {
        "name": "Peter Penchev",
        "email": "openstack-dev@storpool.com",
        "time": "Wed Sep 09 00:47:50 2020 +0300"
      },
      "committer": {
        "name": "Peter Penchev",
        "email": "openstack-dev@storpool.com",
        "time": "Wed Sep 09 00:48:25 2020 +0300"
      },
      "message": "Use assert_has_calls() correctly.\n\nChange-Id: Ib4679be8731501421d09ccfaa45dec7f6fcc79d1\n"
    },
    {
      "commit": "0d45dffa8f7ee0fbc317c369c5170bdf43ad019b",
      "tree": "035bc4c735fe7de50cd92170e6d7516effaffd08",
      "parents": [
        "ae5b61c3c416995dd4b71af4edcb93a72bec3cae",
        "f18730dad629676d1f7fba15fc15c46fe7f48178"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 08 17:57:46 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 08 17:57:46 2020 +0000"
      },
      "message": "Merge \"Add response schema validation for volume manage\""
    },
    {
      "commit": "ae5b61c3c416995dd4b71af4edcb93a72bec3cae",
      "tree": "f67d861123f867d54a77ce03dce1b8fd0d9725fe",
      "parents": [
        "3d761179c36b9de4f907e51161cb22c95f79dfaa",
        "a9055010fc43e5936ccb7c8fa6a7b54c13974b66"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 08 14:47:49 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 08 14:47:50 2020 +0000"
      },
      "message": "Merge \"Create documentation for tests\""
    },
    {
      "commit": "a09be7e018c9e3b59cb4707b9146f336552b060d",
      "tree": "756ab781b91087458a9fe647c5c7bae674e63f03",
      "parents": [
        "3d761179c36b9de4f907e51161cb22c95f79dfaa"
      ],
      "author": {
        "name": "Gayathri Devi Kathiri",
        "email": "gayathri.devi@imaginea.com",
        "time": "Tue Sep 08 11:54:07 2020 +0000"
      },
      "committer": {
        "name": "Gayathri Devi",
        "email": "gayathri.devi@imaginea.com",
        "time": "Tue Sep 08 14:33:33 2020 +0000"
      },
      "message": "Fix test_allowed_address_pair test case cleanup\n\nMake network cleanup to wait until its\ndependent ports are cleaned up\n\nChange-Id: I91f5ced7873755081f94117c6a43bffcb85faab6\nCloses-bug: #1894835\n"
    },
    {
      "commit": "cfddd400ce403bc6fb3740c0722eebd021f8b11c",
      "tree": "94a1db3293efdaf26567cf9528c2d92798d9358d",
      "parents": [
        "3d761179c36b9de4f907e51161cb22c95f79dfaa"
      ],
      "author": {
        "name": "Brian Rosmaita",
        "email": "rosmaita.fossdev@gmail.com",
        "time": "Tue Sep 08 09:20:44 2020 -0400"
      },
      "committer": {
        "name": "Brian Rosmaita",
        "email": "rosmaita.fossdev@gmail.com",
        "time": "Tue Sep 08 09:25:04 2020 -0400"
      },
      "message": "Volume backup response schemas are incorrect\n\nChange I2ab6ecfeb0c48c7ef4a0fc94e670d43dbc3f6650 added response\nschemas for volume backup responses. The schema specifies the \u0027name\u0027\nas type string in the response for create-backup and update-backup,\nbut the name is not required in the create request and the cinder\nbackup service does not supply one. This element should be string\nor null.\n\nChange-Id: I032e54a2065859d4ebc0969faccf68494fe745bc\nCloses-bug: #1894844\n"
    },
    {
      "commit": "3d761179c36b9de4f907e51161cb22c95f79dfaa",
      "tree": "071ca02fe3b26fbc5aa35a2c522eb19f4ff135c6",
      "parents": [
        "2d336983db92b9deb7693748d200f638f0faf5fd",
        "0976ae4ee20c3faf7b2add3893ec3f8cbfa55db1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 08 03:24:31 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 08 03:24:31 2020 +0000"
      },
      "message": "Merge \"Skip test_qos_min_bw_allocation_basic when not supported\""
    },
    {
      "commit": "2d336983db92b9deb7693748d200f638f0faf5fd",
      "tree": "065e29a7e10290af0fe84c608ff2990c9c0a615d",
      "parents": [
        "accd1e0d0c1b7448ff10b2d1df1a83677fe4de59",
        "4e726a6691d80cc59f50d01564245e66c42882e9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Sep 07 09:16:32 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 07 09:16:33 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part6\""
    },
    {
      "commit": "accd1e0d0c1b7448ff10b2d1df1a83677fe4de59",
      "tree": "79e5c81bfe5c2dfa290430f85ffb9b4517d38c1a",
      "parents": [
        "a6ab1841f316bd8d1649149704571f313d64a11a",
        "e354fa7675a614e63f8430b86ab1539d33e1154b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Sep 06 13:22:50 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 06 13:22:50 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part9\""
    },
    {
      "commit": "a6ab1841f316bd8d1649149704571f313d64a11a",
      "tree": "8dfff663df2b2be23be939ee91d60700c92e8a3e",
      "parents": [
        "6b46098b0bbd6a84a78c46a12ea47d634c86ad92",
        "067bcd07089c809ff87783dffb0354d1dff8cf16"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Sep 06 12:31:42 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 06 12:31:42 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - volume part5\""
    },
    {
      "commit": "6b46098b0bbd6a84a78c46a12ea47d634c86ad92",
      "tree": "6a9fed32fd12e8d5d626df936e60acb2b5a4fa89",
      "parents": [
        "b666f9049845254ce626d3138283cacf42bdf3b2",
        "735e169ff5286b2f01eff2d8906df9c85be3cb9a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Sep 06 11:11:03 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 06 11:11:03 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part12\""
    },
    {
      "commit": "9e492eee816164db65c502f73e29f721038e8af9",
      "tree": "ae1115bc1f6c3e7761dfcaa6bf6722bd3f66c4f7",
      "parents": [
        "b666f9049845254ce626d3138283cacf42bdf3b2"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 19 12:15:04 2019 +0900"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Sun Sep 06 09:49:40 2020 +0000"
      },
      "message": "Use os.path.join as possible\n\nThis commit makes to use os.path.join instead of using the Unix path\ncharacter \u0027/\u0027. This change is not mandatory since we don\u0027t support\nWindows environments as Tempest execution and, it seems Windows supports\n\u0027/\u0027 as a path separator. However, using both os.path.join and \u0027/\u0027 is a\nbit awkward.\n\nChange-Id: I117acb281c352179d526808009e761335bb314fc\n"
    },
    {
      "commit": "b666f9049845254ce626d3138283cacf42bdf3b2",
      "tree": "7b77c34c3513953f385c3e58320cb1829e17ac64",
      "parents": [
        "24d9193e023c0ede8dbdd0218ea29deaab9d7796",
        "36ef089e18784cd0df227b568ffa19671114da0f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 05 22:46:25 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 05 22:46:25 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - compute part7\""
    },
    {
      "commit": "24d9193e023c0ede8dbdd0218ea29deaab9d7796",
      "tree": "4c5b50440aed8c34204713bdb20e0eb2d895e701",
      "parents": [
        "96b43661cbe4bcb84cda9266c2617723ad06c04c",
        "85535164b78d34e128fae935cc753f3c4805b0a6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 05 21:05:50 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 05 21:05:50 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - swift part3\""
    },
    {
      "commit": "96b43661cbe4bcb84cda9266c2617723ad06c04c",
      "tree": "3d8e3028e303686a500bfbf77094b28fce700c85",
      "parents": [
        "1e2c6f06672a0effe20711b76f6a1673d9d600fd",
        "ae6311373f93d366b0d91ae9fff233a7949c2318"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 05 18:21:07 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 05 18:21:07 2020 +0000"
      },
      "message": "Merge \"Need to have stable implementation of nova_volume_detach() and add missing docstrings\""
    },
    {
      "commit": "1e2c6f06672a0effe20711b76f6a1673d9d600fd",
      "tree": "63969519bdc42d448644d0be0fa720f586d3159e",
      "parents": [
        "26b662242dfb8eff86254f327d1133a02d0bc1ad",
        "0539a64d1b13adc10d9912676dcb21648add9f4e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 05 12:57:17 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 05 12:57:17 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - swift part2\""
    },
    {
      "commit": "26b662242dfb8eff86254f327d1133a02d0bc1ad",
      "tree": "85777856ad14eb517a5fcb9f055231334ea84d6e",
      "parents": [
        "b579888bdb622c5c0f2af82c0c0ebafd8bb5c462",
        "da8d25849138f4b18c67a30d69bad2650f6b5399"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 19:30:58 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 19:30:58 2020 +0000"
      },
      "message": "Merge \"Add response schema validation for volume groups\""
    },
    {
      "commit": "b579888bdb622c5c0f2af82c0c0ebafd8bb5c462",
      "tree": "ca4559a77f4177ad53a7ba76708acc96b38089f2",
      "parents": [
        "6c63c4814674198002b5696f85556e7b3c456942",
        "93a047f42ceb4293d5299657ef603af7df35d757"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 19:30:55 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 19:30:55 2020 +0000"
      },
      "message": "Merge \"Add response schema validation for volume backups\""
    },
    {
      "commit": "6c63c4814674198002b5696f85556e7b3c456942",
      "tree": "365648ea3936cafc4f3dad94f949e457fa548145",
      "parents": [
        "36bc05aa32adcbe10bbf20748b9dcf3d8ab4a039",
        "a56823734b26b95869c3e556ac718c1d9f0385a1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 18:23:36 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 18:23:36 2020 +0000"
      },
      "message": "Merge \"Adding description for testcases - volume part4\""
    },
    {
      "commit": "ae6311373f93d366b0d91ae9fff233a7949c2318",
      "tree": "d81c3182db3c270e87105d9e69ca6581afc79a53",
      "parents": [
        "36bc05aa32adcbe10bbf20748b9dcf3d8ab4a039"
      ],
      "author": {
        "name": "Soniya Vyas",
        "email": "svyas@redhat.com",
        "time": "Fri Aug 28 13:37:12 2020 +0530"
      },
      "committer": {
        "name": "Soniya Vyas",
        "email": "svyas@redhat.com",
        "time": "Fri Sep 04 21:52:11 2020 +0530"
      },
      "message": "Need to have stable implementation of nova_volume_detach()\nand add missing docstrings\n\nEarlier implementation of this api just detached the\nvolume and wait for the volume to be in \u0027available\u0027\nstate.\nBut the scenario manager don\u0027t really verify the state\nof the volume. Tempest plugins do verify the state.\n\nImplements: blueprint tempest-scenario-manager-stable\nSigned-off by: Soniya Vyas\u003csvyas@redhat.com\u003e\nChange-Id: I023177c09cf035bbb29941cc5d4bb4cc6c60ed1c\n"
    },
    {
      "commit": "36bc05aa32adcbe10bbf20748b9dcf3d8ab4a039",
      "tree": "2ac62e5b9f9a9a695f436eff4e9480cb063cc42e",
      "parents": [
        "ac85727af41278434cfc934bcf8871d648bd5813",
        "0c84f3ee2eec4216cfa659d5ac21225f08eaef09"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 15:19:44 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 15:19:44 2020 +0000"
      },
      "message": "Merge \"Need to have stable tempest scenario manager\""
    },
    {
      "commit": "ac85727af41278434cfc934bcf8871d648bd5813",
      "tree": "9734fc489f1665ef1c1a3e933c432698a1b3f973",
      "parents": [
        "db6f85e5bedd0c051b35ee4fe54e391ab67762bc",
        "be052d619853b86637c49b6575b1886e1c2c7afd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 00:31:34 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 00:31:34 2020 +0000"
      },
      "message": "Merge \"Do not specify a host for live-migration for non homogeneous nodes\""
    },
    {
      "commit": "db6f85e5bedd0c051b35ee4fe54e391ab67762bc",
      "tree": "8faf730d2402e33518bfb967cabc1ee0a44c48b6",
      "parents": [
        "bd196b201659b6c065d36e597964aebb4c732106",
        "99b7c11afa03c55c0b3a66c375ad95b83d83ea87"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Sep 04 00:31:31 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 04 00:31:31 2020 +0000"
      },
      "message": "Merge \"remote_client: Use blkid -L to find config drive by filesystem label\""
    },
    {
      "commit": "bd196b201659b6c065d36e597964aebb4c732106",
      "tree": "4bd2199a4eddf7a8283748edc1c464d1ff1210de",
      "parents": [
        "e866da9a115e623433b4078ba368c1d623b9c71f",
        "ff145e61ce3355bc059b9a5959d0c2d1b77e8b43"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Sep 03 22:32:20 2020 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 03 22:32:20 2020 +0000"
      },
      "message": "Merge \"Use the networking-l2gw project new location\""
    }
  ],
  "next": "0c84f3ee2eec4216cfa659d5ac21225f08eaef09"
}
