)]}'
{
  "log": [
    {
      "commit": "da45177a2f02c4daf2663872154576e51621c97f",
      "tree": "b442eb17544515ab870926a5a1b0b5fba6f96746",
      "parents": [
        "6e4d04071bbe672839c791d0f60ebab038c9a3de"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Mar 22 00:19:39 2023 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Mon Jun 19 08:09:20 2023 +0900"
      },
      "message": "Replace deprecated tenant_id property\n\nThe tenant_id property of RestClient in tempest was deprecated in\n25.0.0. This replaces the deprecated property by the new project_id\nproperty to avoid the following warning.\n\nWARNING tempest.lib.common.rest_client [-] Deprecated: \"tenant_id\"\nproperty is deprecated for removal, use \"project_id\" instead\n\nDepends-on: https://review.opendev.org/c/openstack/tempest/+/707938\nChange-Id: Ie3c32f9f2278b78603a4214c5717df8691ba490a\n"
    },
    {
      "commit": "8c7c5e31f19ed70786d15091f8271ca947778c9c",
      "tree": "516f5ac4aa956023210f2b8d178839a30af7ede3",
      "parents": [
        "bd7d0e8402af758a5de13ebc98dcb96ef558e61a"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Mon May 22 15:05:36 2023 +0200"
      },
      "committer": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri May 26 11:45:25 2023 +0200"
      },
      "message": "Adapt bgpvpn scenarios to recent sRBAC changes\n\nChange-Id: I7a9a1a7a440cf0b6be28abc877b1d895f69e30c9\nRelated-Bug: 2019097\n"
    },
    {
      "commit": "2ef30675e524ac2a0b0b9505ac479fea89b1db4d",
      "tree": "8b2df834a70d391cdeb6822536673ea27feb5a47",
      "parents": [
        "c96f065ff1f60fef212ccf334b68ebd2e9de7c50"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Wed Apr 13 08:33:41 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Wed Apr 13 07:04:23 2022 +0000"
      },
      "message": "[bgpvpn] Remove get_remote_client\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nReplaced methods:\n    * get_remote_client\n\nThere is a slight difference between tempest\u0027s\nget_remote_client and the deleted one. See related\npatch[2].\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n[2] https://opendev.org/openstack/tempest/commit/f52c759e5cc6da962ad63831c55dc140d05a2373\n\nChange-Id: If2df2a0a3c6f8209a2e2d8d59a152bf3d685b0f1\n"
    },
    {
      "commit": "c96f065ff1f60fef212ccf334b68ebd2e9de7c50",
      "tree": "e6ad29caa4694b4b9e2c3cfec3c9be597a410597",
      "parents": [
        "46d4dda4a0c8964a6690918b14fcf17d7f70c6bd"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 11:45:59 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Wed Apr 13 07:03:54 2022 +0000"
      },
      "message": "[bgpvpn] Remove setup_clients method\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nReplaced methods:\n    * setup_clients\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n\nChange-Id: I190f637db14555d5a4d2d579a53b625e446470db\n"
    },
    {
      "commit": "46d4dda4a0c8964a6690918b14fcf17d7f70c6bd",
      "tree": "95dc78d9b095459189ed4ae10be141a30f1aef28",
      "parents": [
        "8235e3b5198c3af40cf2c7c797c8beb028814e80"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 11:36:39 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 11:33:31 2022 +0000"
      },
      "message": "[bgpvpn] Replace security groups related methods\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nReplaced methods:\n    * _create_empty_security_group\n    * _default_security_group (doesn\u0027t exist in tempest anymore)\n    * _create_security_group_rule\n\ncreate_loginable_secgroup_rule can\u0027t be replaced just yet[2].\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n[2] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/837511\n\nChange-Id: I6015457971858737e861f5fccc56dfe6ec2b9c77\n"
    },
    {
      "commit": "8235e3b5198c3af40cf2c7c797c8beb028814e80",
      "tree": "e37222b68e87920ed635b9277e7d21a0a34fdddb",
      "parents": [
        "1d9e28bd2aaac8abb89708d7a3b1760daed3432b"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 11:29:17 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 10:17:41 2022 +0000"
      },
      "message": "[bgpvpn] Make _create_loginable_secgroup_rule public\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\n_create_loginable_secgroup method isn\u0027t ready to be deleted yet, because its rulesets differs from tempest\u0027s.\nThis method will be public now, so replaced methods will use this method over the tempest\u0027s one.\nTempest didn\u0027t allow to modify rulesets, but patch that allows this is already merged[2].\nIn some time, this plugin\u0027s implementation will be replaced\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n[2] https://review.opendev.org/c/openstack/tempest/+/835018\n\nChange-Id: Ia2f8eed6da612bc88c9b9eb48873dcc11b309f42\n"
    },
    {
      "commit": "1d9e28bd2aaac8abb89708d7a3b1760daed3432b",
      "tree": "7ec02901aef3b77a0ae2a94c5284919f50a09416",
      "parents": [
        "763567e3b4ca4ce29f7c42eace1e6815b4c59b83"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 11:14:25 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 10:17:32 2022 +0000"
      },
      "message": "[bgpvpn] Remove _get_server_port_id_and_ip4 \u0026 create_floating_ip\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nReplaced methods:\n    * _get_server_port_id_and_ip4\n    * create_floating_ip\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n\nChange-Id: I1490b2f9ab4972a6fcedc87868d5c444677d9096\n"
    },
    {
      "commit": "763567e3b4ca4ce29f7c42eace1e6815b4c59b83",
      "tree": "30a3645ee952b207b6262bda820dadc7a57835d0",
      "parents": [
        "fd509ebcd8a8b7b41bd7b274447a4e5d5f6f1363"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 09:25:51 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Tue Apr 12 09:25:51 2022 +0200"
      },
      "message": "[bgpvpn] Remove _create_network \u0026 _log_console_output\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nRemoved methods:\n    * _create_network\n    * _log_console_output\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n\nChange-Id: I94ef549f49284e00775c4c26a7b01e529d8fb449\n"
    },
    {
      "commit": "fd509ebcd8a8b7b41bd7b274447a4e5d5f6f1363",
      "tree": "21dd895ffe4f046661074fa5f8ed0980ced262be",
      "parents": [
        "9198d0204b1f3c2f1944aa14da844642a9f287fc"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Thu Apr 07 15:10:08 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Mon Apr 11 12:55:08 2022 +0200"
      },
      "message": "[bgpvpn] Remove _create_port \u0026 create_keypair\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nRemoved methods:\n    * _create_port\n    * create_keypair\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n\nChange-Id: Iec1b3d1d8655f20228cd98a49a39648c7bcf6a0a\n"
    },
    {
      "commit": "9198d0204b1f3c2f1944aa14da844642a9f287fc",
      "tree": "14a9efcc70283447b1ee94f546bcba4501eda2db",
      "parents": [
        "2eb433573cb7312739f3504cee440d5fba675b03"
      ],
      "author": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Thu Apr 07 13:43:29 2022 +0200"
      },
      "committer": {
        "name": "Roman Popelka",
        "email": "rpopelka@redhat.com",
        "time": "Thu Apr 07 14:11:49 2022 +0200"
      },
      "message": "[bgpvpn] Remove unused scenario.manager methods\n\nAs tempest.scenario.manager was announced stable interface in Tempest\n27.0.0[1] it can be now reused in plugins.\n\nRemoved methods:\n    * create_server\n    * check_public_network_connectivity\n    * _associate_floating_ip\n    * _disassociate_floating_ip\n    * check_floating_ip_status\n    * _check_tenant_network_connectivity\n    * _update_router_admin_state\n    * create_networks\n    * check_vm_connectivity\n    * _get_router\n    * ping_ip_address\n    * _create_subnet\n    * _log_net_info\n    * _get_network_by_name\n\nEtherpad concerning this effort:\nhttps://etherpad.opendev.org/p/tempest-scenario-manager-cleanup\n\n[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0\n\nChange-Id: Id267ccaaa29ab6ee76bf8789484f1975542d5090\n"
    },
    {
      "commit": "a84cc250cf017f507872f8609bd1e335575f9c28",
      "tree": "be9349717a85ac0c1c24d8bc51a455ca63d9cb4a",
      "parents": [
        "de8e503274a223f6fb3a79d61e49d8ee47362302"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri Oct 02 09:21:35 2020 +0200"
      },
      "committer": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Fri Oct 02 09:21:35 2020 +0200"
      },
      "message": "Mark some bgpvpn scenario tests unstable\n\ntest_bgpvpn_tenant_separation_and_local_connectivity\ntest_bgpvpn_update_rt_and_keep_local_connectivity_variant1\ntest_bgpvpn_update_rt_and_keep_local_connectivity_variant2\n\nrandomly failing, but mostly at least one of them is red.\nMark them as unstable now till some solution is found.\n\nChange-Id: I3a6cd7df98d4e8be64e10d5c17f0f0ab19f4a67d\nRelated-Bug: #1897408\n"
    },
    {
      "commit": "c3bec86663dc9d30529bc0641fb4f1994d5ecb6e",
      "tree": "de3dec6fd670933f11874e75f62b7e6edabc24f3",
      "parents": [
        "45010027f4bfcd211773b6ec50a6a9c2ca37e8c4"
      ],
      "author": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Thu Sep 10 13:59:49 2020 +0200"
      },
      "committer": {
        "name": "Bernard Cafarelli",
        "email": "bcafarel@redhat.com",
        "time": "Thu Sep 10 14:02:37 2020 +0200"
      },
      "message": "Update hacking for Focal\n\nAs per victoria cycle testing runtime and community goal[1]\nwe need to migrate upstream CI/CD to Ubuntu Focal(20.04).\n\nThis bumps hacking to 3.2.0 in order to work with focal, disabling W504\nto align with neutron (W503 is enabled in this version)\n\nStory: #2007865\nTask: #40199\n\n[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html\n\nChange-Id: Ic7a6da941172aae6dc504eb377c3e94de4805a89\n"
    },
    {
      "commit": "a7bb1619d43b413eb8d5849eb6df8d0dee260660",
      "tree": "a716bd155f93aceb5134156ee3af6b9e29519212",
      "parents": [
        "5cec35e997e006f123099a9c5e8fe588e63ffbde"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jul 17 15:34:46 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Jul 18 14:26:08 2019 +0200"
      },
      "message": "Add possibility to disable running stadium projects tests\n\nThis patch adds possibility to disable running of tests related to:\n* networking-bgpvpn,\n* neutron-fwaas,\n* networking-sfc\n\nwhich were moved to neutron-tempest-plugin repo recently.\nThis will be useful when tests will be run for one of\nstable branches up to Stein, in which those tests are still\nin project\u0027s repo.\n\nChange-Id: I61dc252920154e7e0998eb2c7c1f026814796cdf\n"
    },
    {
      "commit": "8dd49aac9fa27166d76755c7d62ea9f0553d8d74",
      "tree": "4e4ea3955f17942f60468bfeaabaebfe187af974",
      "parents": [
        "22c547853e9a786f8849a06fa46e3aa164bdd782"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Apr 16 14:47:07 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu May 23 16:59:23 2019 +0200"
      },
      "message": "Rehome tempest tests from networking-bgpvpn repo\n\nThis patch rehomes networking-bgpvpn tempest tests from\nnetworking-bgpvpn repo to neutron_tempest_plugin.bgpvpn module.\n\nIt also adds definition of new, zuulv3 job which will run tests from\nthis neutron_tempest_plugin.bgpvpn module.\n\nChange-Id: Ideb935b76c9a3b36f88a2a66dbfcb1844348cd86\n"
    }
  ]
}
