)]}'
{
  "log": [
    {
      "commit": "c3b0b9034e6b35187a125283e55056ae90cbbc4a",
      "tree": "be470887c1859c7745cb5da91e0f983780b3e28e",
      "parents": [
        "3832ff52b4445324b58a5da123ef4e3880df1591"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Aug 04 06:41:30 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Aug 04 07:16:27 2023 -0700"
      },
      "message": "Disable waiting forever for connpool workers\n\nThis will cause apache to no longer wait forever for a connection\npool member to become available before returning 503 to the client.\nThis may help us determine if some of the timeouts we see when\ntalking to the services come from an overloaded apache.\n\nChange-Id: Ibc19fc9a53e2330f9aca45f5a10a59c576cb22e6\n"
    },
    {
      "commit": "3832ff52b4445324b58a5da123ef4e3880df1591",
      "tree": "fb5e01549c717b1da436d1a76398df82a44ffcfc",
      "parents": [
        "7a2021dfa01368a69e1e43785419ac68b62a9b5f"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Thu Aug 03 09:16:55 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Thu Aug 03 12:20:05 2023 -0700"
      },
      "message": "Add SERVICE_REPORT_INTERVAL knob\n\nHeavily-loaded workers in CI consistently fail to complete the\nservice checkin task, which is configured for every ten seconds in\nnova and cinder. This generates additional load on the database server\nas well as consumes a threadpool worker. If we\u0027re not making the\ndeadline, there\u0027s really no point in having it be so high. Further,\nsince the workers must remain up for all the tempest tests we\u0027re\nrunning against them, there\u0027s really no benefit to a fast-fail\ndetection.\n\nThis sets the report_interval to 120s for nova and cinder, and sets\nservice_down_time to 6x that value, which is consistent with the\ndefault scale.\n\nDepends-On: https://review.opendev.org/c/openstack/tempest/+/890448\nChange-Id: Idd7aa1daf354256b143a3778f161cfc72b318ea5\n"
    },
    {
      "commit": "7a2021dfa01368a69e1e43785419ac68b62a9b5f",
      "tree": "637ddde5901f6883f59eb91abc3ca8966fb2a26e",
      "parents": [
        "9dba09975d2b23ff60b150f16d4db74d3d1ecbdd"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Wed Jun 07 15:30:02 2023 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Wed Aug 02 07:01:49 2023 +0200"
      },
      "message": "Add rocky job to gate\n\nIt was made voting some time ago, but we missed also running it in gate.\n\nWith that RHEL platform test in place, we can keep c9s permanently\nnon-voting, which is better suited to match its instability.\n\nChange-Id: I6712ac6dc64e4fe2203b2a5f6a381f6d2150ba0f\n"
    },
    {
      "commit": "9dba09975d2b23ff60b150f16d4db74d3d1ecbdd",
      "tree": "8c1fcf134f761e7e7836455ebada2166467d468d",
      "parents": [
        "d115bfd72a61f23bba0eb5d2d82c2ad94eac15e2",
        "fbc1865dc4e5b84ebafaf1d30cffc582ae3f0c0f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Aug 01 17:49:48 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 01 17:49:48 2023 +0000"
      },
      "message": "Merge \"Drop Fedora support\""
    },
    {
      "commit": "d115bfd72a61f23bba0eb5d2d82c2ad94eac15e2",
      "tree": "371f26af19aa718c63774485baee4c540c6d4099",
      "parents": [
        "280feb08613b5f13b87127987669c59720e75c44"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Jul 31 07:04:34 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Jul 31 07:20:12 2023 -0700"
      },
      "message": "Reduce the flush frequency of dbcounter plugin\n\nThis relaxes the limits for dbcounter to make it flush stats to the\ndatabase less often. Currently every thirty seconds or 100 hits, we\nwrite a stats line to the database. In some services (like keystone)\nthis can trigger more than one write per second because of the\nmassive number of SELECT calls that service makes.\n\nThis removes the hit limit and decreases the mandatory flush interval\nto once a minute. Hopefully this will manifest as lower load on the\ndatabase triggered by what would be readonly operations.\n\nChange-Id: I43a58532c0541075a2d36408abc50a41f7994bda\n"
    },
    {
      "commit": "280feb08613b5f13b87127987669c59720e75c44",
      "tree": "78be3c4c9f9f72388eb35b9b514e15efbe29abf9",
      "parents": [
        "b314d07e34826271369ce6583eec3d2e273bb6ba",
        "770352beb05f63fb9192ad488b6b8344fd57c985"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jul 31 11:29:32 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 31 11:29:32 2023 +0000"
      },
      "message": "Merge \"git: git checkout for a commit hash combinated with depth argument\""
    },
    {
      "commit": "b314d07e34826271369ce6583eec3d2e273bb6ba",
      "tree": "6ab85dc034240faced97decfe9cd51c0a505951e",
      "parents": [
        "61cd302439815c8b5fda2540014e24cd5a992eb4",
        "80c3ffe154fd79e03d8c4258b500b77a26efa008"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 25 16:18:54 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 25 16:18:54 2023 +0000"
      },
      "message": "Merge \"Fix reboot on fedora like nodes\""
    },
    {
      "commit": "61cd302439815c8b5fda2540014e24cd5a992eb4",
      "tree": "e14acaae71fbf02ca0680e927708369d2a3c6e35",
      "parents": [
        "b52dceee7bbaaf233282c044a5dbaba297a387cd",
        "4a1b2808af68ab50a15a9c16bfe217fac50bf309"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 25 14:45:38 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 25 14:45:38 2023 +0000"
      },
      "message": "Merge \"Remove unused file\""
    },
    {
      "commit": "b52dceee7bbaaf233282c044a5dbaba297a387cd",
      "tree": "4742fac36a96951aa2e72b0299d64b1943601651",
      "parents": [
        "9845128969b65711910a76da28a7007f59027617",
        "dc01a8ab63aff1be170fb59c293ed4bddd03749a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jul 21 16:37:18 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 21 16:37:18 2023 +0000"
      },
      "message": "Merge \"Switch TLS tests to TLSv1.2+ only\""
    },
    {
      "commit": "9845128969b65711910a76da28a7007f59027617",
      "tree": "156441956a6298c8ec3711327983d1036cafdc19",
      "parents": [
        "e261bd809e81c01c153cdcdb50be47ed3c89c46a",
        "03c3fd763e301077ecfa0a2d3428a091bedd691d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jul 21 12:35:17 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 21 12:35:17 2023 +0000"
      },
      "message": "Merge \"Support RHEL 9\""
    },
    {
      "commit": "770352beb05f63fb9192ad488b6b8344fd57c985",
      "tree": "6830755fdc7b2595263faec671d27146551686fd",
      "parents": [
        "e261bd809e81c01c153cdcdb50be47ed3c89c46a"
      ],
      "author": {
        "name": "jskunda",
        "email": "jskunda@redhat.com",
        "time": "Tue Jul 18 09:32:05 2023 +0200"
      },
      "committer": {
        "name": "jskunda",
        "email": "jskunda@redhat.com",
        "time": "Thu Jul 20 10:21:41 2023 +0200"
      },
      "message": "git: git checkout for a commit hash combinated with depth argument\n\nThis patch: https://review.opendev.org/c/openstack/devstack/+/882299\nprovides functionality, that commit hash can be passed as last arugment,\nhowever when GIT_DEPTH is set, it fails, as in:\n\ntimeout -s SIGINT 0 git clone https://github.com/ovn-org/ovn.git ./ovn\n--depth 1 --branch 03b95a4566a15f7544f4cdf35629dacede4dcf55\nfatal: Remote branch 03b95a4566a15f7544f4cdf35629dacede4dcf55\nnot found in upstream origin\n\nCloses-Bug: #2023020\nChange-Id: I748354964a133e028e12458cc9014d6d014cbdb9\n"
    },
    {
      "commit": "e261bd809e81c01c153cdcdb50be47ed3c89c46a",
      "tree": "73c604a299a46e7d3fed32733472680be99aeb06",
      "parents": [
        "931b45defd07991890707b434638166800ec948a"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Jul 19 16:04:12 2023 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Jul 19 16:04:12 2023 -0400"
      },
      "message": "Always set image_uuid_alt in configure_tempest()\n\nWhen there is only a single image, configure_tempest()\nneeds to always set image_uuid_alt the same as image_uuid,\nelse it will fail trying to determine the size of the\nflavor to use for it later in the function.\n\nIntroduced by [0], and subsequent change did not fix it.\n\n[0] https://review.opendev.org/c/openstack/devstack/+/886795\n\nChange-Id: Ibfe99ff732570dbd415772c5625f43e35b68c871\nRelated-bug: #2028123\n"
    },
    {
      "commit": "931b45defd07991890707b434638166800ec948a",
      "tree": "2ee68971089b3ee29ede6c55e6a0b3883bbc6b77",
      "parents": [
        "16b34a92ae8b2dc407c10edccccf4cd073fd31ba"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Wed Jul 19 12:15:52 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Wed Jul 19 12:28:39 2023 +0530"
      },
      "message": "Handle more than 1 image while configuring tempest\n\n[1] caused a regression causing failures when\nmore than 1 images are setup. Fixing it by correctly\nusing the array variable. Also add a break in the\nfor loop once if condition is met.\n\n[1] https://review.opendev.org/c/openstack/devstack/+/886795\n\nCloses-Bug: #2028123\nChange-Id: I4f13c1239312bbcca8c65e875d65d03702161c18\n"
    },
    {
      "commit": "16b34a92ae8b2dc407c10edccccf4cd073fd31ba",
      "tree": "e20445968692704e75d717cb2763334c0bc17da3",
      "parents": [
        "b368c9fb5ebcfe55ff68eebd4fd6a1d8f5209140",
        "e32715b2515fdae523a3d113a881f0a57fff9410"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 18 18:25:27 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 18 18:25:27 2023 +0000"
      },
      "message": "Merge \"Set two different image in tempest irespective of DEFAULT_IMAGE_NAME\""
    },
    {
      "commit": "b368c9fb5ebcfe55ff68eebd4fd6a1d8f5209140",
      "tree": "bfa3f6c33e11b7ea05566d5489bbd15e50bea9e4",
      "parents": [
        "92f62fe18426b8667025e538c44d85bfcb62b386",
        "ad029c0e8b66d81889c80d4a68b4654dd169fecf"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jul 17 15:16:38 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 17 15:16:38 2023 +0000"
      },
      "message": "Merge \"The AZ filter is deprecated and planned for removal this cycle\""
    },
    {
      "commit": "92f62fe18426b8667025e538c44d85bfcb62b386",
      "tree": "d89ea556eb19a1076a376f3c24545c7b022ec2dd",
      "parents": [
        "58c80b2424623096e4a1f7a901f424be0ce6cb3f",
        "7288df34f8513caf6f3985c75855feb572f6b004"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jul 06 11:14:43 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 06 11:14:43 2023 +0000"
      },
      "message": "Merge \"Add 10 second buffer for uwsgi service stop\""
    },
    {
      "commit": "58c80b2424623096e4a1f7a901f424be0ce6cb3f",
      "tree": "0d566ed8721e1db322efbe5ac7561b756e493413",
      "parents": [
        "27568ea33460b9ea4635a7d0a0bb06d32654150b"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue Jun 27 12:16:32 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Jun 28 14:13:22 2023 -0700"
      },
      "message": "nova: Bump timeout-per-gb for BFV rebuild ops\n\nThis increases the timeout we use to wait for cinder to perform a\nvolume reimage. Since devstack is often running on a single machine\nwith non-production IO performance, we should bump this limit to avoid\nhitting it before the rebuild completes.\n\nChange-Id: Ie2663b951acb0c1a65597a39e032948764e6ae6a\n"
    },
    {
      "commit": "e32715b2515fdae523a3d113a881f0a57fff9410",
      "tree": "4f9c4024cf7690e14563549c3c0ebdb20fa51a49",
      "parents": [
        "39228451b6542ff63f288affbda13897089eb16d"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jun 22 21:10:31 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jun 27 13:43:47 2023 -0500"
      },
      "message": "Set two different image in tempest irespective of DEFAULT_IMAGE_NAME\n\nIn current logic to set two different image in Tempest in config\noption image_ref and image_ref_alt, we consider if DEFAULT_IMAGE_NAME\nis found in glance then set the same image in tempest for those\ntwo config option. This means even we have two different image available\nin glance, still we set same image in image_ref as well as image_ref_alt\nand all the rebuild tests are rebuilt on the same image.\n\nI could not find any reason why we set same image if DEFAULT_IMAGE_NAME\nexist, below are the original change added this logic\n- https://review.opendev.org/c/openstack/devstack/+/17553\n\nWe had a requirement of test to run on two different images\n- https://review.opendev.org/c/openstack/tempest/+/831018\n\nand for that we need to set DEFAULT_IMAGE_NAME to non exist image\nname but that broke the Ironic which was reply on the valid name\nin DEFAULT_IMAGE_NAME\n- https://review.opendev.org/c/openstack/ironic/+/886790\n\nAs we do not have any reason not to set two different image\nif DEFAULT_IMAGE_NAME is set, I am removing the condition of\nDEFAULT_IMAGE_NAME from lib/tempest logic and always set two\ndifferent images if they are available.\n\nDepends-On: https://review.opendev.org/c/openstack/tempest/+/886796\n\nChange-Id: I9d215f48d4440f2fa6dcc0d222a10896caf01215\n"
    },
    {
      "commit": "27568ea33460b9ea4635a7d0a0bb06d32654150b",
      "tree": "6d0db15b6efed3a1cf521b1964e0528cf864c771",
      "parents": [
        "39228451b6542ff63f288affbda13897089eb16d"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Tue Jun 27 02:19:53 2023 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Tue Jun 27 02:19:53 2023 +0000"
      },
      "message": "Updated from generate-devstack-plugins-list\n\nChange-Id: I6fd6a718ce39d849342b30970ca39477ce285374\n"
    },
    {
      "commit": "4a1b2808af68ab50a15a9c16bfe217fac50bf309",
      "tree": "a76a558ef38f82b50d0dc9060fae3b9cf1c92d8d",
      "parents": [
        "39228451b6542ff63f288affbda13897089eb16d"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Mon Jun 26 12:23:58 2023 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Mon Jun 26 12:23:58 2023 +0200"
      },
      "message": "Remove unused file\n\nThis was forgotten in [0]\n\n[0] I20501fec140998b91c9ddfd84b7b10168624430a\n\nChange-Id: Iacd86e3953f573a0fc38dc4898aafefccb3a9a79\n"
    },
    {
      "commit": "ad029c0e8b66d81889c80d4a68b4654dd169fecf",
      "tree": "0242423a8f96b5bc78413ad3f5271f9c2dd7b1e8",
      "parents": [
        "39228451b6542ff63f288affbda13897089eb16d"
      ],
      "author": {
        "name": "Sean Mooney",
        "email": "work@seanmooney.info",
        "time": "Mon Jun 26 10:57:49 2023 +0100"
      },
      "committer": {
        "name": "Sean Mooney",
        "email": "work@seanmooney.info",
        "time": "Mon Jun 26 11:00:24 2023 +0100"
      },
      "message": "The AZ filter is deprecated and planned for removal this cycle\n\nTo facilitate that this change removes it form the default filter\nlist. By default nova has used placement for AZs so this filter\nhas not been requried since xena.\n\nChange-Id: Ie5e216dd8c2a7ecf43cc6954ec4f73d4d67b5b3b\n"
    },
    {
      "commit": "7288df34f8513caf6f3985c75855feb572f6b004",
      "tree": "525352485c7ce816ece3aca2de1819bc0c6dca17",
      "parents": [
        "c152a409dd72f742c5a52949282207bedf880565"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Jun 16 14:25:33 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Wed Jun 21 18:14:27 2023 +0530"
      },
      "message": "Add 10 second buffer for uwsgi service stop\n\nDefault for systemd TimeoutStopSec is 90 seconds\nand that is same for default graceful shutdown of\nuwsgi service(WORKER_TIMEOUT).\n\nDue to the Related-Bug graceful stop attempt\nfails and there is no room for force shutdown.\nThis patch reduces default for WORKER_TIMEOUT by\n10 seconds so there is a buffer to force stop the\nservice.\n\nCloses-Bug: #2020643\nRelated-Bug: #2015065\nChange-Id: I6aacac94f9697088338b3d2f99d8eaa22c2be67b\n"
    },
    {
      "commit": "39228451b6542ff63f288affbda13897089eb16d",
      "tree": "430370fcc05cf746da76f986d7b130eb3add6297",
      "parents": [
        "c152a409dd72f742c5a52949282207bedf880565"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Thu Jun 15 10:46:51 2023 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Thu Jun 15 10:46:51 2023 +0200"
      },
      "message": "Bump default cirros version to 0.6.2\n\nCirros has made a new release, including a newer kernel that should fix\nsome issues when using nested virtualization.\n\nRelated-Bug: 2023559\nChange-Id: I63469371b13801094a3ee1baae6e343999fbefa5\n"
    },
    {
      "commit": "c152a409dd72f742c5a52949282207bedf880565",
      "tree": "f4a3ca5737a20990a077e8b275a3facd4023cc1e",
      "parents": [
        "9d9f15725f36e68534f29f3a5385badf259abcfe",
        "6764eab2644b2f76769e4492ab136ff65763d2ef"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jun 12 17:20:11 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 12 17:20:11 2023 +0000"
      },
      "message": "Merge \"Remove usage of neutron-debug since it has been removed\""
    },
    {
      "commit": "9d9f15725f36e68534f29f3a5385badf259abcfe",
      "tree": "d9960b2644c2fea9628a9ae424a08983a4e25088",
      "parents": [
        "f1c5442becad6fcdfb16676e8bc99835d4a75b22",
        "a13201646d7ca50d92c44b73ba3f20bbf0f3f1d3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jun 12 16:52:00 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 12 16:52:00 2023 +0000"
      },
      "message": "Merge \"Install systemd-coredump on Debian-based distros\""
    },
    {
      "commit": "f1c5442becad6fcdfb16676e8bc99835d4a75b22",
      "tree": "d9ef1956f7418659036b78476d9bf22d998b0568",
      "parents": [
        "c424a7a299e37004d318107648bb18e157344985"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Sat Jun 10 03:07:59 2023 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Sat Jun 10 03:07:59 2023 +0000"
      },
      "message": "Updated from generate-devstack-plugins-list\n\nChange-Id: Icc3aa69d7bbfa217676402682454cd4b37fb6c29\n"
    },
    {
      "commit": "fbc1865dc4e5b84ebafaf1d30cffc582ae3f0c0f",
      "tree": "81af76b7813eea4df0365d5e6ef47797a6886b67",
      "parents": [
        "c424a7a299e37004d318107648bb18e157344985"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Wed Jun 07 15:19:37 2023 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Wed Jun 07 15:19:37 2023 +0200"
      },
      "message": "Drop Fedora support\n\nFedora 36 is EOL, also opendev is dropping support for Fedora images\ncompletely since interest in running jobs on that platform is no longer\nexisting. CentOS 9 Stream has evolved as replacement platform for new\nfeatures.\n\nOnly drop the Zuul configuration and the tag in stack.sh for now plus\nupdate some docs. Cleanup of the deployment code will be done in a\nsecond step.\n\nChange-Id: Ica483fde27346e3939b5fc0d7e0a6dfeae0e8d1e\n"
    },
    {
      "commit": "a13201646d7ca50d92c44b73ba3f20bbf0f3f1d3",
      "tree": "136debd18c3ac45194f00f0fd457c60639db0b5c",
      "parents": [
        "c424a7a299e37004d318107648bb18e157344985"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Tue May 30 13:31:05 2023 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Tue May 30 13:31:05 2023 -0400"
      },
      "message": "Install systemd-coredump on Debian-based distros\n\nOn Debian-based distros, the \u0027coredumpctl\u0027 command is\nprovided by the systemd-coredump package, which is not\ninstalled by default. On failure, when \"post\" commands\nare executed this error is seen:\n\n  controller | /bin/bash: line 1: coredumpctl: command not found\n\nInstall it along with other libvirt packages to avoid\nthe error.\n\nOn Fedora distros it is in the systemd package, so the\nproblem is not seen since it is always installed.\n\nChange-Id: I6012bd3240d68736a5db8ae49dc32098a086f320\n"
    },
    {
      "commit": "c424a7a299e37004d318107648bb18e157344985",
      "tree": "251c270023ad8a20bba8e01738e376ab67e9d639",
      "parents": [
        "a37b6abc8ecab1a32593aecdf8f74d54f3c4adb1",
        "b2ad00cb66bd38ec6179d3bd1bf41556b966dc8c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon May 29 13:14:36 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 29 13:14:36 2023 +0000"
      },
      "message": "Merge \"Use RDO official CloudSIG mirrors for C9S deployments\""
    },
    {
      "commit": "b2ad00cb66bd38ec6179d3bd1bf41556b966dc8c",
      "tree": "3d502b557eb56bdc8742cb24617c34050a8aeefa",
      "parents": [
        "dfd7aeaf6c7d5f84e48f0c0002eacde7c22e9063"
      ],
      "author": {
        "name": "Alfredo Moralejo",
        "email": "amoralej@redhat.com",
        "time": "Wed May 24 21:03:28 2023 +0200"
      },
      "committer": {
        "name": "Alfredo Moralejo",
        "email": "amoralej@redhat.com",
        "time": "Fri May 26 14:22:20 2023 +0200"
      },
      "message": "Use RDO official CloudSIG mirrors for C9S deployments\n\nInstead of using RDO Trunk repo server, CentOS official mirrors provide\na most reliable infrastructure and supports EMS which is required when\nenabling FIPS in C9S.\n\nIn order to install the rdo-release rpm from repo.fedoraproject.org,\nwhich does not support EMS, I\u0027m using a workaround to wget, which works\nwith non-EMS servers because it uses gnutls instead of openssl, and\ninstall it locally with rpm.\n\nThis is also consistent to CentOS 8 implementatioin.\n\nCloses-Bug: #2020661\nCloses-Bug: #2020434\nChange-Id: Icd99f467d47aaafaaf3ee8f2a3c4da08842cb672\n"
    },
    {
      "commit": "a37b6abc8ecab1a32593aecdf8f74d54f3c4adb1",
      "tree": "94b7b3483f0d7e78de812ba3d71d7b319f6663ac",
      "parents": [
        "cc49f4debbea1951d745ca7e7994662468e5d6b8"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Fri May 26 13:46:42 2023 +0200"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Fri May 26 13:46:42 2023 +0200"
      },
      "message": "Resolve distutils deprecation warning\n\nThe distutils package is deprecated and slated for removal in\nPython 3.12. Let\u0027s use shutil.which which is also recomended\nby PEP 632: https://peps.python.org/pep-0632/#migration-advice\n\nCloses-Bug: #2009229\nChange-Id: Ibb2a9731449e765c4a56952a9f02679e9618778b\n"
    },
    {
      "commit": "cc49f4debbea1951d745ca7e7994662468e5d6b8",
      "tree": "5826700b14b0a67be701014e8223751d75e5e121",
      "parents": [
        "dfd7aeaf6c7d5f84e48f0c0002eacde7c22e9063",
        "cb1ec1834de0b1eaddb02b7847b21d1d617efb6e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu May 25 01:29:42 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 25 01:29:42 2023 +0000"
      },
      "message": "Merge \"Enable GLANCE_ENFORCE_SCOPE to True by default\""
    },
    {
      "commit": "dfd7aeaf6c7d5f84e48f0c0002eacde7c22e9063",
      "tree": "1f3500fc3f73b71436225745b6f5b28c38a56599",
      "parents": [
        "14152d27b086c6a87b50e01099b382c52912aad2",
        "bfa43975bca48bb021fb266a206885c5b09f5f45"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 24 02:23:03 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 24 02:23:03 2023 +0000"
      },
      "message": "Merge \"Enable NOVA_ENFORCE_SCOPE to True by default\""
    },
    {
      "commit": "14152d27b086c6a87b50e01099b382c52912aad2",
      "tree": "03f011136a9468c3543fa58e870fa95efabd2c0c",
      "parents": [
        "d0e0900ed9675f6d210d50df2536bdaecaf9662b",
        "b5f4b1148a3f646a82a759f1dde3da1f74eb803c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue May 23 16:08:54 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 23 16:08:54 2023 +0000"
      },
      "message": "Merge \"Revert \"Revert \"Bump cirros version to 0.6.1\"\"\""
    },
    {
      "commit": "d0e0900ed9675f6d210d50df2536bdaecaf9662b",
      "tree": "f77fff66bd020ce8bf8226623f1e2082c5e6ac4e",
      "parents": [
        "5d77dcc7ff56bc1d5ad584ab1841bf4f4bbdb84b",
        "814e659e32a919ea68c29451753aa49c993ce5ed"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon May 22 22:28:40 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 22 22:28:40 2023 +0000"
      },
      "message": "Merge \"Default MYSQL_REDUCE_MEMORY\u003dTrue\""
    },
    {
      "commit": "5d77dcc7ff56bc1d5ad584ab1841bf4f4bbdb84b",
      "tree": "0ea78b2f55639ed5d702fc4082aa20486322bb43",
      "parents": [
        "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa",
        "a2943894031e5b1c7662512d54ffb75a3cd3ca9d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon May 22 19:49:25 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 22 19:49:25 2023 +0000"
      },
      "message": "Merge \"Set dhcp_client based on cirros version\""
    },
    {
      "commit": "814e659e32a919ea68c29451753aa49c993ce5ed",
      "tree": "ff88cf24a290273a31513a53fb32819758ac7a77",
      "parents": [
        "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon May 22 10:25:38 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon May 22 10:25:38 2023 -0700"
      },
      "message": "Default MYSQL_REDUCE_MEMORY\u003dTrue\n\nWe have lots of evidence that this is a net benefit, so enable it\nby default instead of everyone having to opt-in.\n\nChange-Id: I66fa1799ff5177c3667630a89e15c072a8bf975a\n"
    },
    {
      "commit": "b5f4b1148a3f646a82a759f1dde3da1f74eb803c",
      "tree": "fc70c654a06cd4ae976b1b71741c7087898fd064",
      "parents": [
        "a2943894031e5b1c7662512d54ffb75a3cd3ca9d"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Tue Apr 25 20:01:42 2023 +0000"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "frickler@offenerstapel.de",
        "time": "Mon May 22 12:56:34 2023 +0000"
      },
      "message": "Revert \"Revert \"Bump cirros version to 0.6.1\"\"\n\nThis reverts commit 37d11d00e56ec6ff402a13a28ec308c13291a937.\n\nReason for revert: reverting this revert as the issue caused by the original patch (before the first revert) is fixed by:\nhttps://review.opendev.org/c/openstack/devstack/+/881504\n\nTherefore we can proceed with the cirros version bump.\n\nChange-Id: I43e2b04a0142c19fb1a79da5a33cc444149e18f1\n"
    },
    {
      "commit": "a2943894031e5b1c7662512d54ffb75a3cd3ca9d",
      "tree": "6f2054f500cbe3a7782843cd67c179e9b033677a",
      "parents": [
        "2e607b0cbd91d9243c3e9424a500598c72ae34ad"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Tue Apr 25 21:50:31 2023 +0200"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Mon May 22 12:22:30 2023 +0200"
      },
      "message": "Set dhcp_client based on cirros version\n\nThis change allows us to bump the default cirros version\nin devstack. Since cirros version 0.6.0 dhcpcd is the default\ndhcp client. The older cirros images used udhcpc client (the only\navailable client at that time) which is also the default client\nin Tempest.\nThis patch makes devstack configure dhcpcd client in tempest.conf\nif cirros \u003e\u003d 0.6.0 is going to be used in scenario tests.\n\nThe commit also introduces a new SCENARIO_IMAGE_TYPE option.\nIt is now a trigger for cirros specific settings, later it might\nbe used for any other image\u0027s settings.\n\nCloses-Bug: #2007973\nChange-Id: I2738c3b1d302c6656ce2c209671ea954fbc1b05b\n"
    },
    {
      "commit": "cb1ec1834de0b1eaddb02b7847b21d1d617efb6e",
      "tree": "171def3a38fb1f66d1b7f70981b224699d8c4bdd",
      "parents": [
        "bfa43975bca48bb021fb266a206885c5b09f5f45"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 18 19:58:41 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 19 19:24:25 2023 +0000"
      },
      "message": "Enable GLANCE_ENFORCE_SCOPE to True by default\n\nGlance antelope release has enabled the RBAC new defaults\nby default\n- https://review.opendev.org/c/openstack/glance/+/872522\n\nWith the latest release of Glance have new defaults enable,\nwe should test the same by default in devstack. This change\nmake GLANCE_ENFORCE_SCOPE flag to True by default so that every\njob will run with Glance new defaults.\n\nAs old defaults are still supported (in deprecated way), we will keep\nGLANCE_ENFORCE_SCOPE flag so that we can have a single job can disable\nthe new defaults and continue testing the old defaults.\n\nDepends-On: https://review.opendev.org/c/openstack/tempest/+/883701\n\nChange-Id: Idde6f3cb766597575ca822f21b4bb3a465e5e753\n"
    },
    {
      "commit": "bfa43975bca48bb021fb266a206885c5b09f5f45",
      "tree": "4c77671ef6084460409044328fb735ebc70a2c6d",
      "parents": [
        "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 18 12:54:19 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 18 12:54:19 2023 -0500"
      },
      "message": "Enable NOVA_ENFORCE_SCOPE to True by default\n\nNova antelope release has enabled the RBAC new defaults\nby default\n- https://review.opendev.org/c/openstack/nova/+/866218\n\nWith the latest release of Nova have new defaults enable,\nwe should test the same by default in devstack. This change\nmake NOVA_ENFORCE_SCOPE flag to True by default so that every\njob will run with Nova new defaults.\n\nAs old defaults are still supported (in deprecated way), we will keep\nNOVA_ENFORCE_SCOPE flag so that we can have a single job can disable\nthe new defaults and continue testing the old defaults.\n\nChange-Id: Id56819f03c19a5b7fe30adf799ecd3b8aeb67695\n"
    },
    {
      "commit": "6764eab2644b2f76769e4492ab136ff65763d2ef",
      "tree": "7fd9498c53cf7f71282a3f4cd2083805a0031584",
      "parents": [
        "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Fri May 12 16:34:08 2023 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Fri May 12 16:34:08 2023 -0400"
      },
      "message": "Remove usage of neutron-debug since it has been removed\n\nThe neutron-debug command was deprecated and finally removed,\nso tools/ping_neutron.sh can no longer rely on it to create\na probe namespace. Instead, just try and use any namespace\nwith the network ID in it, since it\u0027s either the DHCP (ML2/OVS)\nor Metadata (OVN) namespace, which should work just as well.\n\nAs this code is rarely (never?) used, this best-effort attempt\nis good enough.\n\nChange-Id: I98c992a2a774ef1fb22cee2e90ee342ab2d537ac\nDepends-on: https://review.opendev.org/c/openstack/neutron/+/883081\n"
    },
    {
      "commit": "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa",
      "tree": "28f7b75be0eaa0059067a0c6736fd2dae2196cda",
      "parents": [
        "d2e95a11266374d9e291dfad1833535892313cc6",
        "e8915786e1e007742f47fee507b1b6288b6cedae"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu May 04 18:46:35 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 04 18:46:35 2023 +0000"
      },
      "message": "Merge \"git: support git checkout for a commit hash\""
    },
    {
      "commit": "d2e95a11266374d9e291dfad1833535892313cc6",
      "tree": "e29d0640ec8a5138bfcb5fcbe9c9bc6796733e06",
      "parents": [
        "2e607b0cbd91d9243c3e9424a500598c72ae34ad",
        "991a2794a3d6424f3b25cde471342846f9876470"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Apr 26 19:23:16 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Apr 26 19:23:16 2023 +0000"
      },
      "message": "Merge \"Fix name for neutron tempest uwsgi job\""
    },
    {
      "commit": "2e607b0cbd91d9243c3e9424a500598c72ae34ad",
      "tree": "7af703f4739f09208729d1ffc0a7b6c3748b4dcc",
      "parents": [
        "b33ec4bf1bec70f9a95af55fe47d30418c7325c2",
        "15b2e429685fc753759ef8f3773ac559424e028f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Apr 20 23:55:40 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 20 23:55:40 2023 +0000"
      },
      "message": "Merge \"Modify devstack-base to allow for fips\""
    },
    {
      "commit": "e8915786e1e007742f47fee507b1b6288b6cedae",
      "tree": "2ba1acf8647a81197807e573ac57f31fed9908e2",
      "parents": [
        "b33ec4bf1bec70f9a95af55fe47d30418c7325c2"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Apr 19 16:57:44 2023 -0400"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Apr 20 11:06:37 2023 -0400"
      },
      "message": "git: support git checkout for a commit hash\n\ngit_clone assumes a branch or a tag is passed as the last argument, and\nit fails when a commit hash is passed, as in:\n\ntimeout -s SIGINT 0 git clone https://github.com/ovn-org/ovn.git\n/opt/stack/ovn --branch 36e3ab9b47e93af0599a818e9d6b2930e49473f0\nCloning into \u0027/opt/stack/ovn\u0027...\nfatal: Remote branch 36e3ab9b47e93af0599a818e9d6b2930e49473f0 not found\nin upstream origin\n\nChange-Id: Id1328d7cba418fa7c227ae9db4fe83c09fd06035\n"
    },
    {
      "commit": "b33ec4bf1bec70f9a95af55fe47d30418c7325c2",
      "tree": "dd37f654de09384046485ed68795f1f09bf8a030",
      "parents": [
        "42517968ff7bdced07c5bc08b6cb2b8d10d246cc",
        "ec07b343d25e9964db57ef9c3e2a89deeb5ac56e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Apr 18 17:15:32 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 18 17:15:32 2023 +0000"
      },
      "message": "Merge \"Remove support for opensuse\""
    },
    {
      "commit": "991a2794a3d6424f3b25cde471342846f9876470",
      "tree": "56aefab5a0d7db491ba951c802b4f9126522c51d",
      "parents": [
        "fa42b3ca7bbac7746644693241ea1dd58a4939f0"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Mon Apr 17 13:00:21 2023 +0530"
      },
      "committer": {
        "name": "yatin",
        "email": "ykarel@redhat.com",
        "time": "Mon Apr 17 11:17:37 2023 +0000"
      },
      "message": "Fix name for neutron tempest uwsgi job\n\nThis was renamed long back in [1].\n\n[1] https://review.opendev.org/c/openstack/neutron/+/797051\n\nChange-Id: If11e975fd890f55f99efc2c7d8122256ff831ad8\n"
    },
    {
      "commit": "15b2e429685fc753759ef8f3773ac559424e028f",
      "tree": "b12e91d9e38eec774b2a6eef856f6b4a548eba30",
      "parents": [
        "fa42b3ca7bbac7746644693241ea1dd58a4939f0"
      ],
      "author": {
        "name": "Ade Lee",
        "email": "alee@redhat.com",
        "time": "Tue Jan 24 14:44:13 2023 +0100"
      },
      "committer": {
        "name": "Ade Lee",
        "email": "alee@redhat.com",
        "time": "Mon Apr 17 08:43:22 2023 +0000"
      },
      "message": "Modify devstack-base to allow for fips\n\ndevstack-base is changed to descend from\nopenstack-multinode-fips which is defined in\nproject-config.\n\nThis allows jobs to execute the enable_fips playbook\nto enable FIPS mode on the node, but only if they\nopt-in by setting enable_fips to True.  Otherwise,\nthis is a no-op.\n\nChange-Id: I5631281662dbd18056ffba291290ed0978ab937e\n"
    },
    {
      "commit": "42517968ff7bdced07c5bc08b6cb2b8d10d246cc",
      "tree": "a1dc75494b07a4957e938453299688b20051dd1e",
      "parents": [
        "fa42b3ca7bbac7746644693241ea1dd58a4939f0"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Apr 14 19:06:03 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Apr 14 20:01:36 2023 +0530"
      },
      "message": "[ovs] Reload ovs kernel module always\n\nIrrespective of build_modules is True\nor False reload ovs modules always.\n\nIf ovs is installed from package before(like\nwith multi-node-bridge role), then installing\novs from source requires openvswitch kernel\nmodule to be reloaded.\n\nThe issue was not seen before jammy as there\nmodule was reloaded when build_modules was set\nto True.\n\nCloses-Bug: #2015364\nChange-Id: I1785b49b2ef72ca1f817f504d5ea56021410c052\n"
    },
    {
      "commit": "fa42b3ca7bbac7746644693241ea1dd58a4939f0",
      "tree": "adfc91690e0ca313cf0ed6455e956399de5d5c46",
      "parents": [
        "b10c06027273d125f2b8cd14d4b19737dfb94b94"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 14 02:16:59 2023 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 14 02:16:59 2023 +0000"
      },
      "message": "Updated from generate-devstack-plugins-list\n\nChange-Id: I84015f860155e5c8ec3bcf54353d91405a13e549\n"
    },
    {
      "commit": "80c3ffe154fd79e03d8c4258b500b77a26efa008",
      "tree": "b9eebbcbeef7c0365dd5f9fa646c7a190a804902",
      "parents": [
        "b10c06027273d125f2b8cd14d4b19737dfb94b94"
      ],
      "author": {
        "name": "Sean Mooney",
        "email": "work@seanmooney.info",
        "time": "Mon Mar 27 20:56:20 2023 +0000"
      },
      "committer": {
        "name": "Sean Mooney",
        "email": "work@seanmooney.info",
        "time": "Mon Mar 27 20:58:37 2023 +0000"
      },
      "message": "Fix reboot on fedora like nodes\n\nThis change enables httpd in systemd so that it\nstarts after a reboot and updates how selinux is\ndisabled to use /etc/selinux/config in addtion\nto setenforce.\n\nChange-Id: I5ea8693c0b967937483bd921b1d9984ea14bc723\n"
    },
    {
      "commit": "b10c06027273d125f2b8cd14d4b19737dfb94b94",
      "tree": "259f58a289cde8342be1e71d59b03f487d2d1a02",
      "parents": [
        "4dfb67a831686279acd66f65e51beba42f675c91",
        "aa47cb34ae25b66e46a216e1c9b7b668615b520b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 27 14:20:04 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 27 14:20:04 2023 +0000"
      },
      "message": "Merge \"Add config options for cinder nfs backend\""
    },
    {
      "commit": "4dfb67a831686279acd66f65e51beba42f675c91",
      "tree": "faee39df415fc0d09c0b4da0e1e76dddfc95af68",
      "parents": [
        "1898a683be78622445e48f1f071cf7188ab19450",
        "07a7293721736e1184ae7dc22da33b2ce7babf61"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 01:59:49 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 01:59:49 2023 +0000"
      },
      "message": "Merge \"Update DEVSTACK_SERIES to 2023.2\""
    },
    {
      "commit": "1898a683be78622445e48f1f071cf7188ab19450",
      "tree": "06fa0e9f543b68338b99e5a8a344bfa839923f1e",
      "parents": [
        "35c9afffa5d2988c1438e45692ef87b9d9d7ab3b"
      ],
      "author": {
        "name": "Rajat Dhasmana",
        "email": "rajatdhasmana@gmail.com",
        "time": "Tue Mar 14 05:35:33 2023 +0000"
      },
      "committer": {
        "name": "Rajat Dhasmana",
        "email": "rajatdhasmana@gmail.com",
        "time": "Wed Mar 15 07:21:54 2023 +0000"
      },
      "message": "Create multiattach volume type for tempest\n\nCreating multiattach volume is a non-admin operation but creating\nmultiattach volume type is an admin operation.\nPreviously cinder allowed creating multiattach volumes without a\nvolume type but that support is being removed with[1].\nThe change requires updating tempest tests[2] but some tempest\ntests are non-admin, which require admin priviledges to create the\nmultiattach volume type.\nBased on the last discussion with tempest team[3], the proposed\nsolution is to create a multiattach volume type in devstack,\nif ENABLE_VOLUME_MULTIATTACH is True, and use it in tempest\ntests. Similar to how admins create multiattach volume types\nfor non-admin users.\n\nThis patch creates a multiattach volume type if\nENABLE_VOLUME_MULTIATTACH is True. Also we set the multiattach\ntype name as a tempest config option \u0027volume_type_multiattach\u0027.\n\n[1] https://review.opendev.org/c/openstack/cinder/+/874865\n[2] https://review.opendev.org/c/openstack/tempest/+/875372\n[3] https://meetings.opendev.org/irclogs/%23openstack-cinder/%23openstack-cinder.2023-03-13.log.html#t2023-03-13T18:47:56\n\nChange-Id: Icd3690565bf7b27898cd206641e612da3993703d\n"
    },
    {
      "commit": "35c9afffa5d2988c1438e45692ef87b9d9d7ab3b",
      "tree": "5327bd3c81b05d214f08008f60f109a8e14d5d15",
      "parents": [
        "3894077e6c002d5238423a17846bd2c1afc6a00b",
        "f834f9adaf9c228ff4ec6a5e24e6d4cf3ca6a992"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 13 18:52:52 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 13 18:52:52 2023 +0000"
      },
      "message": "Merge \"Fix NotImplementedError in dbcounter on SQLA 2.x\""
    },
    {
      "commit": "3894077e6c002d5238423a17846bd2c1afc6a00b",
      "tree": "8717a556b9703bdb35a20cc5ada0568a0e8d5156",
      "parents": [
        "ab8e51eb49068a8c5004007c18fdfb9b1fcc0954",
        "a84b2091cf2c84eb4b81e542233bf446440e02b1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 13 12:57:35 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 13 12:57:35 2023 +0000"
      },
      "message": "Merge \"Rehome functions to enable Neutron\u0027s segments integration\""
    },
    {
      "commit": "07a7293721736e1184ae7dc22da33b2ce7babf61",
      "tree": "a3690e49ff15f835aec45e6161b162f374ea5c91",
      "parents": [
        "35c9afffa5d2988c1438e45692ef87b9d9d7ab3b"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 10 20:30:53 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 10 20:30:53 2023 -0600"
      },
      "message": "Update DEVSTACK_SERIES to 2023.2\n\nstable/2023.1 branch has been created now and\ncurrent master is for 2023.2.\n\nChange-Id: Ibd499ac35a38a5c1818c1df6009c5273ef3e90f7\n"
    },
    {
      "commit": "f834f9adaf9c228ff4ec6a5e24e6d4cf3ca6a992",
      "tree": "ba76ecdeb3276dd4f464a5a79e4c7aabdf9776b6",
      "parents": [
        "ab8e51eb49068a8c5004007c18fdfb9b1fcc0954"
      ],
      "author": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Mon Mar 06 18:47:03 2023 +0000"
      },
      "committer": {
        "name": "Michael Johnson",
        "email": "johnsomor@gmail.com",
        "time": "Mon Mar 06 20:09:10 2023 +0000"
      },
      "message": "Fix NotImplementedError in dbcounter on SQLA 2.x\n\nThis patch fixes a NotImplementedError raised in the dbcounter plugin when using SQLAlchemy 2.x. The plugin signature has changed and now requires an \"update_url\" method as part of the plugin[1].\nThis patch also updates the do_incr() explicit SQL string to use a TextClause and the new requirement for named bound parameters[2].\n\nCloses-Bug: #2009521\n\n[1] https://docs.sqlalchemy.org/en/20/changelog/migration_14.html#changes-to-createengineplugin\n[2] https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#execute-method-more-strict-execution-options-are-more-prominent\n\nChange-Id: Ie5484597057a3306757cc46b657446ad61ac2098\n"
    },
    {
      "commit": "03c3fd763e301077ecfa0a2d3428a091bedd691d",
      "tree": "fe0016b967b6829946246cf255ecc37214783de2",
      "parents": [
        "ab8e51eb49068a8c5004007c18fdfb9b1fcc0954"
      ],
      "author": {
        "name": "Yamato Tanaka",
        "email": "yatanaka@redhat.com",
        "time": "Fri Feb 10 19:44:20 2023 +0900"
      },
      "committer": {
        "name": "Yamato Tanaka",
        "email": "yatanaka@redhat.com",
        "time": "Fri Mar 03 14:47:10 2023 +0900"
      },
      "message": "Support RHEL 9\n\nThis patch includes changes required to run devstack on RHEL 9.\n\n- en_US.utf8 is provided by glibc-langpack-en\n- iptables command is provided by iptables-nft\n- Use /etc/os-release to identify the distro in RHEL 9 as it doesn\u0027t\n  provide lsb_release command.\n- CRB repository name is different from CentOS 9\n\nChange-Id: I8f6d9263b24f9c2cf82e09258e2d14d7766ad337\n"
    },
    {
      "commit": "ab8e51eb49068a8c5004007c18fdfb9b1fcc0954",
      "tree": "5f1c385873a4a08f8c6f661d7c5b08431a4c130b",
      "parents": [
        "f7d15274f69922c7f91da444a6e10f96cf325575",
        "0572d73f8561f3304f897bf9ee2f63c406cc21b7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 28 06:13:08 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 28 06:13:08 2023 +0000"
      },
      "message": "Merge \"Disable memory_tracker and file_tracker in unstask.sh properly\""
    },
    {
      "commit": "f7d15274f69922c7f91da444a6e10f96cf325575",
      "tree": "d9aa988c9b5a58c8c8911ce432f4932f2baec536",
      "parents": [
        "e5c8e2951f8eed2d618bcb7c1d99adddeca4fffe",
        "37d11d00e56ec6ff402a13a28ec308c13291a937"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Feb 22 09:52:58 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 22 09:52:58 2023 +0000"
      },
      "message": "Merge \"Revert \"Bump cirros version to 0.6.1\"\""
    },
    {
      "commit": "0572d73f8561f3304f897bf9ee2f63c406cc21b7",
      "tree": "b3aaaf7fb8321396f6cabead17a5905e9594136b",
      "parents": [
        "e5c8e2951f8eed2d618bcb7c1d99adddeca4fffe"
      ],
      "author": {
        "name": "Nobuhiro MIKI",
        "email": "nmiki@yahoo-corp.jp",
        "time": "Wed Feb 22 10:38:49 2023 +0900"
      },
      "committer": {
        "name": "Nobuhiro MIKI",
        "email": "nmiki@yahoo-corp.jp",
        "time": "Wed Feb 22 10:38:49 2023 +0900"
      },
      "message": "Disable memory_tracker and file_tracker in unstask.sh properly\n\nstop_dstat() calls stop_process() for dstat, memory_tracker and\nfile_tracker respectively. Inside stop_process(), a check for the\nexistence of the service is performed by is_service_enabled().\n\nSo even if we apply this seemingly dangerous commit,\nis_service_enabled() is respected, so it\u0027s safe.\n\nCloses-Bug: #1998990\nChange-Id: Ica58cdb1d60c4c796f582d82ed2cde0be94b1a7e\nSigned-off-by: Nobuhiro MIKI \u003cnmiki@yahoo-corp.jp\u003e\n"
    },
    {
      "commit": "37d11d00e56ec6ff402a13a28ec308c13291a937",
      "tree": "c3fe07308730aa98b79ec58597e6781ea24a5996",
      "parents": [
        "91efe177b170c3874989affc73842dc4ffbe062d"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Feb 21 21:41:40 2023 +0000"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Feb 21 21:41:40 2023 +0000"
      },
      "message": "Revert \"Bump cirros version to 0.6.1\"\n\nThis reverts commit 91efe177b170c3874989affc73842dc4ffbe062d.\n\nReason for revert: it broke tempest-slow job https://9afe3d390e4175b60a80-89b1085289883615a17bd93ef47f6ca9.ssl.cf5.rackcdn.com/871018/13/gate/tempest-slow-py3/d139ae1/testr_results.html\n\nChange-Id: Ib74e51a780d3e8101f4147db9d24eebea4980fb1\n"
    },
    {
      "commit": "e5c8e2951f8eed2d618bcb7c1d99adddeca4fffe",
      "tree": "a6a1b238c27ddf57688f1f2206cf15d112eae6af",
      "parents": [
        "37322e4e67efc1630742928c82ec17c97ba78466",
        "91efe177b170c3874989affc73842dc4ffbe062d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 20 21:47:05 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 20 21:47:05 2023 +0000"
      },
      "message": "Merge \"Bump cirros version to 0.6.1\""
    },
    {
      "commit": "37322e4e67efc1630742928c82ec17c97ba78466",
      "tree": "d9aa988c9b5a58c8c8911ce432f4932f2baec536",
      "parents": [
        "8adb83a9bb79da6abde6a9f20f6f8305a3409deb",
        "7567359755a105e7278bbf97541332f28228b87d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 20 21:47:01 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 20 21:47:01 2023 +0000"
      },
      "message": "Merge \"Try to reduce mysql memory usage\""
    },
    {
      "commit": "8adb83a9bb79da6abde6a9f20f6f8305a3409deb",
      "tree": "ad613f62ec4ed1faaeda7b74b03141f29dbd0f40",
      "parents": [
        "45ef5741f26c5c910dddadd9ccd2413d6da3e15f",
        "fcc525f4fc5022a4b1f4e3d961e1b27cfbfa9d71"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 20 17:16:42 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 20 17:16:42 2023 +0000"
      },
      "message": "Merge \"Fix rockylinux and make it voting\""
    },
    {
      "commit": "45ef5741f26c5c910dddadd9ccd2413d6da3e15f",
      "tree": "f9a8fc7f81f401e5159b8ff3e60d0d10c0fb5f6c",
      "parents": [
        "48af5d4b1bf5332c879ee52fb4686874b212697f",
        "bfbd2be00b38fbc4a5fd082cf44e0fdf06cc5330"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Feb 17 16:30:07 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 17 16:30:07 2023 +0000"
      },
      "message": "Merge \"Added recursive for deletion of $OVN_RUNDIR\""
    },
    {
      "commit": "7567359755a105e7278bbf97541332f28228b87d",
      "tree": "53d3759794860f57be85d4230d98d0bdd71e4c09",
      "parents": [
        "7533276c0a008bb84a58881494b1d627ec7bdcb9"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Feb 13 14:41:40 2023 +0000"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Thu Feb 16 12:52:50 2023 -0800"
      },
      "message": "Try to reduce mysql memory usage\n\nThese are a few tweaks I applied to my own memory-constrained cloud\ninstances that seemed to help. I have lower performance requirements\nso this may make things worse and not better, but it\u0027s worth seeing\nwhat the impact is. I\u0027ll admit to not knowing the full impact of these\nas they\u0027re mostly collected from various tutorials on lowering memory\nusage.\n\nEnable this for now on devstack-multinode\n\nChange-Id: I7b223391d3de01e3e81b02076debd01d9d2f097c\n"
    },
    {
      "commit": "ec07b343d25e9964db57ef9c3e2a89deeb5ac56e",
      "tree": "8aba9bcbaeeb4deb79b6e317bb1e4bca0096bf3b",
      "parents": [
        "864f4d1ef05e3e539d3537fa4c8d731df9571c9d"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Tue Jan 24 17:38:45 2023 +0100"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Thu Feb 16 12:01:39 2023 +0100"
      },
      "message": "Remove support for opensuse\n\nWe haven\u0027t been testing the distro for a while in CI, e.g. in\nTempest, the jobs on opensuse15 haven\u0027t been executed for a year\nnow.\nTherefore the patch removes opensuse support from devstack.\n\nCloses-Bug: #2002900\nChange-Id: I0f5e4c644e2d14d1b8bb5bc0096d1469febe5fcc\n"
    },
    {
      "commit": "fcc525f4fc5022a4b1f4e3d961e1b27cfbfa9d71",
      "tree": "7c1cdc1bf897a8ac0b413399e55cb24bda395cd6",
      "parents": [
        "48af5d4b1bf5332c879ee52fb4686874b212697f"
      ],
      "author": {
        "name": "Gregory Thiemonge",
        "email": "gthiemon@redhat.com",
        "time": "Thu Feb 16 10:26:32 2023 +0100"
      },
      "committer": {
        "name": "Gregory Thiemonge",
        "email": "gthiemon@redhat.com",
        "time": "Thu Feb 16 10:33:38 2023 +0100"
      },
      "message": "Fix rockylinux and make it voting\n\nSome rockylinux deployments have the curl-minimal package installed by\ndefault (the latest GenericCloud image still has the curl package), it\ntriggers an error when devstack wants to install the curl package.\nFix this issue by swaping curl-minimal with curl before installing base\npackages.\n\nChange-Id: I969e8dc22e7d11c9917a843d9245f33a04fe197d\n"
    },
    {
      "commit": "48af5d4b1bf5332c879ee52fb4686874b212697f",
      "tree": "5edacb4135c29ab390db4cddcc78b6f6b1a0c327",
      "parents": [
        "7533276c0a008bb84a58881494b1d627ec7bdcb9"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Tue Feb 14 17:11:24 2023 +0100"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Tue Feb 14 17:11:24 2023 +0100"
      },
      "message": "Make rockylinux job non-voting\n\nIt is currently failing, let\u0027s unblock the CI until we have a fix.\n\nChange-Id: I7f072ceef57c302eb6ce20e108043d2390e9f481\n"
    },
    {
      "commit": "a84b2091cf2c84eb4b81e542233bf446440e02b1",
      "tree": "fa8cc6173b0acd5c637d63e8a65c1b85fc82daf9",
      "parents": [
        "7533276c0a008bb84a58881494b1d627ec7bdcb9"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Wed Nov 17 11:52:56 2021 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Feb 13 13:36:24 2023 +0000"
      },
      "message": "Rehome functions to enable Neutron\u0027s segments integration\n\nThose functions were part of the neutron devstack plugin but we\ndiscussed it during last PTG [1] and decided to move to the Devstack\nrepo as plugins which are used by e.g. CI jobs which are defined outside\nof the neutron repository.\nPlacement integration is used e.g. in the tempest-slow job which is\ndefined in tempest and used by many different OpenStack projects.\n\n[1] https://etherpad.opendev.org/p/neutron-yoga-ptg#L142\n\nChange-Id: I2c26063896ab2679cffd01227a40a3283caa3b17\n"
    },
    {
      "commit": "7533276c0a008bb84a58881494b1d627ec7bdcb9",
      "tree": "703d5a3cb81bea46e4c08bc0d8e32e02243db8a4",
      "parents": [
        "7fe998109bda8cdd5cb5ba4a0e02c6c83cb0566d",
        "5a6f0bbd4c3c3006a50e9e70c81f31ea1fa409c6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 02 00:50:10 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 02 00:50:10 2023 +0000"
      },
      "message": "Merge \"Remove the neutron bash completion installation\""
    },
    {
      "commit": "7fe998109bda8cdd5cb5ba4a0e02c6c83cb0566d",
      "tree": "1e066fc906575b70edb00dd5bd323343ef58dda7",
      "parents": [
        "71c3c40c269a50303247855319d1d3a5d30f6773"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jan 26 22:28:07 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Jan 27 04:37:07 2023 +0000"
      },
      "message": "Fix setting the tempest virtual env constraints env var\n\nDevstack set the env var TOX_CONSTRAINTS_FILE/UPPER_CONSTRAINTS_FILE\nwhich are used to use the constraints during Tempest virtual env installation.\nThose env var are set to non-master constraint when we need to use non-master\nconstraints but when we need to use the master constraints we do not set/reset\nthem point to master constraints. This create the issue when running the grenade\njob where we run Tempest on the old devstack as well as in the new devstack.\nWhen tempest is installed on old devstack then old tempest is used and it sets\nthese env var to stable/\u003cbranch\u003e constraints (this is the case when old devstack\n(the stable branch is in EM phase) uses the old tempest not the master tempest),\nall good till now. But the problem comes when in the same grenade script run\nupgrade-tempest install the master tempest (when new devstack branches are in\nthe \u0027supported\u0027 phase and use the master tempest means) and are supposed to use\nthe master constraints. But the TOX_CONSTRAINTS_FILE/UPPER_CONSTRAINTS_FILE env\nvar set by old tempest is used by the tempest and due to a mismatch in constraints\nit fails.\n\nThis happened when we tried to pin the stable/wallaby with Tempest 29.0.0\n- https://review.opendev.org/c/openstack/devstack/+/871782\n\nand table/xena grenade job failed (stable/xena use master tempest and supposed\nto use master constraints)\n- https://zuul.opendev.org/t/openstack/build/fb7b2a8b562c42bab4c741819f5e9732/log/controller/logs/grenade.sh_log.txt#16641\n\nWe should set/reset those constraint env var to master constraints if configuration\ntell devstack to use the master constraints.\n\n[1] https://github.com/openstack/devstack/blob/71c3c40c269a50303247855319d1d3a5d30f6773/lib/tempest#L124\n\nCloses-Bug: #2003993\nChange-Id: I5e938139b47f443a4c358415d0d4dcf6549cd085\n"
    },
    {
      "commit": "71c3c40c269a50303247855319d1d3a5d30f6773",
      "tree": "c2dc5ed32d6896c3cde22b166e4bd67489d188f5",
      "parents": [
        "864f4d1ef05e3e539d3537fa4c8d731df9571c9d"
      ],
      "author": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Wed Dec 21 13:50:54 2022 +0100"
      },
      "committer": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Wed Jan 25 11:38:11 2023 +0100"
      },
      "message": "\u0027sudo pkill -f\u0027 should not match the sudo process\n\npkill already takes care that it does not kill itself, however the\nsame problem may happen with \u0027sudo pkill -f\u0027 killing sudo. Use one\nof the usual regex tricks to avoid that.\n\nChange-Id: Ic6a94f516cbc509a2d77699494aa7bcaecf96ebc\nCloses-Bug: #1999395\n"
    },
    {
      "commit": "91efe177b170c3874989affc73842dc4ffbe062d",
      "tree": "5538a9df6071c5ee80db0022b7f9630df51034c7",
      "parents": [
        "0b0e6a647477131b5953858b3eed3d463412779f"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Thu Sep 29 08:38:24 2022 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "frickler@offenerstapel.de",
        "time": "Tue Jan 24 15:51:26 2023 +0000"
      },
      "message": "Bump cirros version to 0.6.1\n\nCirros has made a fresh release, let us use it. Switch the download URLs\nto https and drop an old example that no longer is available.\n\nDepends-On: https://review.opendev.org/c/openstack/tempest/+/871271\nChange-Id: I1d391b871fc9bfa825db30db9434922226b94d8a\n"
    },
    {
      "commit": "5a6f0bbd4c3c3006a50e9e70c81f31ea1fa409c6",
      "tree": "29ec782cfa9491a0c061e8b26ce7ffd51a8dadb7",
      "parents": [
        "864f4d1ef05e3e539d3537fa4c8d731df9571c9d"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jan 21 20:21:26 2023 +0100"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jan 21 20:21:26 2023 +0100"
      },
      "message": "Remove the neutron bash completion installation\n\nThe python-neutronclient CLI code is going to be removed from this\nrepository.\n\nChange-Id: I39b3a43a7742481ec6d9501d5459bf0837ba0122\nRelated-Bug: #2003861\n"
    },
    {
      "commit": "864f4d1ef05e3e539d3537fa4c8d731df9571c9d",
      "tree": "0eea76c7d00d638eab4829d053b0e7ab873b35f0",
      "parents": [
        "69d71cfdf9c24d48fbea366714f4595cbd120723",
        "7fecba2f135f16204050b627bb850a87aa597bad"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Jan 16 22:24:28 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 16 22:24:28 2023 +0000"
      },
      "message": "Merge \"[OVN] Ensure socket files are absent in init_ovn\""
    },
    {
      "commit": "7fecba2f135f16204050b627bb850a87aa597bad",
      "tree": "ed7d010b045e88cf6f43fa7b82a35917d9cb4338",
      "parents": [
        "a52041cd3f067156e478e355f5712a60e12ce649"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Thu Jan 12 17:31:36 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Thu Jan 12 17:35:43 2023 +0530"
      },
      "message": "[OVN] Ensure socket files are absent in init_ovn\n\nJust like we remove db files let\u0027s also remove\nsocket files when initializing ovn. Those will\nreappear once service fully restarts along with\ndb files. Without it we see random issue as\ndescribed in the below bug.\n\nCloses-Bug: #2002629\nChange-Id: I726a9cac9c805d017273aa79e844724f0d00cdf0\n"
    },
    {
      "commit": "69d71cfdf9c24d48fbea366714f4595cbd120723",
      "tree": "cb2b8b2ea4e624eb7b74144fc65673c25aa91a60",
      "parents": [
        "a52041cd3f067156e478e355f5712a60e12ce649"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jan 10 20:13:47 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Jan 11 09:45:12 2023 -0600"
      },
      "message": "Option to disable the scope \u0026 new defaults enforcement\n\nIn this release cycle, a few services are enabling the\nenforce scope and new defaults by default. Example Nova:\n- https://review.opendev.org/c/openstack/nova/+/866218)\n\nUntil the new defaults enalbing by default is not released we\nshould keep testing the old defaults in existing jobs and we can\nadd new jobs testing new defautls. To do that we can provide the\nway in devstack to keep scope/new defaults disable by default which\ncan be enabled by setting enforce_scope variable to true.\n\nOnce any service release the new defaults enabled by default then\nwe can switch the bhavior, enable the scope/new defaults by default\nand a single job can disbale them to keep testing the old defaults\nuntil service does not remove those.\n\nChange-Id: I5c2ec3e1667172a75e06458f16cf3d57947b2c53\n"
    },
    {
      "commit": "aa47cb34ae25b66e46a216e1c9b7b668615b520b",
      "tree": "feef2ca7ef41d336f1ef2d0b5087356ddf27868c",
      "parents": [
        "a52041cd3f067156e478e355f5712a60e12ce649"
      ],
      "author": {
        "name": "Rajat Dhasmana",
        "email": "rajatdhasmana@gmail.com",
        "time": "Tue Dec 27 06:11:07 2022 +0000"
      },
      "committer": {
        "name": "Rajat Dhasmana",
        "email": "rajatdhasmana@gmail.com",
        "time": "Tue Dec 27 06:16:55 2022 +0000"
      },
      "message": "Add config options for cinder nfs backend\n\nCurrently the cinder nfs backend leaves out few options in a\nmulti backend deployment. It works in single nfs backend deployment\nas devstack-plugin-nfs correctly configures all options[1].\nWe can clearly see the difference between what devstack-plugin-nfs\nconfigures[1] and what devstack nfs configures[2].\n\nFollowing options are missing which are added by this patch.\n* nas_host\n* nas_share_path\n* nas_secure_file_operations\n* nas_secure_file_permissions\n* nfs_snapshot_support\n\n[1] https://github.com/openstack/devstack-plugin-nfs/blob/dd12367f90fc86d42bfebe8a0ebb694dc0308810/devstack/plugin.sh#L60-L68\n[2] https://github.com/openstack/devstack/blob/a52041cd3f067156e478e355f5712a60e12ce649/lib/cinder_backends/nfs#L32-L34\n\nChange-Id: I03cad66abb3c6f2ae1d5cf943ac952a30961f783\n"
    },
    {
      "commit": "a52041cd3f067156e478e355f5712a60e12ce649",
      "tree": "dbedca8347418cc4ee0a5995ffb424d7275f1612",
      "parents": [
        "2d71d54814795bf4e18d4d8e0b0e61182d02ff0e"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Nov 18 11:39:56 2022 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Dec 16 09:59:11 2022 +0100"
      },
      "message": "Drop lib/neutron module\n\nModule lib/neutron was introduced long time ago as new module to deploy\nneutron. It was intended to replace old lib/neutron-legacy module. But\nsince very long time it wasn\u0027t really finished and used by anyone and\nlib/neutron-legacy is defacto standard module used by everyone to deploy\nneutron with devstack.\nIn [1] unfinished lib/neutron was deprecated and now it\u0027s time to remove\nit from the devstack code.\n\nThis patch also renames old \"lib/neutron-legacy\" module to be\n\"lib/neutron\" now.\n\nPreviously \"old\" lib/neutron-legacy module was accepting neutron\nservices names wit \"q-\" prefix and \"new\" lib/neutron module was accepting\nservices with \"neutron-\" prefix. Now, as there is only one module it\naccepts both prefixes.\nFor historical reasons and to be consistent with old lib/neutron-legacy\nwhich was widely used everywhere, services will be named with \"q-\"\nprefix but both prefixes will be accepted to enable or disable services.\n\nThis patch also moves _configure_neutron_service function to be called\nat the end of the \"configure_neutron\" after all agents and service\nplugins are already configured.\n\n[1] https://review.opendev.org/c/openstack/devstack/+/823653\n\nRelated-bug: #1996748\n\nChange-Id: Ibf1c8b2ee6b6618f77cd8486e9c687993d7cb4a0\n"
    },
    {
      "commit": "2d71d54814795bf4e18d4d8e0b0e61182d02ff0e",
      "tree": "594adae6fb15102fe36a8cb3435d6be7d7209e92",
      "parents": [
        "1ddae48da327d0b8ecea6d4ea164fa57d5846075",
        "0a40648b3884c374e314105c33c2a20c85ab2f7f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Dec 15 19:27:45 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Dec 15 19:27:45 2022 +0000"
      },
      "message": "Merge \"Fix the db user for mariadb in ubuntu 22.04\""
    },
    {
      "commit": "1ddae48da327d0b8ecea6d4ea164fa57d5846075",
      "tree": "737a45df495a2e2b64a0406f0959e31a992956bf",
      "parents": [
        "aae4d3ea90ce7cc1a06f78a932f44c15afffa4ec",
        "16c2b389ed8efca70fa1e65395becdaea84f8b44"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Dec 14 10:15:01 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 14 10:15:01 2022 +0000"
      },
      "message": "Merge \"Add RBAC scope and new defaults setting support for placement\""
    },
    {
      "commit": "aae4d3ea90ce7cc1a06f78a932f44c15afffa4ec",
      "tree": "91edf1590b166865d96eb264d70d97f2359cc56b",
      "parents": [
        "540ec94a043056d14a5e3eaff9ea776b5a2f67bb",
        "30acfc6d14bb42db822352426cc2d4e337717c72"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 13 23:45:23 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 13 23:45:23 2022 +0000"
      },
      "message": "Merge \"[neutron] Don\u0027t configure firewall_driver for core ML2 plugin\""
    },
    {
      "commit": "540ec94a043056d14a5e3eaff9ea776b5a2f67bb",
      "tree": "7cc26f751d49e68353b2573a1f7ffcc6b0b813b8",
      "parents": [
        "9a1be7794bd3b1b06a89183a800f42f77cd1b1b9",
        "6440c6d7e69c6726c8d31ea225b90967c50528e8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 13 22:22:34 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 13 22:22:34 2022 +0000"
      },
      "message": "Merge \"Add openEuler 22.03 LTS support\""
    },
    {
      "commit": "9a1be7794bd3b1b06a89183a800f42f77cd1b1b9",
      "tree": "704dcf7df408e3681e3c6fbc2c23762b5e410fff",
      "parents": [
        "fd502fe0527fee0b891135e499e6a745975412da"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Dec 08 20:24:46 2022 -0600"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Dec 09 02:55:08 2022 +0000"
      },
      "message": "Pin tox\u003c4.0.0 for \u003c\u003dstable/zed branch testing\n\nTox 4.0.0 has some incompatible changes, epecially more\nstrict on allowlist_externals. Tempest recently changed\nallowlist_externals not to be *[1] causing the failure\non jobs where lib/tempest failing to run the tempest\nas command in virtual env.\n\n----------\nvenv: commands[0]\u003e tempest verify-config -uro /tmp/tmp.qH5KgJHTF4\nvenv: failed with tempest is not allowed, use allowlist_externals to allow it\n------\n\nWe do not need to test/fix the \u003c\u003dstable/zed branches with tox 4.0.0\nand pinning them with the compatible tox version of the time stable\nbrnaches were releaased is better way.\n\nThis commit proposes:\n1. Pinning the tox\u003c4.0.0 for \u003c\u003dstable/ze branches testing\n2. Workaround to unblock the master gate by pinning it \u003c4.0.0 but\nwe should make our testing compatible with tox 4.0.0 soon.\n\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/867066\n\nRelated-Bug: #1999183\n\n[1] https://review.opendev.org/c/openstack/tempest/+/865314 devstack based job started failing to run tempest command on venv.\n\nChange-Id: I9a138af94dedc0d8ce5a0d519d75779415d3c30b\n"
    },
    {
      "commit": "30acfc6d14bb42db822352426cc2d4e337717c72",
      "tree": "c30b2ba981f34dddfd4a37e6196147db410e30e0",
      "parents": [
        "fd502fe0527fee0b891135e499e6a745975412da"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Nov 24 14:12:08 2022 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Dec 08 10:57:55 2022 +0000"
      },
      "message": "[neutron] Don\u0027t configure firewall_driver for core ML2 plugin\n\nIn the past firewall_driver setting was configured for ML2 plugin\nbecause it was used in the\nneutron.agent.securitygroups_rpc.is_firewall_enabled() function but\ncurrently it\u0027s not needed anymore as there is other config option\n\"enable_security_group\" for that.\n\nRelated-bug: #1996748\nChange-Id: I9b09c6afb3f1f1c33d1bdfea52ba6f4c0d0cf2dc\n"
    },
    {
      "commit": "0a40648b3884c374e314105c33c2a20c85ab2f7f",
      "tree": "a5e1b73e9c3ebf7717a51dd4f84553bd107ba11e",
      "parents": [
        "fd502fe0527fee0b891135e499e6a745975412da"
      ],
      "author": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Wed Dec 07 16:51:28 2022 -0600"
      },
      "committer": {
        "name": "Miguel Lavalle",
        "email": "mlavalle@redhat.com",
        "time": "Wed Dec 07 17:05:35 2022 -0600"
      },
      "message": "Fix the db user for mariadb in ubuntu 22.04\n\nIn Ubuntu 22.04, mariadb version 10.6 is installed. Per [0] and [1]\nauthentication management was changed in version 10.4. This change\nadapts the way the db user is created to the new rules in versions\n10.4 and later.\n\n[0] https://mariadb.com/kb/en/authentication-from-mariadb-104/\n[1] https://mariadb.org/authentication-in-mariadb-10-4/\n\nCloses-Bug: #1999090\nChange-Id: I77a699a9e191eb83628ad5d361282e66744b6e4a\n"
    },
    {
      "commit": "6440c6d7e69c6726c8d31ea225b90967c50528e8",
      "tree": "23208ab9524e560035794cb530008ed5e9d0ddb7",
      "parents": [
        "818d1a225d54291d1da1f8011f92affb2998d0e9"
      ],
      "author": {
        "name": "wangxiyuan",
        "email": "wangxiyuan1007@gmail.com",
        "time": "Fri Aug 05 14:18:13 2022 +0800"
      },
      "committer": {
        "name": "wangxiyuan",
        "email": "wangxiyuan1007@gmail.com",
        "time": "Wed Dec 07 10:03:27 2022 +0800"
      },
      "message": "Add openEuler 22.03 LTS support\n\nopenEuler 20.03 LTS SP2 support was removed from devstack in last\nfew months due to its python version is too old and the CI job\nalways fail. And openEuler 20.03 LTS SP2 was out of maintainer in May\n2022 by openEuler community.\n\nThe newest LTS version was released in March 2022 called 22.03 LTS.\nThis release will be maintained for at least 2 years. And the python\nversion is 3.9 which works well for devstack.\n\nThis Patch add the openEuler distro support back. And add the related\nCI job to make sure its works well.\n\nChange-Id: I99c99d08b4a44d3dc644bd2e56b5ae7f7ee44210\n"
    },
    {
      "commit": "fd502fe0527fee0b891135e499e6a745975412da",
      "tree": "dee827aca884a0ac0712ce3dd088e077ca438439",
      "parents": [
        "818d1a225d54291d1da1f8011f92affb2998d0e9",
        "db3eff7dd27acdc973e8d189bda80d642be92f03"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Dec 06 20:15:30 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 06 20:15:30 2022 +0000"
      },
      "message": "Merge \"Stop setting [ovs_vif_ovs] ovsdb_interface\""
    },
    {
      "commit": "16c2b389ed8efca70fa1e65395becdaea84f8b44",
      "tree": "3274f7fb20362e6c3891ebd2aac83c01fe86d326",
      "parents": [
        "818d1a225d54291d1da1f8011f92affb2998d0e9"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Nov 30 14:24:07 2022 -0600"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Nov 30 14:24:07 2022 -0600"
      },
      "message": "Add RBAC scope and new defaults setting support for placement\n\nAdding devstack flag to enable and test the Placement API policies\nscope and new defaults.\n\nDepends-On: https://review.opendev.org/c/openstack/tempest/+/866212\nChange-Id: I6f56fc28f2c1e4cdde946deb2ae06afddf85ff0d\n"
    },
    {
      "commit": "db3eff7dd27acdc973e8d189bda80d642be92f03",
      "tree": "b2d2267442fe19b0635212a3ac30c8edbc6323c6",
      "parents": [
        "2795e8215da782e9d485c3ba5df1bd0a622658a5"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Nov 30 14:03:36 2022 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Nov 30 14:06:12 2022 +0900"
      },
      "message": "Stop setting [ovs_vif_ovs] ovsdb_interface\n\nThe option was already deprecated in os-vif 2.2.0[1]. The override is\nno longer required since bug 1929446 was already resolved.\n\n[1] https://review.opendev.org/c/openstack/os-vif/+/744816\n\nRelated-Bug: #1929446\nChange-Id: I5bc55723a178b32d947da2ac91d2f62aa8124990\n"
    },
    {
      "commit": "818d1a225d54291d1da1f8011f92affb2998d0e9",
      "tree": "66ba6ed6899420db636dd4ff5a21547daa227f47",
      "parents": [
        "2795e8215da782e9d485c3ba5df1bd0a622658a5"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Mon Nov 28 11:19:45 2022 +0100"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Mon Nov 28 11:19:45 2022 +0100"
      },
      "message": "[doc] Update Ubuntu to 22.04\n\nThis updates documentation to reflect the switch to\nUbuntu 22.04 (jammy) in the CI:\nhttps://review.opendev.org/c/openstack/devstack/+/860795\n\nChange-Id: I8bee430029dcc719629bd92451c2791571f8a30c\n"
    },
    {
      "commit": "2795e8215da782e9d485c3ba5df1bd0a622658a5",
      "tree": "74bfb3a32ad8542be5e58308cdb9bb57e4d26632",
      "parents": [
        "448036a6ad382cebcf9df15f717e259479be4965",
        "8d299efa4b6346ccfc3c6fcf9cf011b3c884bebc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Nov 19 22:03:55 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Nov 19 22:03:55 2022 +0000"
      },
      "message": "Merge \"Switch devstack nodeset to Ubuntu 22.04 (jammy)\""
    },
    {
      "commit": "8d299efa4b6346ccfc3c6fcf9cf011b3c884bebc",
      "tree": "011fe93a3d0a694d15242208ff5af5e433740df7",
      "parents": [
        "ab162024bbaf693d24f1c19b22a63837b3ec9c33"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Sun Oct 09 11:00:07 2022 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "frickler@offenerstapel.de",
        "time": "Fri Nov 18 07:17:09 2022 +0000"
      },
      "message": "Switch devstack nodeset to Ubuntu 22.04 (jammy)\n\nDepends-On: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/864948\nChange-Id: I26b4784a4d772abbf8572f6273bda37f2fec5336\n"
    },
    {
      "commit": "448036a6ad382cebcf9df15f717e259479be4965",
      "tree": "223a097681aacb1662bdb224bf6b70bc01967268",
      "parents": [
        "f90c8ea7044ec971519953b0ca8292af8089ed42",
        "857f4993f35fbdc83771b9632d3525766de194a1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Nov 15 12:17:46 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Nov 15 12:17:46 2022 +0000"
      },
      "message": "Merge \"Add RBAC scope and new defaults setting support for Nova \u0026 Tempest\""
    },
    {
      "commit": "f90c8ea7044ec971519953b0ca8292af8089ed42",
      "tree": "d1b9346dcb38b6eb74b994b483bd3b2a25f1bf79",
      "parents": [
        "edea9b5fd3fef2f2d71d598085f32cc5a21d7929",
        "d00921a57bcd9b408817ac7feddfc49b49b9cea2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Nov 14 20:42:15 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Nov 14 20:42:15 2022 +0000"
      },
      "message": "Merge \"Revert \"Make debian-bullseye job non-voting\"\""
    },
    {
      "commit": "d00921a57bcd9b408817ac7feddfc49b49b9cea2",
      "tree": "f70704a871dfb28abc1a8f09160976173bdac8da",
      "parents": [
        "a4680766515ed9317b71cfb39cd0d75dc04f3d9c"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "frickler@offenerstapel.de",
        "time": "Mon Nov 14 06:50:45 2022 +0000"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Mon Nov 14 15:10:45 2022 +0100"
      },
      "message": "Revert \"Make debian-bullseye job non-voting\"\n\nThis reverts commit a4680766515ed9317b71cfb39cd0d75dc04f3d9c.\n\nReason for revert: Debian job got repaired\n\nChange-Id: I3ef969f6e373de103d26c9282cab94cea7ae87e5\n"
    }
  ],
  "next": "edea9b5fd3fef2f2d71d598085f32cc5a21d7929"
}
