)]}'
{
  "log": [
    {
      "commit": "4b6336d63cf3f36cea993e0316168309d94c7298",
      "tree": "0d2c5c43426d555f68e29b673b10ab6eb7d226d2",
      "parents": [
        "eed7849d3b9b19a0305c209c2f95a9450aee891c",
        "2ba26afc188add98ab0446879c6ddf4adf36ea4b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 24 17:22:33 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 24 17:22:33 2023 +0000"
      },
      "message": "Merge \"Add skip for cinder extend volume with snapshot\""
    },
    {
      "commit": "eed7849d3b9b19a0305c209c2f95a9450aee891c",
      "tree": "407df5acffe8a3d2a8ee757f23dcac1cec578436",
      "parents": [
        "58e17903eb6a2f481c42270d11b89100b8f69419",
        "bd97ae91ee33802b115f18888307bf3bca32ce10"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 24 13:30:41 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 24 13:30:41 2023 +0000"
      },
      "message": "Merge \"Fix test_delete_locations to be performed by admin\""
    },
    {
      "commit": "58e17903eb6a2f481c42270d11b89100b8f69419",
      "tree": "ce7224c7f2593764607c5f251a4f303498d79539",
      "parents": [
        "4054e13e65f7d11c9097946a36976bf9c6edea45",
        "cbaf22e85dc4b4ee819bc69ad9a294d3f85b372e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed May 24 10:38:00 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 24 10:38:00 2023 +0000"
      },
      "message": "Merge \"Add tests to check attachments are secure\""
    },
    {
      "commit": "bd97ae91ee33802b115f18888307bf3bca32ce10",
      "tree": "dd12d7098b773c0e35fc491445d83bc56452d766",
      "parents": [
        "4054e13e65f7d11c9097946a36976bf9c6edea45"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 19 14:08:03 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 19 16:47:55 2023 -0500"
      },
      "message": "Fix test_delete_locations to be performed by admin\n\nDelete image location operation is allowed to admin only\nby default\n- https://github.com/openstack/glance/blob/428295969836a2a0bad0ae0593ea1a890e155898/glance/policies/image.py#L150\n\nBut tempest test was performing it with non admin creds\n- https://github.com/openstack/tempest/blob/4054e13e65f7d11c9097946a36976bf9c6edea45/tempest/api/image/v2/test_images.py#L935\n\nWhile enabling the Glance RBAC new defaults in devstack (\neverything run with RBAC new defaults), this test start failing\nwith 403 error\n\n- https://review.opendev.org/c/openstack/devstack/+/883601\n- https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2dd/883601/1/check/nova-ceph-multistore/2dd523c/testr_results.html\n\nIt was not failing before because this test was only enabled in\nnova-ceph-multistore job which used old policy and old policy allow\neveryone to perform this operation. tempest-full-enforce-scope-new-defaults\njob which enable new defaults did not run this test to did not capture this\nissue.\n\nChange-Id: I6cbf95caf782bde1b11494b13e9d8d39ab9f3080\n"
    },
    {
      "commit": "cbaf22e85dc4b4ee819bc69ad9a294d3f85b372e",
      "tree": "dba1758c8b9da6c21010fafee6f9dd0b04596d11",
      "parents": [
        "e5da6756b9e7fb8fbedade5d3a428e0a8bff94ff"
      ],
      "author": {
        "name": "Gorka Eguileor",
        "email": "geguileo@redhat.com",
        "time": "Thu Apr 20 17:09:43 2023 +0200"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed May 17 11:06:32 2023 -0700"
      },
      "message": "Add tests to check attachments are secure\n\nA vulnerability was detected in Cinder that could allow users to access\nother people\u0027s volumes.\n\nThe solution was to limit some of the operations on attached volumes to\nonly OpenStack services.\n\nThis patch adds some negative tests to check that a user cannot directly\ncall Cinder to detach a volume, force detach it, terminate its\nconnection, or delete its attachment.\n\nDepends-On: I612905a1bf4a1706cce913c0d8a6df7a240d599a\nRelated-Bug: #2004555\nChange-Id: Ice6532ce7943e9a9363e443515946865541d09c2\n"
    },
    {
      "commit": "2ba26afc188add98ab0446879c6ddf4adf36ea4b",
      "tree": "e7766ded6f6807b61827b734b81b5ccc1aaf33c7",
      "parents": [
        "e5da6756b9e7fb8fbedade5d3a428e0a8bff94ff"
      ],
      "author": {
        "name": "Jake Yip",
        "email": "jake.yip@ardc.edu.au",
        "time": "Fri May 05 20:37:10 2023 +1000"
      },
      "committer": {
        "name": "Jake Yip",
        "email": "jake.yip@ardc.edu.au",
        "time": "Wed May 10 12:06:43 2023 +1000"
      },
      "message": "Add skip for cinder extend volume with snapshot\n\nSome drivers [1] are unable to perform the operation of extending\nvolume that has a snapshot. Add a skip so this test does not get run.\n\n[1] https://docs.openstack.org/cinder/latest/configuration/block-storage/drivers/ibm-storwize-svc-driver.html#extend-volumes\n\nChange-Id: Ie988c9a6be396688b4d78d6a31dfffe8525b97b3\n"
    },
    {
      "commit": "4054e13e65f7d11c9097946a36976bf9c6edea45",
      "tree": "c96b29023d6bf29a8df79968f225bede4929a024",
      "parents": [
        "e5da6756b9e7fb8fbedade5d3a428e0a8bff94ff"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue May 09 12:54:57 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue May 09 12:54:57 2023 -0500"
      },
      "message": "Create releasenotes page for tempest 34.2.0\n\nChange-Id: Ibc48eedb6c1fe7defca878c10805484b07b3f624\n"
    },
    {
      "commit": "e5da6756b9e7fb8fbedade5d3a428e0a8bff94ff",
      "tree": "4591619f2d6643c03a17b5671f87ab33b504b05e",
      "parents": [
        "274878649feab7b3b8f13dcc46fae924877c7142"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue May 02 14:56:58 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri May 05 08:54:43 2023 -0700"
      },
      "message": "Also require resources for PINGABLE\n\nThis adds to the existing check to make sure that if a test requires\nPINGABLE state that they provide the validation resources and flags\nnecessary to do that validation.\n\nChange-Id: I0620fd93ee2dc37e53ae991967321f88cf9d67a8\n"
    },
    {
      "commit": "274878649feab7b3b8f13dcc46fae924877c7142",
      "tree": "e8bd0b42475fad1136fe78a643c8444feeb34af0",
      "parents": [
        "0ab4ca3f3f25d4c401d86851fec19b2da0a4cd62"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri May 05 06:52:44 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri May 05 08:54:42 2023 -0700"
      },
      "message": "Make volumes_backup test wait for SSHABLE\n\nChange-Id: If3514e140739d8663bfd28f40a649019e2544636\n"
    },
    {
      "commit": "0ab4ca3f3f25d4c401d86851fec19b2da0a4cd62",
      "tree": "09148e9f46a9bc8e25ed5de2dbf9751e2c5800c0",
      "parents": [
        "8d1521977436947834acba42f9f855cb1d8e5135"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 04 15:02:22 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 05 00:22:04 2023 +0000"
      },
      "message": "Switch to the master constraint in tox.ini\n\nTo releas a new tag for Tempest, we modified the\ncompatible constraint in tox.ini\n- https://review.opendev.org/c/openstack/tempest/+/882354/\n\nAs new tag is released now so we can switch back to the master\nconstraint in tox.ini.\n\nChange-Id: Ic4f60c6a1b8b657edf06cffc9165c49da4395389\n"
    },
    {
      "commit": "8d1521977436947834acba42f9f855cb1d8e5135",
      "tree": "078713d3810683271ac51c4dd9ffd7d6f5642fcf",
      "parents": [
        "79fe137cf666d73828efd5b015ca008f8af41e40"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 04 14:59:22 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 05 00:22:00 2023 +0000"
      },
      "message": "Use stable constraint in tox to release Tempest new tag\n\nWe are going to release Tempest new tag which work with\nthe stable/2023.1 constraint so use that in the tox env.\n\nFor example: if anyone use Tempest new tag in future say\n1 year later then tox env also should use the 2023.1 contstraint for\ncompatibility instead master.\n\nThese need to be move back to master constraint once release is done.\n\nChange-Id: I81c251c7f006b8792c006db88bd47fdb40df14a1\n"
    },
    {
      "commit": "79fe137cf666d73828efd5b015ca008f8af41e40",
      "tree": "09148e9f46a9bc8e25ed5de2dbf9751e2c5800c0",
      "parents": [
        "6574469293645c492c8d951a0ef81174287663ee"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu May 04 14:52:33 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri May 05 00:21:51 2023 +0000"
      },
      "message": "Add release notes for 2023.2 cycle intermediate release.\n\nChange-Id: I02c033604eb7e5bde5fb0e984d2d143abde2cbe8\n"
    },
    {
      "commit": "6574469293645c492c8d951a0ef81174287663ee",
      "tree": "4059757baa1035883a98842d0791638a01a03138",
      "parents": [
        "8f9c77b368285a732f59594abbe3cadd5f7f52f6"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Thu May 04 09:06:41 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Thu May 04 14:52:51 2023 -0700"
      },
      "message": "Allow passing validation_resources in scenario\n\nIn the scenario manager, we need to pass through validation parameters\nif they are passed to us. If not, we need to do the needful for\nSSHABLE targets, but some tests need to pass in their own. Note that\nthe scenario manager create_server() already has a validatable\nparameter, but it does *not* pass that through to create_test_server(),\nso we also need to fix that up for those cases to avoid tripping\nover the assertion requirement that it be provided.\n\nChange-Id: I44b3deba70e3f33f1287a6b3f28c21da5492cc04\n"
    },
    {
      "commit": "8f9c77b368285a732f59594abbe3cadd5f7f52f6",
      "tree": "fa7273a8275899d70623a10af780c33896086ad8",
      "parents": [
        "49c2b3ba830f83eb44cf3c165f1ff1c02a38f18d"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon May 01 14:02:46 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue May 02 13:09:23 2023 -0700"
      },
      "message": "Fail create if validation flags do not agree\n\nThis makes us sanity check the wait_until, validateable, and\nvaliadation_resources flags we get in create_test_server(). Specifying\nwait_until\u003d\u0027SSHABLE\u0027 without the other two will silently not actually\nwait for the server to be sshable.\n\nHelp make this harder to do by making create_server in the volumes\nbase class ensure we pass validation_resources for tests that\nrequest SSHABLE.\n\nNote this also includes a change to get_class_validation_resources()\nto make sure it returns an empty dict just like\nget_test_validation_resources() does if/when CONF has validation\ndisabled.\n\nChange-Id: Ic8ae7bb322eaf1294d48d5f5242365bec5e863e2\n"
    },
    {
      "commit": "49c2b3ba830f83eb44cf3c165f1ff1c02a38f18d",
      "tree": "ff8d104bb66a6c97dd4fc7b4cfd046f9acbe3d88",
      "parents": [
        "ed1797c125e4c02c8c5257259d9e63ebf96ac814"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Apr 26 15:52:22 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue May 02 08:22:17 2023 -0700"
      },
      "message": "Allow wait_until\u003dSSHABLE in scenario manager\n\nIf we can, we should always wait for servers to be ssh\u0027able before we\ntry to do things to them, especially attach volumes. This improves\nstability of the tests, at the expense of performance.\n\nThis also makes some volume-having scenario tests wait for SSHABLE.\nThe ones that don\u0027t are already using ssh to do things like create\nand check timestamps, so they need not be changed to still have this\nbehavior.\n\nChange-Id: I169d8d119758e4f5e79c42cfd458577a67b13fc5\n"
    },
    {
      "commit": "ed1797c125e4c02c8c5257259d9e63ebf96ac814",
      "tree": "135f99b1cdaaa010165466c097069a732dfeb12a",
      "parents": [
        "cb008e2167826ad0950b4fd694f344c639413c91"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon May 01 09:19:31 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon May 01 13:49:39 2023 -0700"
      },
      "message": "Actually make volume extend tests validate\n\nThis fixes the previous patch to *actually* wait for the server to\nbe SSHABLE before continuing the test. Because the volumes tests don\u0027t\nhave full networking and we didn\u0027t provide validation resources to\ncreate_server() we weren\u0027t *actually* doing the wait for ssh.\n\nChange-Id: I783bbed4bea6137de3afa9a7ecd1a9cd37bb17e8\n"
    },
    {
      "commit": "cb008e2167826ad0950b4fd694f344c639413c91",
      "tree": "5a9f4c335ddd58fa8473aa27dacdd40e958d63d3",
      "parents": [
        "9f0eed289437456a56ff78a3e6d36ac584f934bf",
        "04d352458ec18df138847a2b0f4e58f1e857b8b0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Apr 30 12:50:36 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Apr 30 12:50:36 2023 +0000"
      },
      "message": "Merge \"Wait until SSHABLE in volumes_extend test\""
    },
    {
      "commit": "9f0eed289437456a56ff78a3e6d36ac584f934bf",
      "tree": "211906946e4c59fe07dfd225821815c82778a42b",
      "parents": [
        "90e2c569ed15c87214472b774aca6f42255c7321",
        "05c805f7f3b6943213624160a507ca63a3eab5d7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Apr 30 12:50:34 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Apr 30 12:50:34 2023 +0000"
      },
      "message": "Merge \"Update v3_endpoint_type to use public\""
    },
    {
      "commit": "90e2c569ed15c87214472b774aca6f42255c7321",
      "tree": "3e91f29b81b941aae5f557407761322843f68138",
      "parents": [
        "e64f4c2b07e048ea77d08a29b7afbd17448abc32",
        "572ac54250fdd1a61809b57cbd15a49209c83f16"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Apr 28 20:42:22 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 28 20:42:22 2023 +0000"
      },
      "message": "Merge \"Update \"test_list_migrations_in_flavor_resize_situation\" to indicate the failing request on timeout.\""
    },
    {
      "commit": "04d352458ec18df138847a2b0f4e58f1e857b8b0",
      "tree": "808e0f5d5fc256b308a38d8198373dbe39f55670",
      "parents": [
        "e64f4c2b07e048ea77d08a29b7afbd17448abc32"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Apr 28 12:55:23 2023 -0700"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Apr 28 12:55:42 2023 -0700"
      },
      "message": "Wait until SSHABLE in volumes_extend test\n\nChange-Id: Id6f4f7dd842cf7f578c37a64ee5c9f46c0a893f2\n"
    },
    {
      "commit": "05c805f7f3b6943213624160a507ca63a3eab5d7",
      "tree": "427bd81c8f3c390ffd18c1e6adc93215ad4d5549",
      "parents": [
        "e64f4c2b07e048ea77d08a29b7afbd17448abc32"
      ],
      "author": {
        "name": "Arx Cruz",
        "email": "arxcruz@redhat.com",
        "time": "Fri Apr 28 15:35:14 2023 +0200"
      },
      "committer": {
        "name": "Arx Cruz",
        "email": "arxcruz@redhat.com",
        "time": "Fri Apr 28 16:00:00 2023 +0200"
      },
      "message": "Update v3_endpoint_type to use public\n\nThe default endpoint type for OpenStack Identity should be the public\nversion, and it was something missed for a while.\n\nChange-Id: Ib679fb21d8d815317ecdd03e40dfe16e6ef3915e\n"
    },
    {
      "commit": "e64f4c2b07e048ea77d08a29b7afbd17448abc32",
      "tree": "fdc310e7ce60eecccd0c9bdd11ee1db4e9cb2b64",
      "parents": [
        "3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab"
      ],
      "author": {
        "name": "Ade Lee",
        "email": "alee@redhat.com",
        "time": "Sun Mar 26 15:52:30 2023 +0200"
      },
      "committer": {
        "name": "Ade Lee",
        "email": "alee@redhat.com",
        "time": "Mon Apr 17 08:44:37 2023 +0000"
      },
      "message": "Simplify definition of fips jobs\n\nWith the new base jobs, it is no longer necessary to define a pre-run\nplaybook.  You simply need to set enable_fips to True and specify an\nnslookup_target.  This will set things up to use ubuntu jobs when FIPS\nis supported on jammy\n\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/871606\nChange-Id: I1c02c4817a39d26e94873831801089d1aa86133c\n"
    },
    {
      "commit": "3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab",
      "tree": "9c0bb91626563749e175d67ffa4cd546c1c38676",
      "parents": [
        "94649e792e08fcfb3859a4f7cf314070287f985c",
        "b15ff9b0f28b0a3de70f02c05d107acf589d758d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Apr 04 17:17:03 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 04 17:17:03 2023 +0000"
      },
      "message": "Merge \"Add project reader to account-generator\""
    },
    {
      "commit": "b15ff9b0f28b0a3de70f02c05d107acf589d758d",
      "tree": "ffb3122a529d604aae1a88342422d74fc4039de3",
      "parents": [
        "baa3cc712cbf37a077291f69d8b621bd6f759132"
      ],
      "author": {
        "name": "Lukas Piwowarski",
        "email": "lpiwowar@redhat.com",
        "time": "Tue Mar 21 12:17:54 2023 +0000"
      },
      "committer": {
        "name": "Lukáš Piwowarski",
        "email": "lpiwowar@redhat.com",
        "time": "Thu Mar 30 09:55:49 2023 +0200"
      },
      "message": "Add project reader to account-generator\n\nTempest requires project_reader to sucessfully run some tests [1].\nHowever, account-generator does not support generating project reader accounts.\n\nThis patch therefore changes accout-generator so that it generates\nproject reader together with other accounts.\n\n[1] https://review.opendev.org/c/openstack/tempest/+/871210\n\nChange-Id: Ie127c2ed159da8a6bc780919cdd4def44e457efb\n"
    },
    {
      "commit": "94649e792e08fcfb3859a4f7cf314070287f985c",
      "tree": "bf2197c6be09f0fd8abd4fe52e91397eafeafca2",
      "parents": [
        "7a01706384971be5593fb3bfab497d107ba38be0",
        "a3e09f7000d23fa7581557b73943522f76b8abc8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Mar 23 20:00:53 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 23 20:00:53 2023 +0000"
      },
      "message": "Merge \"Add RBAC new defaults and scope job for stable/zed\""
    },
    {
      "commit": "7a01706384971be5593fb3bfab497d107ba38be0",
      "tree": "7b118da9c5157e5f51418c64c492217cd5dd32d4",
      "parents": [
        "bbb2e044132890cabc823e3c0b583a9462f9c2ae",
        "80851ad9061f289053b19030f72e05699a513160"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Mar 23 16:32:29 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 23 16:32:29 2023 +0000"
      },
      "message": "Merge \"rm hardcoded cidr in test_create_server_multi_nic\""
    },
    {
      "commit": "a3e09f7000d23fa7581557b73943522f76b8abc8",
      "tree": "1dc40decb1858352a94351eab15b22fbd03f0709",
      "parents": [
        "bbb2e044132890cabc823e3c0b583a9462f9c2ae"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Mar 21 17:08:07 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Mar 22 18:42:27 2023 +0000"
      },
      "message": "Add RBAC new defaults and scope job for stable/zed\n\nstable/zed has the new defaults and scope available but\nthey were disabled by default. Let\u0027s test those by enabling\nin stable/zed also so that we know if they work fine in\nintegrated way or not\n\nChange-Id: Id2bd58854f60f38dccf0ef805de284c7e95db2f3\n"
    },
    {
      "commit": "80851ad9061f289053b19030f72e05699a513160",
      "tree": "02fb5c2ec6b607e5fa5254d53b7590ba1601e9c7",
      "parents": [
        "1f958c36e324788c157d4d2974dd79ec402e3f7f"
      ],
      "author": {
        "name": "Pragadeeswaran Sathyanarayanan",
        "email": "psathyan@redhat.com",
        "time": "Tue Mar 21 15:14:42 2023 +0530"
      },
      "committer": {
        "name": "Pragadeeswaran Sathyanarayanan",
        "email": "psathyan@redhat.com",
        "time": "Tue Mar 21 17:41:43 2023 +0530"
      },
      "message": "rm hardcoded cidr in test_create_server_multi_nic\n\nNow, We have some hard code in here, but some VPC are limited to\nsome specific address ranges by default in some cloud.\n\nSo, we need change these hard code to configuration, it can\nmeet the user specific requirement flexibly and reasonably.\n\ncloses-bug: #1743742\nSigned-off-by: Pragadeeswaran Sathyanarayanan \u003cpsathyan@redhat.com\u003e\nChange-Id: Ia201c0520b8d2df17664b84bd61755d7c2d68258\n"
    },
    {
      "commit": "bbb2e044132890cabc823e3c0b583a9462f9c2ae",
      "tree": "3d0f156056ab404959f36e881bd0d85e0ea6be69",
      "parents": [
        "1f958c36e324788c157d4d2974dd79ec402e3f7f"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Mar 20 13:51:51 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Mar 20 14:02:55 2023 -0500"
      },
      "message": "Update integrated gates template for grenade skip level job\n\nCurrent master is a non SLURP release so we do not need to run\ngreande-skip-level job as default though any project want to run\nskip level testing they can use the greande-skip-level-always job\nfor example nova doing.\n\nWith branch variant, we make run no change in integrated gate jobs\nfor stable/2023.1 testing.\n\nChange-Id: I183fe7513064d46255e8b078528d7e3639a3ce1a\n"
    },
    {
      "commit": "1f958c36e324788c157d4d2974dd79ec402e3f7f",
      "tree": "d99426a193355b5a126d2741b588846a077d27e6",
      "parents": [
        "32c3a09dca114e26a173756b0510365bd43d15d8",
        "7fdc604079386e47669f7a5ec4a7de3d4d814b1f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Mar 19 14:22:00 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 19 14:22:00 2023 +0000"
      },
      "message": "Merge \"Create releasenotes page for tempest 34.0.0\""
    },
    {
      "commit": "32c3a09dca114e26a173756b0510365bd43d15d8",
      "tree": "fff5d4e3cce6a7ce2e38a98e1883e25f8e88f381",
      "parents": [
        "06a03062e7e7df58f2aca4b44d4b3205f82b48e3",
        "9eab9073dd8f66031e0ebcee2ebc2e821ea16e87"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 23:31:50 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 23:31:50 2023 +0000"
      },
      "message": "Merge \"Add Tempest gate job for stable/2023.1\""
    },
    {
      "commit": "7fdc604079386e47669f7a5ec4a7de3d4d814b1f",
      "tree": "f9ee7dffdc7e86cfc7ad63763fd9629a87ecb9c2",
      "parents": [
        "06a03062e7e7df58f2aca4b44d4b3205f82b48e3"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 17 17:02:45 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 17 17:02:45 2023 -0500"
      },
      "message": "Create releasenotes page for tempest 34.0.0\n\nChange-Id: Ifceec758bd48c916682edb1db78585c87f7eb730\n"
    },
    {
      "commit": "06a03062e7e7df58f2aca4b44d4b3205f82b48e3",
      "tree": "f4009f661dcc9bff360e63b2560672772d065f7f",
      "parents": [
        "c437a314633d422b02ebe98ecd4107a90ed9f3b7",
        "eb85cec8b5a6fa9bbcb859d41fc3dc7d718e39df"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 21:36:39 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 21:36:39 2023 +0000"
      },
      "message": "Merge \"Inherit tempest-extra-tests job from tempest-full-py3\""
    },
    {
      "commit": "c437a314633d422b02ebe98ecd4107a90ed9f3b7",
      "tree": "3b3a303a84909eb4be80ed5641309253146205fc",
      "parents": [
        "7c7d0fdd67022ad48ed128c997dfcc3b063c0576",
        "91e2be9ebfebfa9b1695b2216b570991adc0f08c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 21:33:36 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 21:33:36 2023 +0000"
      },
      "message": "Merge \"Switch to the master constraint in tox.ini\""
    },
    {
      "commit": "7c7d0fdd67022ad48ed128c997dfcc3b063c0576",
      "tree": "66e5af511f11fdf3af394c69be5671edfe9c362e",
      "parents": [
        "cfa71428ff617ad71be79bf370b71a6facad9ae0",
        "00a315dc9636fb33332ef96ec504660f471e0ec1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 21:33:33 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 21:33:33 2023 +0000"
      },
      "message": "Merge \"Use stable constraint in tox to release new tag for 2023.1\""
    },
    {
      "commit": "cfa71428ff617ad71be79bf370b71a6facad9ae0",
      "tree": "3b3a303a84909eb4be80ed5641309253146205fc",
      "parents": [
        "35b4b58d01e0e92a3e5d3dcadba9c874482bcc20",
        "b04b102984fa16f4837f63e322baf472c1c76609"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Mar 17 12:00:45 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 17 12:00:45 2023 +0000"
      },
      "message": "Merge \"Update multiattach tests\""
    },
    {
      "commit": "91e2be9ebfebfa9b1695b2216b570991adc0f08c",
      "tree": "774ab8b6d81a69937cac47bb5b328032031a9e26",
      "parents": [
        "00a315dc9636fb33332ef96ec504660f471e0ec1"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 16 14:52:29 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 16 14:52:29 2023 -0500"
      },
      "message": "Switch to the master constraint in tox.ini\n\nTo releas a new tag for Tempest 2023.1, we modified the\ncompatible constraint in tox.ini\n- https://review.opendev.org/c/openstack/tempest/+/877713\n\nAs new tag is released now so we can switch back to the master\nconstraint in tox.ini.\n\nChange-Id: Ic91e443ae1948d71fa276be03dcef4576c64df33\n"
    },
    {
      "commit": "00a315dc9636fb33332ef96ec504660f471e0ec1",
      "tree": "a930e4e513cf4fd27c8d70b344d9a6bbabe5f7f4",
      "parents": [
        "b04b102984fa16f4837f63e322baf472c1c76609"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 16 14:50:38 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 16 14:50:38 2023 -0500"
      },
      "message": "Use stable constraint in tox to release new tag for 2023.1\n\nWe will release Tempest new tag to get cinder tests\nfix[1] in stable/2023.1. Without the cinder test fix[1], tempest\nreleased for 2023.1 will not work with cinder in 2023.1.\nSo that new tag use stable/2023.1 constraint in the tox env.\n\nFor example: if anyone uses Tempest new tag in future say\n1 year later then tox env also should use the 2023.1 contstraint for\ncompatibility instead master.\n\nThese need to be move back to master constraint once release is done.\n\n[1] https://review.opendev.org/c/openstack/tempest/+/875372\n\nChange-Id: Ibb348e0642190b3a83d8b5f86c8b49295cf071e0\n"
    },
    {
      "commit": "9eab9073dd8f66031e0ebcee2ebc2e821ea16e87",
      "tree": "c3ebd80c8d4299cf1fec94ec911bad78b4781198",
      "parents": [
        "eb85cec8b5a6fa9bbcb859d41fc3dc7d718e39df"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Mar 15 15:17:07 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Mar 15 15:17:07 2023 -0500"
      },
      "message": "Add Tempest gate job for stable/2023.1\n\nNow we have stable/2023.1 branch ready for devstack\nand so does for all service projects.\n\nThis commit adds the Tempest testing for stable/2023.1\nby adding new jobs running on stable/2023.1 version of\nopenstack.\n\nChange-Id: I5994c6fb56e01c9697d4d80bcbff2939ef2eff04\n"
    },
    {
      "commit": "eb85cec8b5a6fa9bbcb859d41fc3dc7d718e39df",
      "tree": "714528f99cf74a61a98bd88ad77bc63cd4a9daf4",
      "parents": [
        "b04b102984fa16f4837f63e322baf472c1c76609"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Mar 15 14:19:03 2023 -0500"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Mar 15 19:52:33 2023 +0000"
      },
      "message": "Inherit tempest-extra-tests job from tempest-full-py3\n\ntempest-extra-tests job run the admin and negative tests for\nnow which need same config what tempest-full-py3 job already\nhave. Inheriting tempest-extra-tests job from tempest-full-py3\nfor the same reason.\n\nChange-Id: Idad488abb9cb6bd982f0193e7a2cc411156dd034\n"
    },
    {
      "commit": "b04b102984fa16f4837f63e322baf472c1c76609",
      "tree": "774ab8b6d81a69937cac47bb5b328032031a9e26",
      "parents": [
        "310c87856b93c5021e8b909a410df490213b5520"
      ],
      "author": {
        "name": "whoami-rajat",
        "email": "rajatdhasmana@gmail.com",
        "time": "Mon Feb 27 09:41:22 2023 +0000"
      },
      "committer": {
        "name": "Rajat Dhasmana",
        "email": "rajatdhasmana@gmail.com",
        "time": "Wed Mar 15 19:36:35 2023 +0000"
      },
      "message": "Update multiattach tests\n\nMultiattach tests use legacy format to create multiattach\nvolumes i.e. provide \"multiattach\u003dTrue\" in request body of\na create volume operation.\nThis patch updates the multiattach tests to use multiattach\nvolume type, which is the standard and only way[1], to create\nmultiattach volumes.\nNote that the old functionality will be changed by patch[2] and\npassing multiattach\u003dTrue in volume create request body will\nerror out with BadRequest.\n\nDevstack will create the multiattach volume type, like an\noperator will create in a real deployment, and set it as a\ntempest config option (see depends on patch).\n\nWe are adding a new config option `volume_type_multiattach`\nwhich is used as the multiattach volume type to create\nmultiattach volumes.\n\n[1] https://docs.openstack.org/cinder/latest/admin/volume-multiattach.html#how-to-create-a-multiattach-volume\n[2] https://review.opendev.org/c/openstack/cinder/+/874865\n\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/877337\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/877497\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/877548\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/877498\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/877499\n\nChange-Id: I5f68ef56fcc55dfc636936dabb5e6ad761579519\n"
    },
    {
      "commit": "572ac54250fdd1a61809b57cbd15a49209c83f16",
      "tree": "de999d7a28e4dd10bd8dcbffda58b9116b23e0ff",
      "parents": [
        "baa3cc712cbf37a077291f69d8b621bd6f759132"
      ],
      "author": {
        "name": "Jorge San Emeterio",
        "email": "jsanemet@redhat.com",
        "time": "Thu Mar 09 10:38:56 2023 +0000"
      },
      "committer": {
        "name": "Jorge San Emeterio",
        "email": "jsanemet@redhat.com",
        "time": "Tue Mar 14 09:39:18 2023 +0000"
      },
      "message": "Update\n\"test_list_migrations_in_flavor_resize_situation\" to indicate the failing request on timeout.\n\nThis is one of those tests that for some reason or the other fail randomly on our CI systems. Problem is, that the error message it fails with is not very helpful, as it just indicates that a timeout happened but not much else. This change seeks to fix that by including the request id that led to the timeout. This way, once the test fails on a build, it will be possible to search the log files for this request and track the underlying problem.\n\nCloses-Bug: #2009701\nChange-Id: Ic1ffd62f9d6ed0d69467f678c1820cddbb1fda12\n"
    },
    {
      "commit": "35b4b58d01e0e92a3e5d3dcadba9c874482bcc20",
      "tree": "413fb8b36c03a2c838abf9a93896b84496a5690e",
      "parents": [
        "baa3cc712cbf37a077291f69d8b621bd6f759132",
        "e9a58a1cc79feb7d96b7d6db7587e6c39f2450a5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 13 22:24:37 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 13 22:24:37 2023 +0000"
      },
      "message": "Merge \"Introduce a change that will allow more clients to make volumes\""
    },
    {
      "commit": "e9a58a1cc79feb7d96b7d6db7587e6c39f2450a5",
      "tree": "fddc0e48fcc193113586b29140e4ed2ab58fc6dd",
      "parents": [
        "1569290be06e61d63061ae35a997aff0ebad68f1"
      ],
      "author": {
        "name": "Milana Levy",
        "email": "millevy@redhat.com",
        "time": "Tue Feb 21 12:55:20 2023 +0000"
      },
      "committer": {
        "name": "Milana Levy",
        "email": "millevy@redhat.com",
        "time": "Mon Mar 13 12:59:56 2023 +0000"
      },
      "message": "Introduce a change that will allow more clients to make volumes\n\nThis change was written so that a new volume could be created by another client other than the primary admin.\nThis change also let this clients to attach/detach volumes.\n\nChange-Id: I122a08aaf273a1f786e13737f31f2a0ab9c7bfdb\n"
    },
    {
      "commit": "baa3cc712cbf37a077291f69d8b621bd6f759132",
      "tree": "1d463c7442821d59f68fa9164bc12cbae6ea949d",
      "parents": [
        "0ea86c37adcf3289f04f0aa6f18811ec1619780c",
        "21f40f3df22561a96164daedbb09032686392f22"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Mar 06 23:12:05 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 06 23:12:05 2023 +0000"
      },
      "message": "Merge \"Revert \"Fix DeprecationWarning of jsonschema\"\""
    },
    {
      "commit": "0ea86c37adcf3289f04f0aa6f18811ec1619780c",
      "tree": "f6fa1f68a03e69765ee118d3311171bcb57f3f28",
      "parents": [
        "4960ad92951ab882e36a337a2fb626e349ba2adb",
        "d78e405364ca3725820fc7bd4b2f2af198ccc624"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Mar 05 19:47:35 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 05 19:47:35 2023 +0000"
      },
      "message": "Merge \"Fix server cleanup in test_multiple_create test\""
    },
    {
      "commit": "4960ad92951ab882e36a337a2fb626e349ba2adb",
      "tree": "96cf8cd3e00f4b8599d37d0a52bdf9742d21d3bd",
      "parents": [
        "28f7dfa33bd3b73b3bf238ed81a48886b795a928",
        "f16c70a11c6e1e3126dba516e9e8aaa9618e58a8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Mar 05 19:44:00 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 05 19:44:00 2023 +0000"
      },
      "message": "Merge \"Revert \"Update required minimum jsonschema version \u003e\u003d 4.16.0\"\""
    },
    {
      "commit": "d78e405364ca3725820fc7bd4b2f2af198ccc624",
      "tree": "5f37325270eacbf3524067b6032e909af6102c11",
      "parents": [
        "4c76f1642f6cd2147ceb9a7bea2a27f7a22038cb"
      ],
      "author": {
        "name": "Lukas Piwowarski",
        "email": "lpiwowar@redhat.com",
        "time": "Tue Feb 28 15:11:43 2023 +0000"
      },
      "committer": {
        "name": "Lukas Piwowarski",
        "email": "lpiwowar@redhat.com",
        "time": "Fri Mar 03 08:07:42 2023 +0000"
      },
      "message": "Fix server cleanup in test_multiple_create test\n\nThe above-mentioned test uses ServersClient.delete_server function to\ndelete servers. However, this function does not wait for the successful\ndeletion of the servers which sometimes leads to an error (see linked\nbug).\n\nThis patch changes the test so that it uses\nBaseV2ComputeTest.delete_server function which waits for the successful\ndeletion of the server.\n\nCloses-Bug: #1954535\nChange-Id: Ic1ed48fda03ce3c13198d2dd299b57d68b06e63d\n"
    },
    {
      "commit": "21f40f3df22561a96164daedbb09032686392f22",
      "tree": "8c0b7512441ac312835afac3431781fb8af7271d",
      "parents": [
        "d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 03 03:05:40 2023 +0000"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Mar 03 03:05:40 2023 +0000"
      },
      "message": "Revert \"Fix DeprecationWarning of jsonschema\"\n\nThis reverts commit d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e.\n\nReason for revert:\n\nWe need to support till xena as Tempest master do support stable/xena onwards branches. stable/xena has jsonschema 3.2.0 only https://github.com/openstack/requirements/blob/stable/xena/upper-constraints.txt#L548\n\nWe need to avoid such bumping unless something is failing.\n\nWith jsonschema 3.2.0 we do not have the new things so let\u0027s keep them and we can fix it once we have jsonschema version as upper-constraint where they are going to be removed.\n\nhttps://github.com/python-jsonschema/jsonschema/blob/v3.2.0/jsonschema/validators.py#L475\n\nChange-Id: Iab8dbcd469e2ca234c9a42673b8b02f470ec2404\n"
    },
    {
      "commit": "f16c70a11c6e1e3126dba516e9e8aaa9618e58a8",
      "tree": "e7aa1bd43ef69580479be62257fddc454deeb5c3",
      "parents": [
        "e2315c1cf55b8eb7996c61bed85313d5ff90d07f"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 02 22:44:16 2023 +0000"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Mar 02 22:44:16 2023 +0000"
      },
      "message": "Revert \"Update required minimum jsonschema version \u003e\u003d 4.16.0\"\n\nThis reverts commit e2315c1cf55b8eb7996c61bed85313d5ff90d07f.\n\nReason for revert:\n\nWe need to support till xena as Tempest master do support stable/xena onwards branches. stable/xena has jsonschema 3.2.0 only https://github.com/openstack/requirements/blob/stable/xena/upper-constraints.txt#L548\n\nWe need to avoid such bumping unless something is failing.\n\nChange-Id: Ib6c9ed442b9e4b6c70af7ca7e495e644b17428d7\n"
    },
    {
      "commit": "28f7dfa33bd3b73b3bf238ed81a48886b795a928",
      "tree": "2c3fe0cb1c876cb22d16e6ba6345fb3d63f1b6c2",
      "parents": [
        "92ae4d2fd2909cf79d6d1e4971a40a63412431a7",
        "30a269ceeefde605bbc8f9b68b65f99f30af9184"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Mar 02 03:19:25 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 02 03:19:25 2023 +0000"
      },
      "message": "Merge \"Cinder client fails if identity API version specified\""
    },
    {
      "commit": "92ae4d2fd2909cf79d6d1e4971a40a63412431a7",
      "tree": "e8236f4d6d3c30c55d1784fa579ece6ddaf0fd18",
      "parents": [
        "0c10907cf8ca61c8c164c7d911365374d66113f2",
        "e2315c1cf55b8eb7996c61bed85313d5ff90d07f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Mar 02 02:56:22 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 02 02:56:22 2023 +0000"
      },
      "message": "Merge \"Update required minimum jsonschema version \u003e\u003d 4.16.0\""
    },
    {
      "commit": "30a269ceeefde605bbc8f9b68b65f99f30af9184",
      "tree": "0bda29e75451c423aad6b400ae921585a579b87e",
      "parents": [
        "5e9e677d8f7f78b8891bd625a36fe7e35a3f1696"
      ],
      "author": {
        "name": "Takemi Asakura",
        "email": "tasakura@redhat.com",
        "time": "Thu Feb 16 19:40:45 2023 +0900"
      },
      "committer": {
        "name": "Takemi Asakura",
        "email": "tasakura@redhat.com",
        "time": "Wed Mar 01 19:44:15 2023 +0900"
      },
      "message": "Cinder client fails if identity API version specified\n\nThe `CLIClient` class, which is used as an interface to various openstack related CLIs, however, the `--os-identity-api-version` option is not available outside of swift and openstack client.\n\nWhen `--os-identity-api-version` is used except for swift and openstack clients, the following fixes were made to prevent passing options to the client.\n\n- Add a statement in the `cmd_with_auth` method that `--os-identity-api-version` is used only for swift and openstack\n\nCloses-Bug: #1980252\nChange-Id: I8cfe63551cadd2f773c7455786b01f12e4843796\n"
    },
    {
      "commit": "0c10907cf8ca61c8c164c7d911365374d66113f2",
      "tree": "fef12024748f1ea88135b9d5ae6999e9572446fb",
      "parents": [
        "6f93d828fc317b4e53c27128b24f8d82c914ac3d",
        "d3155552ec0d176aa03410f6d2725b5c4138c976"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Mar 01 00:20:08 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 01 00:20:08 2023 +0000"
      },
      "message": "Merge \"Avoid wait for vol detach in live-migrate tests\""
    },
    {
      "commit": "e2315c1cf55b8eb7996c61bed85313d5ff90d07f",
      "tree": "f08d88e11c1aed21f6566682d16f12c0c853f2a8",
      "parents": [
        "d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"
      ],
      "author": {
        "name": "Nozomi Kawamoto",
        "email": "nkawamot@redhat.com",
        "time": "Wed Mar 01 00:38:22 2023 +0900"
      },
      "committer": {
        "name": "Nozomi Kawamoto",
        "email": "nkawamot@redhat.com",
        "time": "Wed Mar 01 00:38:22 2023 +0900"
      },
      "message": "Update required minimum jsonschema version \u003e\u003d 4.16.0\n\nDeprecationWarnings for jsonschema has been fixed at below path.\n\nhttps://review.opendev.org/c/openstack/tempest/+/875264\n\nBut it is required to update the minimum jsonschema version \u003e\u003d 4.16.0\nfor including a below commit.\n\nhttps://github.com/python-jsonschema/jsonschema/commit/ee024ffc61bee56b25e816f489d7365fe1445c6d\n\nCloses-Bug: #2008490\nChange-Id: I0f459d7f74406e30af725c751f3b7cd1a6a931a6\n"
    },
    {
      "commit": "6f93d828fc317b4e53c27128b24f8d82c914ac3d",
      "tree": "e47ef5ebc3e9f05e52bea07cdfd92e84693e497d",
      "parents": [
        "cd080273d2158d53547bc2bfe9e37c9530e11b2e",
        "d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 27 22:23:41 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 27 22:23:41 2023 +0000"
      },
      "message": "Merge \"Fix DeprecationWarning of jsonschema\""
    },
    {
      "commit": "d3155552ec0d176aa03410f6d2725b5c4138c976",
      "tree": "720fa7ade2c47706b4a9b4077a2d50d4dcf6e783",
      "parents": [
        "cd080273d2158d53547bc2bfe9e37c9530e11b2e"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Feb 27 06:48:38 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Feb 27 08:30:46 2023 -0800"
      },
      "message": "Avoid wait for vol detach in live-migrate tests\n\nThis extends the recent theme of making sure the tearDown process does\nnot hang and ultimately fail the test because it cannot detach a\nvolume from a guest. We see (and have been seeing for a long time)\nthe live migration tests specifically fail in this way in the gate.\n\nChange-Id: Ib1065c146ab2f927c23fc8a0b73d7040516a19a6\nRelated-Bug: #199232\n"
    },
    {
      "commit": "cd080273d2158d53547bc2bfe9e37c9530e11b2e",
      "tree": "46fd50e5ddf8432fe4a6e9a7b54bc62735b80c54",
      "parents": [
        "bb45ed48383718ce489fec2fe4cd60dc99e8602d",
        "ece781e26caf8d935719a6d8eafbc06d90f74ca2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sun Feb 26 12:38:04 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Feb 26 12:38:04 2023 +0000"
      },
      "message": "Merge \"Switch to the master constraint in tox.ini\""
    },
    {
      "commit": "bb45ed48383718ce489fec2fe4cd60dc99e8602d",
      "tree": "c837ad499fd3f6a8d454a3a059786449a8da4611",
      "parents": [
        "991aade8c5104664a54e530a076393618b2e06a7",
        "58a1047d58c65ed7ddbb4ac611060d648db5bded"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Feb 25 19:50:00 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Feb 25 19:50:00 2023 +0000"
      },
      "message": "Merge \"Use stable constraint in tox to release new tag for 2023.1\""
    },
    {
      "commit": "991aade8c5104664a54e530a076393618b2e06a7",
      "tree": "46fd50e5ddf8432fe4a6e9a7b54bc62735b80c54",
      "parents": [
        "870d15f204ead52806c4a8ef99bfa1b006d3ea05",
        "50d52e239e91b588fba8697989d3cb371fd95b9b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Feb 25 17:46:58 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Feb 25 17:46:58 2023 +0000"
      },
      "message": "Merge \"Add releasenote to tag the Tempest for 2023.1 release\""
    },
    {
      "commit": "870d15f204ead52806c4a8ef99bfa1b006d3ea05",
      "tree": "6087bda2cb0faebc8a304031e75e25f15e53add4",
      "parents": [
        "8f4a22141ea06a0a02c41b1dd2c11e8901db90d3",
        "d869e3acd344c6fb941a4c2833047f24dc0fb109"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Feb 25 17:07:10 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Feb 25 17:07:10 2023 +0000"
      },
      "message": "Merge \"Use MYSQL_REDUCE_MEMORY in some periodic jobs\""
    },
    {
      "commit": "ece781e26caf8d935719a6d8eafbc06d90f74ca2",
      "tree": "ff6285ab07a86589d651f8e23630cb8bc556f2d6",
      "parents": [
        "58a1047d58c65ed7ddbb4ac611060d648db5bded"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Feb 19 17:04:23 2023 -0800"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 25 02:53:39 2023 +0000"
      },
      "message": "Switch to the master constraint in tox.ini\n\nTo releas a new tag for Tempest 2023.1, we modified the\ncompatible constraint in tox.ini\n- https://review.opendev.org/c/openstack/tempest/+/874359/1\n\nAs new tag is released now so we can switch back to the master\nconstraint in tox.ini.\n\nChange-Id: I60f38bef843ad16a54b1fc818ad2c2bcb6095a84\n"
    },
    {
      "commit": "58a1047d58c65ed7ddbb4ac611060d648db5bded",
      "tree": "ded372f01e67b691eb4edbc14437b8f6db5d36ad",
      "parents": [
        "50d52e239e91b588fba8697989d3cb371fd95b9b"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Feb 19 17:01:38 2023 -0800"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 25 02:53:35 2023 +0000"
      },
      "message": "Use stable constraint in tox to release new tag for 2023.1\n\nWe are going to release Tempest new tag to declare the start of\nsupport for stable/2023.1. So that new tag use stable/2023.1\nconstraint in the tox env.\n\nFor example: if anyone use Tempest new tag in future say\n1 year later then tox env also should use the 2023.1 contstraint for\ncompatibility instead master.\n\nThese need to be move back to master constraint once release is done.\n\nChange-Id: Iedaca324ab239cdb102b28f0eb40a9d160d1591f\n"
    },
    {
      "commit": "50d52e239e91b588fba8697989d3cb371fd95b9b",
      "tree": "ff6285ab07a86589d651f8e23630cb8bc556f2d6",
      "parents": [
        "8f4a22141ea06a0a02c41b1dd2c11e8901db90d3"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun Feb 19 16:53:55 2023 -0800"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 25 02:53:28 2023 +0000"
      },
      "message": "Add releasenote to tag the Tempest for 2023.1 release\n\nChange-Id: I11996f06bd17cdce4ee2313e4604474591c466a5\n"
    },
    {
      "commit": "8f4a22141ea06a0a02c41b1dd2c11e8901db90d3",
      "tree": "b7372dd8f833e3f7aa7905d741ca4a2b0a3f90e6",
      "parents": [
        "07d83abc6b5037f28bffb3aa0dc51d114b63af5a",
        "4091e98d1bcb57995769fcc1978117476f6ce7e2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Feb 25 02:37:42 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Feb 25 02:37:42 2023 +0000"
      },
      "message": "Merge \"Use project_reader in server test\""
    },
    {
      "commit": "d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e",
      "tree": "e7aa1bd43ef69580479be62257fddc454deeb5c3",
      "parents": [
        "07d83abc6b5037f28bffb3aa0dc51d114b63af5a"
      ],
      "author": {
        "name": "Nozomi Kawamoto",
        "email": "nkawamot@redhat.com",
        "time": "Sat Feb 25 00:33:46 2023 +0900"
      },
      "committer": {
        "name": "Nozomi Kawamoto",
        "email": "nkawamot@redhat.com",
        "time": "Sat Feb 25 00:33:46 2023 +0900"
      },
      "message": "Fix DeprecationWarning of jsonschema\n\n`jsonschema.draft4_format_checker` and also `jsonschema.FormatChecker.cls_checks`\nare deprecated and DeprecationWarning appears every time so these make\nlogs a little dirty and also these attribute/classmethod will be removed\nin the future.\n\nTherefore `jsonschema.draft4_format_checker` should be replaced with\n`jsonschema.Draft4Validator.FORMAT_CHECKER` and\n`jsonschema.FormatChecker.cls_checks` should be replaced with\n`jsonschema.Draft4Validator.FORMAT_CHECKER.checks`.\n\nEventually, DeprecationWarning for jsonschema will disappear with this\nproposed fix.\n\nCloses-Bug: #2008490\nChange-Id: I1ef326b8ac17f4bbcbc718d13223da156b0e5ec3\n"
    },
    {
      "commit": "07d83abc6b5037f28bffb3aa0dc51d114b63af5a",
      "tree": "8c0b7512441ac312835afac3431781fb8af7271d",
      "parents": [
        "ec96c504b133afc7757d09c89db4bc0be2d3d4a8",
        "9d11ac114f6a43cc048730ec679c65e9f9e71d06"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Feb 24 07:29:34 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 24 07:29:34 2023 +0000"
      },
      "message": "Merge \"Allow capital letters in mac address regex\""
    },
    {
      "commit": "ec96c504b133afc7757d09c89db4bc0be2d3d4a8",
      "tree": "7203eb90a8c855631e8fec92c0e08a3da08327d8",
      "parents": [
        "0f9ce75f380f99e5b7b72eb3e651d8f571663ccd",
        "35fc95dbd05b3ed97d01ecf66ce3ca9f5c7d865b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Feb 24 04:36:42 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 24 04:36:42 2023 +0000"
      },
      "message": "Merge \"Fix creation of requested creds within the same project\""
    },
    {
      "commit": "0f9ce75f380f99e5b7b72eb3e651d8f571663ccd",
      "tree": "6c9b31f4a59021f5befd6a14d2a0f58f0f3442ef",
      "parents": [
        "310c87856b93c5021e8b909a410df490213b5520",
        "1062a8ddd4b7ff7b291743d4b4acdb31a041982d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 17:55:20 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 17:55:20 2023 +0000"
      },
      "message": "Merge \"Add periodic job to experimental queue\""
    },
    {
      "commit": "310c87856b93c5021e8b909a410df490213b5520",
      "tree": "b8b18f867c9716e53ff9eba30dde5afd7dbea39f",
      "parents": [
        "2c0728a963f0b5b096ea80e3077624c553003d28",
        "ec893e38272ed35465c505b7f4f07132769fb347"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 12:26:37 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 12:26:37 2023 +0000"
      },
      "message": "Merge \"Add doc for multinode attribute\""
    },
    {
      "commit": "2c0728a963f0b5b096ea80e3077624c553003d28",
      "tree": "e2eecf31adf8c7ab800271b16d82bac80f22ebb6",
      "parents": [
        "a88352fe0cbff2e693166d282e1d03147df06d00",
        "f235785a781c7488e903996fdefdeaf62b04dfe8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 12:26:33 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 12:26:33 2023 +0000"
      },
      "message": "Merge \"Allow float value when overriding downtime\""
    },
    {
      "commit": "ec893e38272ed35465c505b7f4f07132769fb347",
      "tree": "ec6a1da97b16f0f9fc330824615ac6418f881d7c",
      "parents": [
        "e2183ca8f6562675ac0c31583be8316e4ffec161"
      ],
      "author": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Tue Feb 14 11:39:27 2023 +0100"
      },
      "committer": {
        "name": "Martin Kopec",
        "email": "mkopec@redhat.com",
        "time": "Thu Feb 23 10:28:08 2023 +0000"
      },
      "message": "Add doc for multinode attribute\n\nAdding a documentation entry for the recently created multinode\nattribute.\n\nChange-Id: I082cce3a88a6ae88d6c671204155595c917ac08a\n"
    },
    {
      "commit": "a88352fe0cbff2e693166d282e1d03147df06d00",
      "tree": "6ad41e00f96d63bd2ea95a45491ad9ba32f9b30e",
      "parents": [
        "34d65305b62f8915f4558ee3f0fca3598ed954d6",
        "40ba550c3d3b809fbb6d515d7d3158b76b2d759c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 09:57:24 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 09:57:24 2023 +0000"
      },
      "message": "Merge \"Avoid long wait for volume detach in some tests\""
    },
    {
      "commit": "34d65305b62f8915f4558ee3f0fca3598ed954d6",
      "tree": "3bea5b75ec82b8569fa2924a1b1baf71bbe1beeb",
      "parents": [
        "f72a8ae998fb1cdf472ac08a6231978e4e1df4e2",
        "d2d34f5017042c7bfa5a5f60776481501bef4101"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 09:14:53 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 09:14:53 2023 +0000"
      },
      "message": "Merge \"Change order of server/volume in snapshot test\""
    },
    {
      "commit": "f72a8ae998fb1cdf472ac08a6231978e4e1df4e2",
      "tree": "e21c01d3a9435e1cc692e616538cac70a5802500",
      "parents": [
        "91697ff6203c21e8f5d249d2a682b16c58c816b4",
        "aeacd8c92a5d18775c3611908e5605f1e470ed4a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 23 01:07:01 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 23 01:07:01 2023 +0000"
      },
      "message": "Merge \"Log console on failure to delete attachment\""
    },
    {
      "commit": "91697ff6203c21e8f5d249d2a682b16c58c816b4",
      "tree": "dc1d72c897391483b0a0a86fde0765313844984c",
      "parents": [
        "11d4fc9e417d5cfcd6c6075e27d052aecc69c385",
        "199ea6525ea281ace6149acca6fc40e34f0f4cb4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Feb 22 22:45:31 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 22 22:45:31 2023 +0000"
      },
      "message": "Merge \"Use assertLessEqual for downtime validation\""
    },
    {
      "commit": "40ba550c3d3b809fbb6d515d7d3158b76b2d759c",
      "tree": "0431d190fa94a7c8e19dad4df0ca89b5231f9cc9",
      "parents": [
        "d2d34f5017042c7bfa5a5f60776481501bef4101"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue Feb 21 12:48:53 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Feb 22 09:26:08 2023 -0800"
      },
      "message": "Avoid long wait for volume detach in some tests\n\nWhen we attach a volume to a server we are going to delete later, we\nset ourselves up for having to wait for a graceful detach of that\nvolume from the server, which is what the API provides. That should\nalways work, but if the guest has crashed or become unstable, we may\nend up waiting for it until we timeout and fail, even though the\nend goal is to just delete the server right after. So, this adds a\nflag to attach_volume() that effectively says \"let this be cleaned up\nwhen the server is deleted.\" We still make the detach call, but we do\nnot wait for it to complete. This allows nova to force things during\nthe server delete process and avoid us getting hung up.\n\nFurther, since deleting the server is an asynchronous operation which\nreturns to the API caller immediately, we could race to delete the\nvolume before nova has finished server delete, making it available for\ndeletion. So, this also changes our create_volume() cleanup to use a\nspecial routine that checks to see if the volume is attached and if it\nis, waits for it to become available before attempting to delete the\nvolume.\n\nThis bites us in the gate quite a bit, in the force-snapshot-on-live-\ninstances test scenario, which is what the referenced gate bug is\nabout.\n\nChange-Id: I027789668d7d9aebcd0418d9a45801771f1eccbd\nRelated-Bug: #1939108\n"
    },
    {
      "commit": "d2d34f5017042c7bfa5a5f60776481501bef4101",
      "tree": "336e4c72e235f436af7943acbe38de81a63bb922",
      "parents": [
        "aeacd8c92a5d18775c3611908e5605f1e470ed4a"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Feb 22 07:59:16 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Feb 22 09:25:41 2023 -0800"
      },
      "message": "Change order of server/volume in snapshot test\n\nThis changes the order in which we create our test server and our test\nvolume in test_snapshot_create_delete_with_volume_in_use() to better\nenable us to allow server deletion to detach the volume without hanging\non the guest.\n\nChange-Id: Ia40ddacc5d5de3a57d19c4d60a65ba9bdc7c943d\nRelated-Bug: #1939108\n"
    },
    {
      "commit": "4091e98d1bcb57995769fcc1978117476f6ce7e2",
      "tree": "58b6c2f764cef607346cd2a8c81dabd4043bbc81",
      "parents": [
        "35fc95dbd05b3ed97d01ecf66ce3ca9f5c7d865b"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jan 19 21:31:25 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Feb 22 15:46:51 2023 +0000"
      },
      "message": "Use project_reader in server test\n\nWe have project_reader credentials in tempest and they\nuse the same project as member role creds. Nova support\nthe project reader role in get server API. Moving the\nserver tests to use project reader creds in GET server\nAPI call.\n\nChange-Id: Id1964ae31951dba19917110f9940bff39345cef0\n"
    },
    {
      "commit": "35fc95dbd05b3ed97d01ecf66ce3ca9f5c7d865b",
      "tree": "d3c0fccfd34c98119517925567a06e64437fbd99",
      "parents": [
        "11d4fc9e417d5cfcd6c6075e27d052aecc69c385"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Jan 18 23:22:29 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Feb 22 15:46:42 2023 +0000"
      },
      "message": "Fix creation of requested creds within the same project\n\nWe have a bug in dynamic creds creation where project creds\nwith different roles are created under a new projects. Creds\nof different role of projects must be created within the same\nproject.\n\nFixing the creation of \u0027project_admin\u0027, \u0027project_member\u0027,\n\u0027project_reader\u0027, \u0027primary\u0027 creds in same projects. All the alt\ncreds will be created under same projects. but main and alt creds\nwill use different project, for example, \u0027project_alt_member\u0027\nand \u0027project_member\u0027 creds will be created in different project.\n\n\u0027admin\u0027 creds will continue be in new project as many test\nuse it as legacy admin.\n\nCloses-Bug: #1964509\nChange-Id: I9af005e2900195c42ecbbf7434facae2d3952f30\n"
    },
    {
      "commit": "aeacd8c92a5d18775c3611908e5605f1e470ed4a",
      "tree": "7e42500e1c1c19d79cd6cf7af269877f373dae0e",
      "parents": [
        "1569290be06e61d63061ae35a997aff0ebad68f1"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Tue Feb 21 13:34:20 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Wed Feb 22 06:56:28 2023 -0800"
      },
      "message": "Log console on failure to delete attachment\n\nIf we timeout waiting for delete attachment to complete, we should\nlog the guest console to see if it has crashed or has other error\nmessages that might indicate the reason.\n\nRelated-Bug: #1939108\n\nChange-Id: If0ce1b7eb2064a7b91d2e426836c76171bfdff79\n"
    },
    {
      "commit": "11d4fc9e417d5cfcd6c6075e27d052aecc69c385",
      "tree": "07510e43f909a9b15fc4355cefe764e474042af6",
      "parents": [
        "1569290be06e61d63061ae35a997aff0ebad68f1"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Feb 21 13:29:44 2023 -0800"
      },
      "committer": {
        "name": "yatin",
        "email": "ykarel@redhat.com",
        "time": "Wed Feb 22 06:59:21 2023 +0000"
      },
      "message": "Fix tempest-full-py3 for stable/ussuri to wallaby\n\ntempest-full-py3 job started using the new tox env\n\u0027integrated-full\u0027 which is not present in old\ntempest used in stable/ussuri to wallaby. This\ncommit preapre a separate job definiton for stable\nussuri to wallaby which use \u0027full\u0027 tox env.\n\nCloses-Bug: #2007986\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/874625\nChange-Id: I5f1c4de0e7ec0cc6d7f6ba7d7aa78aabc931d23e\n"
    },
    {
      "commit": "9d11ac114f6a43cc048730ec679c65e9f9e71d06",
      "tree": "d6ed5bdfad399288b5eec9fe28d215d268d894d0",
      "parents": [
        "1632cf5085de995206ec97788b4b546c13466860"
      ],
      "author": {
        "name": "Ritchie, Frank (fr801x)",
        "email": "fr801x@att.com",
        "time": "Wed Feb 15 13:24:57 2023 -0500"
      },
      "committer": {
        "name": "Ritchie, Frank (fr801x)",
        "email": "fr801x@att.com",
        "time": "Mon Feb 20 14:57:50 2023 -0500"
      },
      "message": "Allow capital letters in mac address regex\n\nThis PS is to permit mac addresses that include capitals letters in the\nrange A-F.\n\nChange-Id: Ib0ac54848cec9c7ae315614e61cbfb4d663fcce4\n"
    },
    {
      "commit": "f235785a781c7488e903996fdefdeaf62b04dfe8",
      "tree": "35c684218f06cef691228c8ddf45749873c02991",
      "parents": [
        "ff2424e0bc0aca9bef8e7da216d6f9bdd74f7a9d"
      ],
      "author": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Mon Feb 20 15:21:13 2023 +0200"
      },
      "committer": {
        "name": "Roman Safronov",
        "email": "rsafrono@redhat.com",
        "time": "Mon Feb 20 18:17:56 2023 +0200"
      },
      "message": "Allow float value when overriding downtime\n\nLive migration downtime is configured as an integer option while\na default value is set to a float number. When a user tries to\noverride the option with another float number he receives a ValueError.\nThis patch changes the option to allow overriding with a float\nnumber.\n\nChange-Id: I955f4ec09c9a2fbaed61a82839ac15d3eef29ab0\n"
    },
    {
      "commit": "1569290be06e61d63061ae35a997aff0ebad68f1",
      "tree": "929338d6f74863aab7dbba077b5f48465e4bb6ac",
      "parents": [
        "ff2424e0bc0aca9bef8e7da216d6f9bdd74f7a9d",
        "6833a56f256c860bf4cd9305498fe181f60a13df"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 20 14:14:47 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 20 14:14:47 2023 +0000"
      },
      "message": "Merge \"Add retries to more glance location tests\""
    },
    {
      "commit": "ff2424e0bc0aca9bef8e7da216d6f9bdd74f7a9d",
      "tree": "69b1d3a655cf280f2cf0101c90b9ca942c0b44c1",
      "parents": [
        "b915c7f35ff105d8ac613cc171cd9235a96eac8d",
        "31afd4e570fca5c5223e527e35c557f840cf2e03"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 20 01:21:59 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 20 01:21:59 2023 +0000"
      },
      "message": "Merge \"Do not run openstacksdk-functional-devstack on victoria\""
    },
    {
      "commit": "1062a8ddd4b7ff7b291743d4b4acdb31a041982d",
      "tree": "7f78c400e7ec0e4c6154e8d9fb4eee0f09f9e461",
      "parents": [
        "b915c7f35ff105d8ac613cc171cd9235a96eac8d"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 18 14:25:07 2023 -0800"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 18 14:25:07 2023 -0800"
      },
      "message": "Add periodic job to experimental queue\n\nAdding a few missing periodic jobs to experimental\nqueue so that we can run then on demand also.\n\nChange-Id: Ice57829388d379e53811186a2e3c3ebb9feebaa6\n"
    },
    {
      "commit": "d869e3acd344c6fb941a4c2833047f24dc0fb109",
      "tree": "c1860e3db07aa470a60df9d357eb4704c68682a9",
      "parents": [
        "b915c7f35ff105d8ac613cc171cd9235a96eac8d"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Mon Feb 13 14:14:52 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Feb 17 10:15:07 2023 -0800"
      },
      "message": "Use MYSQL_REDUCE_MEMORY in some periodic jobs\n\nThis will give us some data on whether or not these memory reduction\ntechniques help or hurt, before we roll them out to any gating jobs\nfor projects.\n\nChange-Id: Ib9235d2ef93dae5c6b699d2b7141087d2bb09f46\nDepends-On: https://review.opendev.org/c/openstack/devstack/+/873646\n"
    },
    {
      "commit": "6833a56f256c860bf4cd9305498fe181f60a13df",
      "tree": "845901b74d4ae24d827185d7576a434235eb1a0d",
      "parents": [
        "b915c7f35ff105d8ac613cc171cd9235a96eac8d"
      ],
      "author": {
        "name": "Dan Smith",
        "email": "dansmith@redhat.com",
        "time": "Fri Feb 17 06:40:16 2023 -0800"
      },
      "committer": {
        "name": "Dan Smith",
        "email": "dms@danplanet.com",
        "time": "Fri Feb 17 16:52:12 2023 +0000"
      },
      "message": "Add retries to more glance location tests\n\nThis generalizes the retry loop recently added (in haste) and applies\nit to another set of tests that do image location updates.\n\nFixes-Bug: #1999800\n\nChange-Id: Ib6a44a608cc3b6346c4b9fe23c986cb23d11a906\n"
    },
    {
      "commit": "199ea6525ea281ace6149acca6fc40e34f0f4cb4",
      "tree": "bc6b58fec788dd1d59991b349ad5a630feeadbc6",
      "parents": [
        "b915c7f35ff105d8ac613cc171cd9235a96eac8d"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Feb 17 17:27:50 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Fri Feb 17 17:27:52 2023 +0530"
      },
      "message": "Use assertLessEqual for downtime validation\n\nThe test was added as part of [1]. It should succeed\nwhen downtime is within the limit but it fails as below even\nif downtime is not higher than the allowed limit:-\n\nAssertionError: 5.0 not less than 5 : Downtime \\\nof 5.0 seconds is higher than expected \u00275\u0027\n\nFix it by using assertLessEqual so it fails only\nif downtime is higher than the allowed limit.\n\n[1] https://review.opendev.org/c/openstack/tempest/+/828686\n\nChange-Id: I1bf87bd33aecf004d9cb650110f06454584f600c\n"
    },
    {
      "commit": "b915c7f35ff105d8ac613cc171cd9235a96eac8d",
      "tree": "6b99fd04f3728b8260244b4fddb762a184b2a29d",
      "parents": [
        "1632cf5085de995206ec97788b4b546c13466860",
        "2d2cfac5722fa5aa43998dea6b9d7fff97df368f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 16 12:20:56 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 16 12:20:56 2023 +0000"
      },
      "message": "Merge \"Enable bridge flows and tcpdump in tempest multinode\""
    },
    {
      "commit": "1632cf5085de995206ec97788b4b546c13466860",
      "tree": "aa0df12046681c5b78538b5c50b405b9f74e48de",
      "parents": [
        "5e9e677d8f7f78b8891bd625a36fe7e35a3f1696",
        "61194b73deb43dc3ad6a34dcf831675762b69d5c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Feb 15 17:46:39 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 15 17:46:39 2023 +0000"
      },
      "message": "Merge \"Revert \"Mark tempest-multinode-full-py3 as n-v\"\""
    },
    {
      "commit": "5e9e677d8f7f78b8891bd625a36fe7e35a3f1696",
      "tree": "2c53f442e35b9f8e1a53a35a3d9ff349147cb067",
      "parents": [
        "e4ec47a063ab03ae3d5d621556377717186668c2",
        "518e426ab4ff28db11654f8309241ab215b0e42b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Feb 15 11:00:16 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 15 11:00:16 2023 +0000"
      },
      "message": "Merge \"Separate the extra tests to run in a separate job\""
    },
    {
      "commit": "e4ec47a063ab03ae3d5d621556377717186668c2",
      "tree": "ec29c1180590cfa0760f291267d0ec20183d92f1",
      "parents": [
        "f88e635d392749b1d56dcdde3b0d524ff8a52978",
        "e2183ca8f6562675ac0c31583be8316e4ffec161"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 14 21:49:31 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 14 21:49:31 2023 +0000"
      },
      "message": "Merge \"Minimize the tests footprint in multinode job\""
    },
    {
      "commit": "2d2cfac5722fa5aa43998dea6b9d7fff97df368f",
      "tree": "12599d24a5129c5aeeede93abde1d1ddbc22b839",
      "parents": [
        "f88e635d392749b1d56dcdde3b0d524ff8a52978"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Tue Feb 14 16:29:42 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Tue Feb 14 17:13:07 2023 +0530"
      },
      "message": "Enable bridge flows and tcpdump in tempest multinode\n\nEnable br-int-flows and br-ex-tcpdump services in\ntempest-multinode-full-py3 job, these will help in\ndebugging network issues.\n\nRelated-Bug: #1998916\nChange-Id: I947a6e2a88d7ad38cc00aa694438cb3101030168\n"
    },
    {
      "commit": "f88e635d392749b1d56dcdde3b0d524ff8a52978",
      "tree": "f04a35381327527127918d038c2ca29373c2760e",
      "parents": [
        "7d97df70ae84c8ffe8d42c69c9983589d9cdd7db",
        "6bb98c2aa478f7ad32838fec4b59c4acb73ccf21"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 14 08:38:38 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 14 08:38:38 2023 +0000"
      },
      "message": "Merge \"Prepare tempest-slow-parallel job and run periodically\""
    },
    {
      "commit": "7d97df70ae84c8ffe8d42c69c9983589d9cdd7db",
      "tree": "6ccaa98bc05f8d93f2048b34780daddfa701d22e",
      "parents": [
        "614b326bde1f26b6d5dcab6a27a4c0af6254e09d",
        "c5ff86b61e9d8f13d7dfff32600ceb37bf9ac0cb"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Feb 14 01:50:14 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 14 01:50:14 2023 +0000"
      },
      "message": "Merge \"Enable placement scope and new defaults in rbac test job\""
    },
    {
      "commit": "614b326bde1f26b6d5dcab6a27a4c0af6254e09d",
      "tree": "25df98d2399a0165f60eabcb689fb6099eca8b77",
      "parents": [
        "a9bad0051255327e0a0456a0d46c34f1a6ed4c79",
        "1ae54e331e8ed3c332eabbe0bc650615ae809eb5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Feb 13 21:34:23 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 13 21:34:23 2023 +0000"
      },
      "message": "Merge \"Fix retry_bad_request() context manager\""
    },
    {
      "commit": "61194b73deb43dc3ad6a34dcf831675762b69d5c",
      "tree": "319084a404efb781fe36ce49a1ce0dba03a74616",
      "parents": [
        "518e426ab4ff28db11654f8309241ab215b0e42b"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 11 00:28:25 2023 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 11 13:14:51 2023 -0600"
      },
      "message": "Revert \"Mark tempest-multinode-full-py3 as n-v\"\n\nThis reverts commit 517563fde84fa84199f13fb984945b897bf50bee.\n\nReason for revert: we did few improvement in job/tests run, let\u0027s see if timeout is solved or less frequent.\n\nChange-Id: Ib29fb6d817b801e1472fc22fe761a2309f473dc0\n"
    },
    {
      "commit": "518e426ab4ff28db11654f8309241ab215b0e42b",
      "tree": "775683a9d8c9e28584ce436a0624383c5c18906f",
      "parents": [
        "e2183ca8f6562675ac0c31583be8316e4ffec161"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Feb 10 19:57:36 2023 -0600"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sat Feb 11 19:05:34 2023 +0000"
      },
      "message": "Separate the extra tests to run in a separate job\n\nRecently we are seeing a lot of job timeout(bug#2004780)\nand we see many tests taking time and also number of tests\nincreasing over time. This is to prepare the list of extra tests\n(here extra tests means the tests which are covered by the other\nAPI or scenario tests) which we do not need to run in every\nintegrated jobs. Instead, we can run them in a separete job(s).\n\nCurrently I am adding admin (except keystone) and negative tests\nin the \u0027extra tests\u0027 list but we can add more tests here which\nwe think are covered in some other tests.\n\nAs negative tests are important for interop, adding those extra\ntests coverage for stable branch job also but running them in\nperiodic run only.\n\nRelated-Bug: #2004780\nChange-Id: Id02221df0d6180519751c63e890851bd59fdafa0\n"
    }
  ],
  "next": "e2183ca8f6562675ac0c31583be8316e4ffec161"
}
