)]}'
{
  "log": [
    {
      "commit": "79a812a69e4015f6c911aa54989970e35bfc241f",
      "tree": "ea4d8acb9eddfe8003c76ed4ae2fd03b6a6ed954",
      "parents": [
        "6990b06cd321930f69907ba42ee744755f8029fe"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Wed Jul 31 14:41:33 2024 +0000"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Wed Aug 07 15:35:26 2024 -0400"
      },
      "message": "Move the check of \"rpc_workers\" after the post-config phase\n\nThe configuration variable can be checked in the Neutron configuration\nduring the post-config phase when the configuration files and sections\nare merged together.\n\nCloses-Bug: #2075342\nChange-Id: Ic42463e2f72488a1b14ce49e4e435cb4a2c0c855\n"
    },
    {
      "commit": "d84b874ef6fff88b93e9b0eab79dea6e6868f94f",
      "tree": "7c79f6f7fd8fc19d3612126dcd84e64670e31a80",
      "parents": [
        "640899124f88ec8d7e7c9c39929c6a562e847749",
        "696dbdf045cbf1c1525bb25c005ce767d1c9e9b8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 23 16:50:12 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 23 16:50:12 2024 +0000"
      },
      "message": "Merge \"Make nova only use the nova account\""
    },
    {
      "commit": "2694cc9d44ec04ce86e9ec03b1f0ef716c17dfa3",
      "tree": "96c08cdfe9e773d5b831d5a6fae10a7513a620aa",
      "parents": [
        "13888a31d2bac9aa46adf72a154be4aa4fbcd790",
        "0cd876384a77d2144c3ebc51a0228433fdb7facb"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Jul 23 12:57:58 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 23 12:57:58 2024 +0000"
      },
      "message": "Merge \"lib/neutron: Migrate neutron to WSGI module path\""
    },
    {
      "commit": "0cd876384a77d2144c3ebc51a0228433fdb7facb",
      "tree": "5c9c646ec9d54e77f1f0e27e5b00d17d72e171b3",
      "parents": [
        "6df53719180c8d587e058a26ed3bb19562e55745"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Fri Apr 19 12:12:16 2024 +0100"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Mon Jul 22 11:10:18 2024 +0000"
      },
      "message": "lib/neutron: Migrate neutron to WSGI module path\n\nChange-Id: Ie99ec3bf4198fa7cd7583d2dca648e1474f94aea\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\nDepends-on: https://review.opendev.org/c/openstack/neutron/+/916407\n"
    },
    {
      "commit": "13888a31d2bac9aa46adf72a154be4aa4fbcd790",
      "tree": "4330c656a76c8b3510412d8c850ebf4f229b4cae",
      "parents": [
        "aaaa03718bdc05df197708f9354e985936f96853"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jul 20 15:50:30 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jul 20 15:55:07 2024 +0000"
      },
      "message": "[Neutron] neutron-rpc-server is not a configurable service\n\nThe \"neutron-rpc-server\" is not a configurable service that can be\nenabled or disabled. This service is a dependant process of the\n\"neutron-api-server\" service that is spawned when the Neutron API\nuses the WSGI module. The execution of this child service will depend\non:\n* The Neutron API service when running with the WSGI module. If\n  the Neutron API uses the eventlet module, this service won\u0027t run\n  (the RPC workers will be spawned by the eventlet server).\n* The \"rpc_workers\" configuration variable. If this variable is\n  explicitly set to \"0\", the server must not run.\n\nCloses-Bug: #2073844\nRelated-Bug: #2073572\nChange-Id: Ic019423ca033ded8609d82bb11841b975862ac14\n"
    },
    {
      "commit": "aaaa03718bdc05df197708f9354e985936f96853",
      "tree": "75701f192fe21005c8ef6de01c32b13a2d3d76ea",
      "parents": [
        "6df53719180c8d587e058a26ed3bb19562e55745"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Jul 19 08:09:25 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Jul 19 13:43:40 2024 +0000"
      },
      "message": "[Neutron] Do not execute RPC workers if \"rpc_workers\u003d0\"\n\nWhen the Neutron WSGI module is used, an independent service called\n\"neutron-rpc-server\" is configured and executed. However it will fail\nif the number of RPC workers is configured to zero. In that case,\nthe configuration and execution of this service should be skipped.\n\nIf the service is explicitly disabled in the devstack configuration,\nit won\u0027t be executed neither.\n\nCloses-Bug: #2073572\nChange-Id: Idd023a2a8f588152221f20a13ae24fbb7d1618a4\n"
    },
    {
      "commit": "696dbdf045cbf1c1525bb25c005ce767d1c9e9b8",
      "tree": "c22a948942cf2c04e4ce08a06379dfdd8fcdc3d9",
      "parents": [
        "b67c20eca531fbb93f86bccc5a8d61495d089d9d"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Tue Jul 09 16:36:37 2024 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Thu Jul 11 09:52:44 2024 +0200"
      },
      "message": "Make nova only use the nova account\n\nEach service should only be using that service\u0027s user account within its\nconfiguration, in order to reduce the possible impact of credential\nleaks. Start with nova, other services will follow.\n\nChange-Id: I6b3fef5de05d5e0cc032b83a2ed834f1c997a048\n"
    },
    {
      "commit": "3a0c0b9ff4bb3568efc471e1bf98fc273e8bc767",
      "tree": "c97c8578bb52598a9dcd54b825614bbdcf690922",
      "parents": [
        "56368c271d5915af76e8e5d2b0bd873d09ba3a49"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Jun 24 11:09:34 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Wed Jul 03 09:06:13 2024 +0000"
      },
      "message": "[Neutron] Add a new Neutron service: neutron-ovn-maintenance-worker\n\nThis new service is spawned when using Neutron WSGI module. This new\nservice executes the OVN maintenance task that syncs the Neutron\ndatabase and the OVN database.\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/922074\nRelated-Bug: #1912359\n\nChange-Id: I495459cd9e35e2e76ba7fc9611a589e1685814f5\n"
    },
    {
      "commit": "56368c271d5915af76e8e5d2b0bd873d09ba3a49",
      "tree": "ab58ca3387567c8ad6f8bff824b73d02cffa738c",
      "parents": [
        "9bcd7c240d5ca84419626bef9027622da18afd02"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Mon Jun 17 15:10:40 2024 +0000"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Fri Jun 21 13:13:16 2024 +0000"
      },
      "message": "[Neutron] Add a new Neutron service: neutron-periodic-workers\n\nThis new service is spawned when using Neutron WSGI module. This new\nservice executes the plugin workers inside a wrapper executor class\ncalled ``AllServicesNeutronWorker``. The workers are executed as\nthreads inside the process.\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/922110\nRelated-Bug: #2069581\n\nChange-Id: I6b76b7bcee1365c80f76231e0311406831f8ce41\n"
    },
    {
      "commit": "f6adb245bbb1a19ada9b7c434699a5019e68fce6",
      "tree": "4275fa4fcc424596bc4908476b98caca79ea0b27",
      "parents": [
        "92d70a854322be9cb22f574618d7663be9a4e649",
        "b500d80c7641583039188baf62c215676e3d81db"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jun 14 22:53:04 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 14 22:53:04 2024 +0000"
      },
      "message": "Merge \"Fix deployment of the neutron with uwsgi\""
    },
    {
      "commit": "b500d80c7641583039188baf62c215676e3d81db",
      "tree": "601e9a0d2483f8c27dc60a1e7cfd39d8dd4183f2",
      "parents": [
        "f871476c222b2760542407bb75a45a571c568cef"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 14 12:58:58 2024 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 14 14:08:00 2024 +0200"
      },
      "message": "Fix deployment of the neutron with uwsgi\n\nAfter patch [1] deploying neutron with uwsgi was not working correctly\ndue to the fact that there was different paths for the applications\nset in the api-paste.ini file. Instead of default ones like:\n\n/: neutronversions_composite\n/healthcheck: healthcheck\n/v2.0: neutronapi_v2_0\n\nit was changing it to something like:\n\n/networking/: neutronversions_composite\n/networking/healthcheck: healthcheck\n/networking/v2.0: neutronapi_v2_0\n\nwhere \u0027networking\u0027 can be configured to something else.\nThis patch fixes deployment of neutron with uwsgi by not changing its\napi-paste.ini file when NEUTRON_DEPLOY_MOD_WSGI\u003dTrue.\n\n[1] https://review.opendev.org/c/openstack/devstack/+/849145\n\nCloses-bug: #2069418\nChange-Id: I12b860d4d98442e2b5ac0c9fd854f1226633b518\n"
    },
    {
      "commit": "d5182ce3fcf5caf8f7dca84217b2c3cb70993df7",
      "tree": "784f21250b795346d2d1c7d0beee4803227f1bf7",
      "parents": [
        "951e53bfccf97886e230789512a2318d8370c5b4"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Fri Apr 19 12:27:14 2024 +0100"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Tue May 14 14:12:02 2024 +0100"
      },
      "message": "lib/apache: Pass name, not path, to remove_uwsgi_config\n\nWe\u0027d like to move from configuring uWSGI with \u0027.wsgi\u0027 files to\nconfiguring with module paths. Do this for all in-tree services and log\na deprecation warning for anyone still passing a path.\n\nNote that since \u0027basepath foo\u0027 returns \u0027foo\u0027, this is effectively a\nno-op for the services being converted here.\n\nChange-Id: Ia1ad5ff160a9821ceab97ff1c24bc48cd4bf1d6f\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\n"
    },
    {
      "commit": "bb0c273697bf54dd569ad38e459cd161b62f96cb",
      "tree": "6108750fb301e9ef4dbb2471e16fc310c018815a",
      "parents": [
        "9a55a925c4bd5aa5ab2d2bea00359a6d9f3e9836"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Thu Nov 16 11:30:04 2023 +0100"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Thu Nov 16 19:49:29 2023 +0530"
      },
      "message": "Option for SQLAlchemy and alembic git source\n\nChange-Id: If7ff0075834a1e9cee01713676166e56b797debd\nCloses-Bug: #2042941\n"
    },
    {
      "commit": "bacb8400942b2ed6b724bdd3d28797896e1054c6",
      "tree": "a144dadb18c0d6da6eb1c0ef783a122f3d35758a",
      "parents": [
        "29e73a215557b2d20d0d9611e0d5317e08cf9538"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Oct 25 12:52:28 2023 -0700"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Oct 25 12:52:28 2023 -0700"
      },
      "message": "Enable NEUTRON_ENFORCE_SCOPE to True by default\n\nNeutron bobcat release has enabled the RBAC new defaults\nby default. With the latest release of Neutron have new\ndefaults enable, we should configure the same by default in\ndevstack. This change make NEUTRON_ENFORCE_SCOPE flag to\nTrue by default so that every job will run with Neutron\nnew defaults.\n\nAs old defaults are still supported (in deprecated way),\nwe will keep this flag so that we can have one job disable\nit and test the old defaults.\n\nChange-Id: I3361d33885b2e3af7cad0141f9b799b2723ee8a1\n"
    },
    {
      "commit": "e6ac2b6983dcdd774cdc6bb80158d05d06623425",
      "tree": "18fa38c7826997a816eb064769fe13eefb1d9840",
      "parents": [
        "d51a6b9a1141b687e48ba82e63984a7d44a632c3",
        "16ac21f0da4f1b83963c4beb876f8494d9594b7a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Sep 12 09:38:33 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 12 09:38:33 2023 +0000"
      },
      "message": "Merge \"Add OVN_BRIDGE_MAPPINGS - support extra bridge\""
    },
    {
      "commit": "a389128dba4ce7d7051b86f3ac7db4164d24b95f",
      "tree": "e710951f79fd50d61eaa5663be3937cab590fcf3",
      "parents": [
        "427a4e1a9b7f20a8be0ad5091f2229945ce711a8"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Jul 18 16:31:28 2023 +0100"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "frickler@offenerstapel.de",
        "time": "Mon Sep 04 13:38:23 2023 +0000"
      },
      "message": "OVN: Let ironic manage the OVN startup in it\u0027s case.\n\nIn order for Ironic perform full testing with devstack, it uses\nvirtual machines attached to a ovs bridge network to simulate\nbare metal machines. This worked great for OVS because often\nOVS was already running on the nodes due to the package, and\nwe could just apply configuration and be done with it when\nIronic\u0027s devstack plugin was applying initial configuration and\nsetting up the test environment.\n\nWith OVN, and the requirement of a specific co-installed OVS\nversion, Ironic has discovered that we cannot perform this same\nconfiguration without having already started OVN during the\ninitial system setup. Which is fine, but we can\u0027t initialize\nand start OVN twice. It just doesn\u0027t work.\n\nThe original form of this patch was proposed by lucasgnomes\nin order to validate that we, did, indeed, need to do this\nto enable Ironic to successfully test an OVN based\nconfiguration, and is now being revised to handle that case\nautomatically when Ironic is the selected virt plugin.\n\nCo-Authored-By: Julia Kreger \u003cjuliaashleykreger@gmail.com\u003e\nChange-Id: Ifbfdaaa97fdbe75ede49dc47235e92a8035d1de6\n"
    },
    {
      "commit": "16ac21f0da4f1b83963c4beb876f8494d9594b7a",
      "tree": "2773d39ff02cd2fe6d20dd3552de32fddfd9a085",
      "parents": [
        "ffc1b76f64341e18b5a6e60783f1e33297623f99"
      ],
      "author": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Thu Aug 31 15:06:52 2023 +0200"
      },
      "committer": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Mon Sep 04 13:45:23 2023 +0200"
      },
      "message": "Add OVN_BRIDGE_MAPPINGS - support extra bridge\n\nAdd\u0027s the OVN_BRIDGE_MAPPINGS variable to ovn_agent.\nUses the same format as OVS_BRIDGE_MAPPINGS, it defaults\nto \"$PYSICAL_NETWORK:$PUBLIC_BRIDGE\".\n\nThis enables use of providernet for public network and\nsetting up additional bridges, for example a for baremetal.\n\nExample:\n  Q_USE_PROVIDER_NETWORKING\u003d\"True\"\n  OVS_PHYSICAL_BRIDGE\u003d\"brbm\"\n  PHYSICAL_NETWORK\u003d\"mynetwork\"\n  PUBLIC_PHYSICAL_NETWORK\u003d\"public\"\n  PUBLIC_BRIDGE\u003d\"br-ex\"\n  OVN_BRIDGE_MAPPINGS\u003d\"public:br-ex,mynetwork:brbm\"\n\nChange-Id: I37317251bbe95d64de06d6232c2d472a98c0ee4d\n"
    },
    {
      "commit": "ffc1b76f64341e18b5a6e60783f1e33297623f99",
      "tree": "f358889b7846b5173203f47b13c5b66afd65744e",
      "parents": [
        "e2bd271790bab86d98cfa0e239e90b1e694646b4"
      ],
      "author": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Mon Aug 28 10:52:26 2023 +0530"
      },
      "committer": {
        "name": "yatinkarel",
        "email": "ykarel@redhat.com",
        "time": "Mon Aug 28 11:01:07 2023 +0530"
      },
      "message": "[neutron] Rely on PATH env set by devstack\n\nThis was missed as part of [1], neutron sets\nexec_dirs in rootwrap.conf differently so that\nalso needs to be fixed.\n\nWithout it neutron openvswitch jobs relying on\nneutron-keepalived-state-change scripts were\nfailing when deployed with GLOBAL_VENV\u003dTrue as\nbinaries no longer found at /usr/local/bin.\n\n[1] https://review.opendev.org/c/openstack/devstack/+/558930\n\nCloses-Bug: #2031415\nChange-Id: I9aa56bff02594f253381ffe47a70949079f4c240\n"
    },
    {
      "commit": "6764eab2644b2f76769e4492ab136ff65763d2ef",
      "tree": "7fd9498c53cf7f71282a3f4cd2083805a0031584",
      "parents": [
        "34afa91fc9f830fc8e1fdc4d76e7aa6d4248eaaa"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Fri May 12 16:34:08 2023 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Fri May 12 16:34:08 2023 -0400"
      },
      "message": "Remove usage of neutron-debug since it has been removed\n\nThe neutron-debug command was deprecated and finally removed,\nso tools/ping_neutron.sh can no longer rely on it to create\na probe namespace. Instead, just try and use any namespace\nwith the network ID in it, since it\u0027s either the DHCP (ML2/OVS)\nor Metadata (OVN) namespace, which should work just as well.\n\nAs this code is rarely (never?) used, this best-effort attempt\nis good enough.\n\nChange-Id: I98c992a2a774ef1fb22cee2e90ee342ab2d537ac\nDepends-on: https://review.opendev.org/c/openstack/neutron/+/883081\n"
    },
    {
      "commit": "a84b2091cf2c84eb4b81e542233bf446440e02b1",
      "tree": "fa8cc6173b0acd5c637d63e8a65c1b85fc82daf9",
      "parents": [
        "7533276c0a008bb84a58881494b1d627ec7bdcb9"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Wed Nov 17 11:52:56 2021 +0100"
      },
      "committer": {
        "name": "Lajos Katona",
        "email": "katonalala@gmail.com",
        "time": "Mon Feb 13 13:36:24 2023 +0000"
      },
      "message": "Rehome functions to enable Neutron\u0027s segments integration\n\nThose functions were part of the neutron devstack plugin but we\ndiscussed it during last PTG [1] and decided to move to the Devstack\nrepo as plugins which are used by e.g. CI jobs which are defined outside\nof the neutron repository.\nPlacement integration is used e.g. in the tempest-slow job which is\ndefined in tempest and used by many different OpenStack projects.\n\n[1] https://etherpad.opendev.org/p/neutron-yoga-ptg#L142\n\nChange-Id: I2c26063896ab2679cffd01227a40a3283caa3b17\n"
    },
    {
      "commit": "7533276c0a008bb84a58881494b1d627ec7bdcb9",
      "tree": "703d5a3cb81bea46e4c08bc0d8e32e02243db8a4",
      "parents": [
        "7fe998109bda8cdd5cb5ba4a0e02c6c83cb0566d",
        "5a6f0bbd4c3c3006a50e9e70c81f31ea1fa409c6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Feb 02 00:50:10 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 02 00:50:10 2023 +0000"
      },
      "message": "Merge \"Remove the neutron bash completion installation\""
    },
    {
      "commit": "71c3c40c269a50303247855319d1d3a5d30f6773",
      "tree": "c2dc5ed32d6896c3cde22b166e4bd67489d188f5",
      "parents": [
        "864f4d1ef05e3e539d3537fa4c8d731df9571c9d"
      ],
      "author": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Wed Dec 21 13:50:54 2022 +0100"
      },
      "committer": {
        "name": "Bence Romsics",
        "email": "bence.romsics@gmail.com",
        "time": "Wed Jan 25 11:38:11 2023 +0100"
      },
      "message": "\u0027sudo pkill -f\u0027 should not match the sudo process\n\npkill already takes care that it does not kill itself, however the\nsame problem may happen with \u0027sudo pkill -f\u0027 killing sudo. Use one\nof the usual regex tricks to avoid that.\n\nChange-Id: Ic6a94f516cbc509a2d77699494aa7bcaecf96ebc\nCloses-Bug: #1999395\n"
    },
    {
      "commit": "5a6f0bbd4c3c3006a50e9e70c81f31ea1fa409c6",
      "tree": "29ec782cfa9491a0c061e8b26ce7ffd51a8dadb7",
      "parents": [
        "864f4d1ef05e3e539d3537fa4c8d731df9571c9d"
      ],
      "author": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jan 21 20:21:26 2023 +0100"
      },
      "committer": {
        "name": "Rodolfo Alonso Hernandez",
        "email": "ralonsoh@redhat.com",
        "time": "Sat Jan 21 20:21:26 2023 +0100"
      },
      "message": "Remove the neutron bash completion installation\n\nThe python-neutronclient CLI code is going to be removed from this\nrepository.\n\nChange-Id: I39b3a43a7742481ec6d9501d5459bf0837ba0122\nRelated-Bug: #2003861\n"
    },
    {
      "commit": "a52041cd3f067156e478e355f5712a60e12ce649",
      "tree": "dbedca8347418cc4ee0a5995ffb424d7275f1612",
      "parents": [
        "2d71d54814795bf4e18d4d8e0b0e61182d02ff0e"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Nov 18 11:39:56 2022 +0100"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Dec 16 09:59:11 2022 +0100"
      },
      "message": "Drop lib/neutron module\n\nModule lib/neutron was introduced long time ago as new module to deploy\nneutron. It was intended to replace old lib/neutron-legacy module. But\nsince very long time it wasn\u0027t really finished and used by anyone and\nlib/neutron-legacy is defacto standard module used by everyone to deploy\nneutron with devstack.\nIn [1] unfinished lib/neutron was deprecated and now it\u0027s time to remove\nit from the devstack code.\n\nThis patch also renames old \"lib/neutron-legacy\" module to be\n\"lib/neutron\" now.\n\nPreviously \"old\" lib/neutron-legacy module was accepting neutron\nservices names wit \"q-\" prefix and \"new\" lib/neutron module was accepting\nservices with \"neutron-\" prefix. Now, as there is only one module it\naccepts both prefixes.\nFor historical reasons and to be consistent with old lib/neutron-legacy\nwhich was widely used everywhere, services will be named with \"q-\"\nprefix but both prefixes will be accepted to enable or disable services.\n\nThis patch also moves _configure_neutron_service function to be called\nat the end of the \"configure_neutron\" after all agents and service\nplugins are already configured.\n\n[1] https://review.opendev.org/c/openstack/devstack/+/823653\n\nRelated-bug: #1996748\n\nChange-Id: Ibf1c8b2ee6b6618f77cd8486e9c687993d7cb4a0\n"
    },
    {
      "commit": "e7d2623dca483497ec51c75dfe1b6162801eead0",
      "tree": "9fdf2a15d003a2ef589eb07981d44a31ace319a2",
      "parents": [
        "90e5479f382af1a5482f0acccdc36c6d18321634"
      ],
      "author": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Sun Aug 21 12:54:57 2022 +0200"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "harbott@osism.tech",
        "time": "Tue Aug 23 18:08:19 2022 +0200"
      },
      "message": "Clean up neutron cleanup code\n\nneutron-ns-metadata-proxy was dropped from Neutron 5 years ago, no need\nto keep trying to kill it.\n\nChange-Id: I20b6d68dd8dde36057a2418bca0841bdea377b07\n"
    },
    {
      "commit": "d9e2d10d28ebc70129ed90ac9afe11591e7bb7d3",
      "tree": "98c7597564c9cb2292c6f69a67e35be6411d1183",
      "parents": [
        "79bef068b69c7e97a63aaa3e7fae13bcbc649ebd",
        "facf15626e5776bc64a2f072bdccadbda714a8f2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Aug 03 12:13:54 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 03 12:13:54 2022 +0000"
      },
      "message": "Merge \"Neutron: Do not set removed allow_overlapping_ips\""
    },
    {
      "commit": "8506b5bd7c5b267f9d26c229f65ef87538f95af0",
      "tree": "6916831e0c1ca8a287f9e7166cf62de73ff33191",
      "parents": [
        "0af962d60af2afc1d0c45f903ceaa0c6154e9843",
        "1a21ccbdf8eb66582a06f181f8c9af1f43bd52f5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Tue Aug 02 00:06:56 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 02 00:06:56 2022 +0000"
      },
      "message": "Merge \"Add NEUTRON_ENDPOINT_SERVICE_NAME variable to set service name\""
    },
    {
      "commit": "0af962d60af2afc1d0c45f903ceaa0c6154e9843",
      "tree": "8c18d7596294fbb0eabe53b99d53d9b0cece0f1e",
      "parents": [
        "bd6e5205b115fb0cafed7f50a676699a4b9fc0fe",
        "cf0bf746e996b780714a085b0e6f38899c2c832e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Mon Aug 01 23:36:22 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 01 23:36:22 2022 +0000"
      },
      "message": "Merge \"Neutron: Set experimental option to use linuxbridge agent\""
    },
    {
      "commit": "facf15626e5776bc64a2f072bdccadbda714a8f2",
      "tree": "9a808e5e2b49d9e4645b47224e3681f61ad4d3be",
      "parents": [
        "cf0bf746e996b780714a085b0e6f38899c2c832e"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Jul 13 15:58:42 2022 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Tue Jul 19 13:24:38 2022 +0000"
      },
      "message": "Neutron: Do not set removed allow_overlapping_ips\n\nThe parameter has been removed from neutron by [1].\n\n[1] fde91e8059a9a23fb7ece6e3463984329c7ea581\n\nChange-Id: I3b838ea741d19729d6fcf03c0478b1b4d8ec1213\n"
    },
    {
      "commit": "1a21ccbdf8eb66582a06f181f8c9af1f43bd52f5",
      "tree": "7afa401e6e4e6ac219fca5bff1d8c3897c6d329b",
      "parents": [
        "cf0bf746e996b780714a085b0e6f38899c2c832e"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jul 08 21:57:45 2022 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 19 14:51:24 2022 +0200"
      },
      "message": "Add NEUTRON_ENDPOINT_SERVICE_NAME variable to set service name\n\nThis option can be used to set name of the service used in the\nnetworking service endpoint URL.\n\nDepends-On: https://review.opendev.org/c/openstack/grenade/+/850306\n\nChange-Id: I9e9a06eadc1604214c627bd3bda010cc00aaf83d\n"
    },
    {
      "commit": "cf0bf746e996b780714a085b0e6f38899c2c832e",
      "tree": "2b82a326da79901311b60234aa85706c206849f0",
      "parents": [
        "44d07f300150f7297773a215031ea85cb1f5e205"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Wed Jul 13 22:34:47 2022 +0900"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jul 19 12:46:04 2022 +0200"
      },
      "message": "Neutron: Set experimental option to use linuxbridge agent\n\nRecently the experimental mechanism has been added to Neutron and now\nit requires the [experimental] linuxbridge option when the linuxbridge\nmechanism driver is used.\n\nDepends-on: https://review.opendev.org/c/openstack/neutron/+/845181\nChange-Id: Ice82a391cda9eb0193f23e6794be7ab3df12c40b\n"
    },
    {
      "commit": "ce1ae9ddef4dd05a294dc630bf81b264a4b5a703",
      "tree": "0ea02c17a6104366068af30d5ebba620df13aa85",
      "parents": [
        "9ddae9b38897dc99ecae4c7a87ef83f71be928ef"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jun 29 09:56:12 2022 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed Jun 29 09:57:50 2022 +0200"
      },
      "message": "Fix missing \"$\" in the ENFORCE_SCOPE\u0027s variable name\n\nBecause of the missing \"$\" before ENFORCE_SCOPE in the lib/neutron\nmodule, it was treated as an ENFORCE_SCOPE string instead of variable\nand Neutron was deployed always with old defaults and disabled scope\nenforcement.\n\nChange-Id: Ibe67fea634c5f7abb521c0369ff30dd5db84db8c\n"
    },
    {
      "commit": "c869d59857c636d21ecd0329023038b24252627d",
      "tree": "eb2cda8344a3bfcd26e8a20e329b763abdcc33d8",
      "parents": [
        "e661cae7e8b6f4c843aaac9ecd2d89083d20ed45"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Fri Feb 28 14:55:08 2020 -0500"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "haleyb.dev@gmail.com",
        "time": "Tue Jun 07 02:28:51 2022 +0000"
      },
      "message": "Add support for IPv6 tunnel endpoints\n\nCurrently, neutron tunnel endpoints must be IPv4 addresses,\ni.e. $HOST_IP, although IPv6 endpoints are supported by most\ndrivers.\n\nCreate a TUNNEL_IP_VERSION variable to choose which host IP\nto use, either HOST_IP or HOST_IPV6, and configure it in the\nOVS and Linuxbridge agent driver files. The default is still\nIPv4, but it can be over-ridden by specifying TUNNEL_ENDPOINT_IP\naccordingly.\n\nThis behaves similar to the SERVICE_IP_VERSION option, which\ncan either be set to 4 or 6, but not 4+6 - the tunnel overhead\nshould be consistent on all systems in order not to have MTU\nissues.\n\nMust set the ML2 overlay_ip_version config option to match\nelse agent tunnel sync RPC will not work.\n\nMust set the OVN external_ids:ovn-encap-ip config option to\nthe correct address.\n\nUpdated \u0027devstack-ipv6-only\u0027 job definition and verification role\nthat will set all services and tunnels to use IPv6 addresses.\n\nCloses-bug: #1619476\n\nChange-Id: I6034278dfc17b55d7863bc4db541bbdaa983a686\n"
    },
    {
      "commit": "8615563df47261d9c6dab7c5badbceb399d0e14d",
      "tree": "afd9108fd082d0bc88762e04b99235bb2be00a04",
      "parents": [
        "8339df03993daed2334c7086241d8fdc935b05f6"
      ],
      "author": {
        "name": "Grzegorz Grasza",
        "email": "xek@redhat.com",
        "time": "Mon Oct 18 16:52:06 2021 +0200"
      },
      "committer": {
        "name": "Grzegorz Grasza",
        "email": "xek@redhat.com",
        "time": "Tue Apr 26 14:17:20 2022 +0200"
      },
      "message": "Global option for enforcing scope (ENFORCE_SCOPE)\n\nThis updates each devstack service library, to use it as the\ndefault value for service-specific RBAC configuration.\n\nChange-Id: I41061d042206c411ee3dd94ce91098e612af7ae7\n"
    },
    {
      "commit": "c994dc4de23620f74b750932e060306a27193add",
      "tree": "2331628026db436f4c7aa4f80cf0de56e237c10b",
      "parents": [
        "9154bf543d320008c8279b387361f5db4d0ca7bf"
      ],
      "author": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Thu Jan 06 11:28:55 2022 +0100"
      },
      "committer": {
        "name": "elajkat",
        "email": "lajos.katona@est.tech",
        "time": "Tue Jan 11 14:14:20 2022 +0100"
      },
      "message": "Deprecate lib/neutron\n\nlib/neutron-legacy was recently undeprecated (see [0]), Openstack CI\nuses neutron-legacy and latest work was done in it also.\nTo avoid double maintenance lib/neutron can be deprecated.\n\nFor latest discussion see [1] and [2].\n\n[0]: https://review.opendev.org/c/openstack/devstack/+/704829\n[1]: https://meetings.opendev.org/meetings/networking/2022/networking.2022-01-04-14.04.log.html#l-52\n[2]: https://meetings.opendev.org/irclogs/%23openstack-qa/%23openstack-qa.2022-01-05.log.html#t2022-01-05T15:57:37\n\nRelated-Bug: #1955765\nChange-Id: I3fc328b7f47ccd7c1a97cceeea98fb2fbd609017\n"
    },
    {
      "commit": "24b65adc9cedff9c7a8ab412fb39613ef5d4a627",
      "tree": "18c4e8c2cab1d91c00059986fac74e5ebeabe600",
      "parents": [
        "6c849e371384e468679d3d030fe494a36587c505"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Jun 22 15:31:46 2021 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Dec 20 14:42:35 2021 +0100"
      },
      "message": "Deploy Neutron with enforced new RBAC rules\n\nThis patch adds new config option NEUTRON_ENFORCE_NEW_DEFAULTS which\nif set to True will deploy Neutron with enforce new rbac defaults and\nscopes.\nIt will also use SYSTEM_ADMIN user to interact with Neutron where it is\nneeded.\n\nDepends-On: https://review.opendev.org/c/openstack/neutron/+/798821\n\nChange-Id: I14d934f0deced34d74003b92824cad3c44ec4f5e\n"
    },
    {
      "commit": "312517d5101206b33d3c395d27ec93d385b7fd24",
      "tree": "e84ea2fce87d6dd8c37d3cc9e31cd11f90796bec",
      "parents": [
        "43c172acd0aff65da07595ea54c807a5e0aa857f"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Fri Jun 22 22:23:29 2018 +1000"
      },
      "committer": {
        "name": "Dr. Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Mon Jun 01 15:48:16 2020 +0000"
      },
      "message": "Use uwsgi binary from path\n\nAll these uwsgi invocations assume that the uwsgi binary is in the\nsame directory as their project binaries are installed into (probably\n/usr/bin).  That may not be correct -- for example if using a packaged\nuwsgi on Fedora the binary will live in /usr/sbin/uwsgi (not /usr/bin\nwhere the project files from pip are).\n\nSwitch invocations to just find it in the path.\n\nChange-Id: I298e3374e9c84e209ffcabbaaacda17f8df19f4f\n"
    },
    {
      "commit": "f9ff151549bfa57cfeec524cf06ae3d65c8ab0a8",
      "tree": "d60d27aaf2f091cd4f6bcc7cb1491b37a47903a6",
      "parents": [
        "248d4bb8d2205de38e56ef1f92a4bf0870400a85"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Jan 16 10:52:52 2020 +0000"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Jan 16 10:52:52 2020 +0000"
      },
      "message": "Stop configuring \u0027[DEFAULT] use_neutron\u0027 for nova\n\nThis has now been removed and even prior to removal defaulted to True.\n\nChange-Id: I847a873d833a4dbee96afa1d2726fea2b8045eeb\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\n"
    },
    {
      "commit": "248d4bb8d2205de38e56ef1f92a4bf0870400a85",
      "tree": "26a581150e22389d26b9fb03d0e4ff8f3e105304",
      "parents": [
        "035b41b9b28e0cda61dc7427dcd7e4b44b7a6563"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Nov 28 12:57:12 2019 +0000"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Jan 16 09:27:54 2020 +0000"
      },
      "message": "Stop configuring \u0027[DEFAULT] firewall_driver\u0027 for nova\n\nThis option has default to the \u0027NoopFirewallDriver\u0027 for some time and\nwill soon be removed. Stop configuring it entirely.\n\nChange-Id: I4dbc0015cf26d7edf51d0d5fd978ccd3a1ad1b79\nSigned-off-by: Stephen Finucane \u003csfinucan@redhat.com\u003e\n"
    },
    {
      "commit": "650769a3115704aa8af8b346a57838d46b87ba6a",
      "tree": "318dee6c92b0e3aee1b852852d7141ea29a99eb7",
      "parents": [
        "2b6e83d7c8686c63cdc8142e11f3d69a7d0791c8",
        "f1a794e1326b79aa5c5e67530f2169479b9bf1f2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Aug 30 16:12:11 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 30 16:12:11 2019 +0000"
      },
      "message": "Merge \"flat_networks - Don\u0027t hardcode public network name\""
    },
    {
      "commit": "7bc5220493e1278042f31aa43c822dc90a8f050c",
      "tree": "5451ce81613acd03e889e51a9fd1524b522e7ed0",
      "parents": [
        "03f94cc40308978ac608f24ae111acad79cf7ed4",
        "9bf7e2654124205cd71343c2af175d730c634ab7"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Aug 21 17:34:47 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 21 17:34:47 2019 +0000"
      },
      "message": "Merge \"DVR-Enable ARP Responder when DVR and L2pop is enabled\""
    },
    {
      "commit": "f1a794e1326b79aa5c5e67530f2169479b9bf1f2",
      "tree": "69647c4c1b4846477097593536592fe2a130fbf7",
      "parents": [
        "03f94cc40308978ac608f24ae111acad79cf7ed4"
      ],
      "author": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Wed Aug 21 10:49:57 2019 +0200"
      },
      "committer": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Wed Aug 21 10:52:08 2019 +0200"
      },
      "message": "flat_networks - Don\u0027t hardcode public network name\n\nUse the PUBLIC_NETWORK_NAME variable instead of hardcoding\nit when setting the [ml2_type_flat]/flat_networks option.\n\nChange-Id: I8bfc37089ec90eb06ee41d85744dad0f3f734c16\n"
    },
    {
      "commit": "a54919180b1316b998739f8b2ba0cc4b79c6b759",
      "tree": "e933eaaead871ab9d3ab5bb70a20bfdb00a96e02",
      "parents": [
        "0fc6b2c5a87a1884bf3cff086081b3a253cd9302"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Wed Jul 31 12:18:39 2019 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Wed Jul 31 12:18:39 2019 -0400"
      },
      "message": "Un-quote metadata address if it is IPv6\n\nIn lib/neutron-legacy, the Nova metadata host address is\nun-quoted if it is IPv6, i.e. 2001:db8::1, not [2001:db8::1].\nWe should be doing the same in lib/neutron.\n\nChange-Id: I80c96603a41ef9d289712ef15b464859aa9257be\n"
    },
    {
      "commit": "c17ad84a00cea30e9bc72da38c246a77f986047e",
      "tree": "a334e090771a292c8bccd2423b49db6d023a69c7",
      "parents": [
        "b36afa110b84ce61d6d1fc1efe16a559c8eb16c4",
        "6e5b1384665c0c039222ff6cbea5a120e60e89d1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Jul 26 08:20:31 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 26 08:20:32 2019 +0000"
      },
      "message": "Merge \"Enable vlan networking for newer neutron plugin\""
    },
    {
      "commit": "8ab64b3236c93c8449edf80165017898b83f1269",
      "tree": "dc7f6c4055bb851efbe4d8cc03d71f9db8749d9b",
      "parents": [
        "20190ee83ab05f6b4b39690a6ac6c2286eefa5da"
      ],
      "author": {
        "name": "Dirk Mueller",
        "email": "dirk@dmllr.de",
        "time": "Fri Nov 17 19:52:29 2017 +0100"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Jun 28 16:28:03 2019 +0000"
      },
      "message": "Drop signing_dir option from configure_auth_token_middleware\n\nThis is no longer being used due to Keystone PKI tokens no longer\nbeing implemented.\n\nIn order to not break backward compatibility we create a new function\nthat is to be used instead and deprecate the old one. Modify the old\nfunction to ignore the 3rd argument and display a deprecation warning.\nAdjust callers to no longer create and set that directory, calling the\nnew function instead.\n\nChange-Id: Id0dec1ba72467cce5cacfcfdb2bc0af2bd3a3610\n"
    },
    {
      "commit": "6e5b1384665c0c039222ff6cbea5a120e60e89d1",
      "tree": "d2e44626c6e04235a9820ee342abe850334bf4e6",
      "parents": [
        "66175f1ad6b2818778ddbd53ff433743abdf8485"
      ],
      "author": {
        "name": "Julia Kreger",
        "email": "juliaashleykreger@gmail.com",
        "time": "Wed Jan 09 17:00:45 2019 -0800"
      },
      "committer": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Tue Jun 11 08:59:18 2019 +0000"
      },
      "message": "Enable vlan networking for newer neutron plugin\n\nIronic\u0027s CI makes extensive use of VLAN based networking\nand the newer neutron plugin hardcodes the tenant networking\ntype to vxlan which is naturally problematic. It also lacks the\nability to set the necessary constraints for vlan networking\nwhich are added for vxlan networking.\n\nThis patch enables the type of tenant networking to be defined\nas vlan, and enables for a physical network vlan range mapping\nsetting to be configured which is required for a vlan to be\nallocated upon network creation.\n\nChange-Id: I55874c1ce82898e9dfb81505d8f3b14abde33579\n"
    },
    {
      "commit": "9bf7e2654124205cd71343c2af175d730c634ab7",
      "tree": "e05a10a9cc61eb1401f60efe3cb42b66f803338d",
      "parents": [
        "58de715453fd9c55d57ee18e8f915685e8ebb6b7"
      ],
      "author": {
        "name": "Swaminathan Vasudevan",
        "email": "SVasudevan@suse.com",
        "time": "Thu May 02 13:45:46 2019 -0700"
      },
      "committer": {
        "name": "Swaminathan Vasudevan",
        "email": "SVasudevan@suse.com",
        "time": "Thu May 16 19:08:58 2019 +0000"
      },
      "message": "DVR-Enable ARP Responder when DVR and L2pop is enabled\n\nThis patch enables ARP Responder with DVR routers along with\nl2pop in devstack.\n\nRelated-Bug: #1774459\n\nChange-Id: I82f628c32f6e38c2419b6ffe90d9f9adf96777b1\n"
    },
    {
      "commit": "a9a51ca6382eb01c99fce51084f64a69f4c7d58a",
      "tree": "b9233fd427a46f7b8bc66e8923d44ef0aba27a37",
      "parents": [
        "7fbc70e2cb17b89259efb70ddcc8bb98ddd844e5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Mon Apr 15 23:54:31 2019 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Thu Apr 18 07:54:34 2019 +0000"
      },
      "message": "Fix is_neutron_legacy_enabled function\n\nThis function will now first filter out all \"neutron-\" strings from\nDISABLED_SERVICES list before looking for \"neutron\" string in it.\n\nChange-Id: I5cab6a3be553713e1257599fb72042c6001f2672\nClose-Bug: #1824884\n"
    },
    {
      "commit": "d5a3a3e23feb4458ecbcb77813f1f4a4971912cc",
      "tree": "80fa67fe678124ac3a170ca1426f71ee5d47c513",
      "parents": [
        "6d9f3716aabbebe220b5750822894a9356bde64b",
        "3492feeedda7accb58a179c64932d4b6d154473a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Mar 17 14:52:46 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 17 14:52:46 2019 +0000"
      },
      "message": "Merge \"Use trueorfalse for NEUTRON_DEPLOY_MOD_WSGI\""
    },
    {
      "commit": "55f172961a2b5422baa6ce3d9e46989c7902bbd1",
      "tree": "c84a706f6f635f83d0dc6febe43007bd6e69afc6",
      "parents": [
        "72f632222f6d90d3545b5d7ca48297da4218e2ea"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Tue Nov 20 19:22:01 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Feb 27 14:57:22 2019 +0000"
      },
      "message": "Revert \"Revert \"remove external_network_bridge option\"\"\n\nThis reverts commit e3e9ea299601665a295e31a98e90dd9587165850.\n\nChange-Id: I23e1b98bd2839b79226b55700ee404a8fda83f83\n"
    },
    {
      "commit": "3492feeedda7accb58a179c64932d4b6d154473a",
      "tree": "46540ce6f558098fd460a797057509941875702c",
      "parents": [
        "0c6208c6a07b0616b5982b6e9e7c8216397d49e3"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Nov 30 13:57:17 2018 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Nov 30 13:57:17 2018 +0000"
      },
      "message": "Use trueorfalse for NEUTRON_DEPLOY_MOD_WSGI\n\nCurrent code assumes the variable is being set to either \"True\" or\n\"False\", which will lead to weird errors if it is being set to something\nlike \"true\" instead.\n\nChange-Id: I88983c9150efad882cd867c2d14d86ba6b2522c9\n"
    },
    {
      "commit": "80769c5714770c02c300ac9f3e9c06a44791dbfc",
      "tree": "9d07317ea6ea31226ca5751249093c9b1a52edee",
      "parents": [
        "0c6208c6a07b0616b5982b6e9e7c8216397d49e3"
      ],
      "author": {
        "name": "Akihiro Motoki",
        "email": "amotoki@gmail.com",
        "time": "Fri Nov 23 05:18:40 2018 +0900"
      },
      "committer": {
        "name": "Akihiro Motoki",
        "email": "amotoki@gmail.com",
        "time": "Sat Nov 24 01:42:34 2018 +0900"
      },
      "message": "Migration logic for neutron policy-in-code\n\nNeutron is in a process to migrate to policy-in-code.\nDevStack needs to be able to handle both cases with and\nwithout policy.json in the neutron repo.\n\nNote that nova assumes neutron API access with admin\nso user_name:neutron needs to be included in context_is_admin\nto make DevStack work properly. Hopefully this can be cleanup\nbut this is a separate topic from policy-in-code.\n\nNeeded-By: https://review.openstack.org/#/c/585037/\nChange-Id: Id1b0600d92e839ade1790a15c372e82e8e16ee9f\n"
    },
    {
      "commit": "e3e9ea299601665a295e31a98e90dd9587165850",
      "tree": "c827cd4d030ba19c0b9fb18f5210b640c5e3212d",
      "parents": [
        "7c3df6b700d9d1dcdb4a2ec9864295f91f30c529"
      ],
      "author": {
        "name": "Derek Higgins",
        "email": "derekh@redhat.com",
        "time": "Fri Nov 09 15:43:13 2018 +0000"
      },
      "committer": {
        "name": "Derek Higgins",
        "email": "derekh@redhat.com",
        "time": "Fri Nov 09 15:45:46 2018 +0000"
      },
      "message": "Revert \"remove external_network_bridge option\"\n\nThis reverts commit faaf96bfb15c5f4c45a72b149dc6fe1e1f907a71.\n\nIronic jobs were still using this option, it needs to be\nswitched to an alternative first.\n\nChange-Id: I1683d7cfa81f5fe2497cc7045e87f8b20fed4968\n"
    },
    {
      "commit": "faaf96bfb15c5f4c45a72b149dc6fe1e1f907a71",
      "tree": "0a9fade3bf6b494f682f7b3365d6ed541d06d840",
      "parents": [
        "66ca7f552084673d229f6b0f416f6f2b4d4dd397"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Sep 20 17:16:23 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Sep 26 14:49:07 2018 +0000"
      },
      "message": "remove external_network_bridge option\n\nThe external_network_bridge option is deprecated/legacy and being\nremoved from neutron (see I07474713206c218710544ad98c08caaa37dbf53a).\nThis patch removes the external_network_bridge option iniset from\ndevstack scripts.\n\nChange-Id: I4d9641cc9bb83719c9af1edabb89a63c4c2b1d96\n"
    },
    {
      "commit": "66b361b53884ef1755d18cbab1b6898ebd78caa1",
      "tree": "e825a1507f676077b3aee4651e5edc108e33767d",
      "parents": [
        "3b5477d6356a62d7d64a519a4b1ac99309d251c0"
      ],
      "author": {
        "name": "Kevin Benton",
        "email": "kevin@benton.pub",
        "time": "Tue Jun 13 00:31:01 2017 -0700"
      },
      "committer": {
        "name": "Nguyen Phuong An",
        "email": "AnNP@vn.fujitsu.com",
        "time": "Mon Jul 30 12:30:37 2018 +0700"
      },
      "message": "WSGI Neutron integration\n\nThis patch provides a new mechanism to deploy Neutron using\nWSGI script. This also starts a Neutron RPC server process\nwhen the Neutron API is loaded via a WSGI entry point to\nserve the agents.\n\nCo-Authored-By: Victor Morales \u003cvictor.morales@intel.com\u003e\nCo-Authored-By: Nguyen Phuong An \u003cAnNP@vn.fujitsu.com\u003e\n\nChange-Id: I16a199b04858bfc03ef50d9883154dba8b0d66ea\nDepends-On: https://review.openstack.org/#/c/580049/\nPartially-implements: blueprint run-in-wsgi-server\n"
    },
    {
      "commit": "e63859362487856f1f53c173909cb8aa3bb55bab",
      "tree": "ee68a4518d4c10dc01bdc0fe6e094bbdfb5fcd03",
      "parents": [
        "282145a480fb72a9515641de2e7c638f7e0d951e"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Thu Jun 28 11:00:28 2018 +0100"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Thu Jun 28 11:24:47 2018 +0100"
      },
      "message": "Make configure_neutron_nova_new and create_nova_conf_neutron param optional\n\nThe commit e95f2a36645b58b172855213cb8311a3486bfcd9 broke\nnetworking-ovn (and potentially other ml2 drivers) by making the config\nparameter mandatory. It doesn\u0027t need to be.\n\nChange-Id: I0d5738ac3a6d27ddb7655835d77689409a6ff6f4\n"
    },
    {
      "commit": "e95f2a36645b58b172855213cb8311a3486bfcd9",
      "tree": "f2a575786e3e722dc59ea30dca866431e8380f30",
      "parents": [
        "5e3a2942104bdb26ee332ac302f80c83168d7656"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem.os@gmail.com",
        "time": "Mon Jun 18 16:17:29 2018 -0400"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem.os@gmail.com",
        "time": "Mon Jun 18 16:20:39 2018 -0400"
      },
      "message": "Configure [neutron] in nova_cell*.conf\n\nThe nova-conductor service running in the cell\nneeds to be configured to talk to neutron for\nthings like deallocating networks during server\nbuild failure. This changes the configure_neutron_nova\nflows such that the top-level nova.conf is configured\nas before, but we also configure each nova_cell*.conf\ncell conductor config files to also be able to talk\nto neutron.\n\nChange-Id: Ic5e17298996b5fb085272425bb3b68583247aa34\nCloses-Bug: #1777505\n"
    },
    {
      "commit": "a99ab7002cfea539e035e203c0d05415fac3eb6a",
      "tree": "0cecda9c4c6098aae9cd4d3d72e19c71941cbfe7",
      "parents": [
        "827f6c1a4a8af662eba038da0fd0ab5eab1305c8"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Mon May 14 16:12:52 2018 +0200"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Mon May 14 16:16:08 2018 +0200"
      },
      "message": "neutron: Use openvswitch firewall driver by default\n\nopenvswitch firewall has been in Neutron tree since Newton and has gone\nthrough lots of improvements since including simple upgrade path from\nthe iptables hybrid driver.\n\nWe have a tempest job running in Neutron tree with openvswitch firewall\nthat\u0027s been voting and stable for a while. For neutron_tempest_plugin,\nwe have had the openvswitch firewall in use since the beginning.\n\nThis patch proposes openvswitch firewall driver to become a default\ndriver for openvswitch agent deployments.\n\nChange-Id: If26d0180e459210511f25f1faa83dd8ccea25ff4\n"
    },
    {
      "commit": "07241f8b8ae07934e343f60d2b7e92a19181a76b",
      "tree": "864809b0274639596e70256e8ff419f2916f32d2",
      "parents": [
        "37a72cf89af8157c6162319e21b9e49f756fccdb",
        "ca61966f47af9070a7c6ed6fef3f2d630c43c919"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Mar 18 17:24:30 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Mar 18 17:24:30 2018 +0000"
      },
      "message": "Merge \"neutron: Do no longer set \"url\" in nova.conf\""
    },
    {
      "commit": "37a72cf89af8157c6162319e21b9e49f756fccdb",
      "tree": "f92674f758e5a6448884fd52c41da83d8f324025",
      "parents": [
        "bd857b928e008019a3655cece4a5077a57f8aa91",
        "9aaa529f65011e4bfa649043c35ee808970dc426"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Mar 16 12:00:31 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 16 12:00:31 2018 +0000"
      },
      "message": "Merge \"Add DVR support to lib/neutron\""
    },
    {
      "commit": "ca61966f47af9070a7c6ed6fef3f2d630c43c919",
      "tree": "d8c28fa3f3654e7681835b2ef1edd140ed1e36d8",
      "parents": [
        "a30f89b4173adf042d54fef7533d5d41ffe5282b"
      ],
      "author": {
        "name": "Thomas Bechtold",
        "email": "tbechtold@suse.com",
        "time": "Wed Feb 28 14:46:05 2018 +0100"
      },
      "committer": {
        "name": "Thomas Bechtold",
        "email": "tbechtold@suse.com",
        "time": "Wed Feb 28 16:40:38 2018 +0100"
      },
      "message": "neutron: Do no longer set \"url\" in nova.conf\n\nSince[1], \"url\" in the [neutron] section in nova.conf should no\nlonger be set.\n\n[1]\nhttps://github.com/openstack/nova/commit/6cde77ebbab85bc8ccd2ab7ad977b1d4af4a13fa\n\nDepends-On: https://review.openstack.org/548572\nRelated-Bug: #1752289\nChange-Id: Ied6c155da9d51a25ba7a524e69d018d39ed3442c\n"
    },
    {
      "commit": "8f7216290aebdd07f2277a92ae1baab5418c087c",
      "tree": "eff79dd86b469494da46fa29db0d2503ca4e50fd",
      "parents": [
        "22d70554acf711558c1a5018f9162eb5f1f4086c"
      ],
      "author": {
        "name": "Josh",
        "email": "jhershbe@redhat.com",
        "time": "Thu Feb 01 09:45:47 2018 +0200"
      },
      "committer": {
        "name": "Josh",
        "email": "jhershbe@redhat.com",
        "time": "Sun Feb 18 14:21:39 2018 +0200"
      },
      "message": "Restore NEUTRON_CREATE_INITIAL_NETWORKS flag\n\nSomehow this feature was lost in the transition\nfrom q-svc to neutron-api. This patch does not\nmodify the default behavior but allows specifying\nthe flag to false to prevent devstack from creating\nthe public and private networks.\n\nChange-Id: I952672496d007552c0c4d83db0d0df9be50326fc\nSigned-off-by: Josh \u003cjhershbe@redhat.com\u003e\n"
    },
    {
      "commit": "9aaa529f65011e4bfa649043c35ee808970dc426",
      "tree": "daff7ada2e6867728d6bedb4681dc2b76b2eb33d",
      "parents": [
        "28b4be186105888b72300d27166deb771857df06"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Wed Sep 20 14:23:05 2017 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue Jan 09 23:07:51 2018 -0500"
      },
      "message": "Add DVR support to lib/neutron\n\nAdded NEUTRON_DISTRIBUTED_ROUTING to more easily control DVR\nconfiguration.  If set to True, DVR will be enabled and the\ndefault agent mode will be set to \u0027dvr_snat\u0027 since that works\nwith all types of routers by default.  Advanced users can\noverride that by setting NEUTRON_DVR_MODE, for example in\nmulti-node configurations where different agent modes are\ndesired.\n\nThis should bring lib/neutron inline with lib/neutron-legacy\nin supporting all the different DVR modes.\n\nChange-Id: I9f25921eefc5b935aad3bb1edc5e41ee0ce43a84\n"
    },
    {
      "commit": "2da019f133bb3e53ef67e33cfd269a9b6a72d27a",
      "tree": "1d644bc57c3ac8ea78d1bcdd4b4f12d10b72735c",
      "parents": [
        "e4eef81c2bd257e890be636a7a9fd4cb61ea3d5b"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Oct 11 09:57:25 2017 -0700"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Oct 11 09:57:25 2017 -0700"
      },
      "message": "Replace the deprecated nova_metadata_ip\n\nAs [1], the option nova_metadata_ip has been deprecated and\nwe can use nova_metadata_host instead. This patch makes devstack\ndo it.\n\n[1]: http://git.openstack.org/cgit/openstack/neutron/tree/neutron/conf/agent/metadata/config.py#n49\n\nChange-Id: Ifda43ec8c7743af6acdd3003c55c081ef5b1311c\n"
    },
    {
      "commit": "1f82f43016f5e3c51560c8b7c0b9c07350731f6c",
      "tree": "e45f2a765f82e271586c2ae2578436310092ea80",
      "parents": [
        "888033483807de036cc97840315b7ce9a04ca169"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Wed Oct 04 09:51:02 2017 +1100"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Wed Oct 04 09:54:43 2017 +1100"
      },
      "message": "Revert \"Remove cache dirs from the services\"\n\nThis reverts commit ef5ebed6c9ca3d9d47fd2a732a1542555a0f65ba.\n\nThe problem here is a backwards-incompatible change to\nconfigure_auth_token_middleware.  Plugins are still passing a\n\"signing_dir\" which is interpreted now as the \"section\" argument\n... this leads to an interesting red-herring issue; because \"v\" is a\ngnu sed command for checking the version, a signing_dir of \"/var/...\"\n(as done in most plugins) gives the weird error:\n\n sed: -e expression #1, char 32: expected newer version of sed\n\nI think we\u0027ll either need a new function, or dummy arguments to get\nthis back in.\n\nChange-Id: I2098d4eb2747282622cf486fa7dbf216f932f58b\n"
    },
    {
      "commit": "ef5ebed6c9ca3d9d47fd2a732a1542555a0f65ba",
      "tree": "8aabc7d2def8f3a71f6efddf37183ef282b47a19",
      "parents": [
        "e8190c414e21b7d7f93eb9a3eeea3463f553a300"
      ],
      "author": {
        "name": "Jamie Lennox",
        "email": "jamielennox@gmail.com",
        "time": "Mon Sep 25 09:38:38 2017 +1000"
      },
      "committer": {
        "name": "Jamie Lennox",
        "email": "jamielennox@gmail.com",
        "time": "Tue Sep 26 10:10:11 2017 +1000"
      },
      "message": "Remove cache dirs from the services\n\nPKI tokens have been actively deprecated from keystone and there are\ndeprecations being emitted from keystonemiddleware. Because of this we\nno longer need an auth cache directory in the services where the PKI\ncertifcates used to be stored.\n\nRemove the creation and use of all these AUTH_CACHE directories.\n\nChange-Id: I5680376e70e74882e9fdb87ee1b95d5f40570ad7\n"
    },
    {
      "commit": "a08503ab4cbba229e9f89efb55c03f720477f3ba",
      "tree": "ecc1addeb0612b8a0a6bc90639f8b65879f39e72",
      "parents": [
        "672ac22ab32e3d00c889603d78c6bb43d601b179",
        "e3915938f35737fc231ab7b8b9981dae9048438e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Sep 23 01:10:30 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 23 01:10:30 2017 +0000"
      },
      "message": "Merge \"Configure bridge_mappings for ovs and linuxbridge agents\""
    },
    {
      "commit": "672ac22ab32e3d00c889603d78c6bb43d601b179",
      "tree": "ca7d589f3def596b3423c8c1c68f79c11640f38a",
      "parents": [
        "5aff50b09d0720042eefc27ce606b16ef5e41eb1",
        "e65ab4a1c57a56161ebbf51a10b3c47a665037d7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 21 23:31:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 21 23:31:53 2017 +0000"
      },
      "message": "Merge \"lib/neutron: configure root_helper for agents\""
    },
    {
      "commit": "e3915938f35737fc231ab7b8b9981dae9048438e",
      "tree": "a04cda6c76cf550868ee55a94247e4d84850c809",
      "parents": [
        "24b58a9a1a8ee3383dce7d3200b915aea1010858"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Feb 24 06:24:47 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Sep 20 11:00:15 2017 -0700"
      },
      "message": "Configure bridge_mappings for ovs and linuxbridge agents\n\nOtherwise neutron will fail to bind external ports because of missing\nentries for external physical network in the mapping.\n\nConfigure it only when l3 agent is also installed on the node (otherwise\nthe l2 agent is not exposed to external network and hence doesn\u0027t have\nthe bridge).\n\nChange-Id: I561b74538acb0dc39f1af3e832108ce6a99441b0\n"
    },
    {
      "commit": "86bdfffbe0ac887ccf5a027caedf02837262a081",
      "tree": "1bd850a154873f65ad416aa53019b9313911def3",
      "parents": [
        "fe91455e7d671a515920a973b5e77f56ffdab6ef",
        "0eebeb415ada3437b598d0ceb6952dc7ad9134d9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Sep 19 13:23:02 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 19 13:23:02 2017 +0000"
      },
      "message": "Merge \"clean up screen and tail_log references\""
    },
    {
      "commit": "868746b5dac21e4c97a03f53459fca4e5aba73db",
      "tree": "e481ae98e6ed059071e6683b6e3e44f4138591af",
      "parents": [
        "71e07c738d33ba2772c42c21f4db38032f2e17be"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Sep 13 15:44:18 2017 -0600"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Sep 13 15:44:18 2017 -0600"
      },
      "message": "lib/neutron: fix metering agent startup with systemd\n\nWith systemd, we now require absolute paths passed to run_process.\n\nChange-Id: Iabd425a6d0ebaaaa5b13bc4a7b062158940958e6\n"
    },
    {
      "commit": "80021b8f9fff243b8edad6d9f1139bd080cea608",
      "tree": "cc0ef728e98064de812efc6f4c06617b43384323",
      "parents": [
        "0f75c57ad6b0011561777ae95b53612051149518",
        "411c34da69f423059a04431a542be2b1b7a65f38"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Sep 08 15:27:18 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 08 15:27:18 2017 +0000"
      },
      "message": "Merge \"Fix URLs when running with tls-proxy enabled\""
    },
    {
      "commit": "14e1223647104916a18b2781565a01646babf568",
      "tree": "7e61975d638f8fcafbad0bfb6e7df81d89c046b8",
      "parents": [
        "7e9ec03af4a94b25f0058c48c0ae7c8da504e62f",
        "c043b6f8a84a575ea5cedc71499a81414a610e70"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Sep 04 04:34:59 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 04 04:34:59 2017 +0000"
      },
      "message": "Merge \"lib/neutron: Add neutron_deploy_rootwrap_filters\""
    },
    {
      "commit": "0eebeb415ada3437b598d0ceb6952dc7ad9134d9",
      "tree": "c14ecf238bd797caca6535240a5e13b34a818c1f",
      "parents": [
        "cdba1b371628aa0e8bc5b687351c5ee9b39e9bc6"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Aug 30 14:16:58 2017 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Fri Sep 01 15:08:17 2017 -0400"
      },
      "message": "clean up screen and tail_log references\n\nChange-Id: I6bcfa09931ed1f70e071ccb16688c15c7ef2898f\n"
    },
    {
      "commit": "411c34da69f423059a04431a542be2b1b7a65f38",
      "tree": "0ba2887bdc4267484887e158b000a02fb48770aa",
      "parents": [
        "c5aca3c99660a65f9e690b93f7f260ff7cf30c15"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Aug 29 14:40:26 2017 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Aug 29 14:40:26 2017 +0000"
      },
      "message": "Fix URLs when running with tls-proxy enabled\n\nVarious services are returning broken links when running behind\ntls-proxy. These issues can be fixed by setting the X-Forwarded-Proto\nheader in the apache config and letting oslo_middleware parse it.\n\nChange-Id: Ibe5dbdc4644ec812f0435f59319666fc336c195a\nPartial-Bug: 1713731\n"
    },
    {
      "commit": "633dbc3d8e7d3f06e13d532748c71ffba6cd21ea",
      "tree": "6625fc9b7f5e1a64d91e097d6a6bb712e8e38b06",
      "parents": [
        "f4b4a79979c22e116964579ef44f8e9bb3713ad2"
      ],
      "author": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Wed Jun 14 12:09:21 2017 -0700"
      },
      "committer": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Wed Jun 14 12:09:21 2017 -0700"
      },
      "message": "Track db sync command time useage\n\nWe are trying to keep better track of what pieces of devstack consume\nthe most time. Add the db sync commands to the time tracking as they run\nthe database migrations which can take more time than expected.\n\nChange-Id: Ib92f2b8304ccf703712d45fd7207444de3599e2d\n"
    },
    {
      "commit": "902158bb8fb8452d747225e5986fb789828e4e67",
      "tree": "7644dd92270a6913593ffd693a72b5ff004232cd",
      "parents": [
        "3742b1462241f2e9070dfb6e18f17cc3f493c13a"
      ],
      "author": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Tue May 30 14:11:09 2017 -0700"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Jun 07 17:23:38 2017 +0000"
      },
      "message": "Don\u0027t treat service as enabled if in disabled list\n\nThe old implementation for is_$service_enabled simply checked if any of\nthe subservices were enabled and if so the service was considered to be\nenabled. This makes disabling services complicated as it means you have\nto list every single subservice which can and do change over time.\n\nInstead also check if the generic service name is in the disabled\nservices list and if so don\u0027t treat the service as enabled.\n\nChange-Id: I7fe4dfca2cd9c15069d50a04161a29c5638291cb\n"
    },
    {
      "commit": "ff40f6e2914eb1d2aedad5ecc2b11ddd41623017",
      "tree": "4578c1fafefbf9f0ba914eb89ad4a7d0ad631f85",
      "parents": [
        "f8aad91bd169682f3f2c0ceb208577ebc3971ce2",
        "1df17c94f512f0d1a084ba70cc0d4feb05feb8fb"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 26 19:24:44 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 26 19:24:44 2017 +0000"
      },
      "message": "Merge \"lib/neutron: Don\u0027t assume plugin config is provided by neutron repo\""
    },
    {
      "commit": "1df17c94f512f0d1a084ba70cc0d4feb05feb8fb",
      "tree": "d57cdfa5c66d4a3b493eb8d43904d6bf7758de8e",
      "parents": [
        "0c0232f508245817eb3de11ec17c6027f8d43709"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Mon May 01 17:00:42 2017 +0900"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Mon May 08 15:03:05 2017 +0900"
      },
      "message": "lib/neutron: Don\u0027t assume plugin config is provided by neutron repo\n\nIt isn\u0027t the case for plugins provided by subprojects.\n\nChange-Id: Ic28a9da9f11355e5e1eae5db9b2d4ee6ed081b55\n"
    },
    {
      "commit": "27f66e9830727addd3d84b7a23eee907210540bb",
      "tree": "ef891a1ffcc1321235153d6f3675d3a3d12996d1",
      "parents": [
        "8b8441f3becbae2e704932569bff384dcc5c6713"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Tue May 02 09:08:17 2017 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Tue May 02 09:24:45 2017 -0400"
      },
      "message": "Fix logging when under systemd\n\nBoth keystone and neutron didn\u0027t yet have systemd awareness for\nsetting up logging (i.e. drop the extra date / time stamps)\n\nChange-Id: Ib442c603c9afb679676976c37c2c6122201ae846\n"
    },
    {
      "commit": "c13b8a1f33a3ea78388794896a3e7f3256c89ec9",
      "tree": "f3fc1552ba1c968eadb0e047152115a21d442fb1",
      "parents": [
        "bb4431126b80be4805f1072442676797e6019576"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Thu Apr 20 06:54:51 2017 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Mon May 01 09:12:20 2017 -0400"
      },
      "message": "try to use unversioned keystone endpoints everywhere\n\nChange-Id: Iad2a3654d8ba181a7ad452d8aba872a8313d4ece\n"
    },
    {
      "commit": "f3b2f4c85307b14f115a020f5eaf6c92026b55b4",
      "tree": "1f9180b6b7271a9b232bf08145ad37308fbee219",
      "parents": [
        "2f8c88e0532b6b712cc386a9c15d833d3629b19a"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Thu Apr 13 10:11:48 2017 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Mon Apr 17 07:27:32 2017 -0400"
      },
      "message": "Remove USE_SSL support\n\ntls-proxy is the way we\u0027re now doing a standard install using https\nbetween services. There is a lot more work to make services directly\nhandle https, and having python daemons do that directly is a bit of\nan anti pattern. Nothing currently tests this in project-config from\nmy recent grepping, so in the interest of long term maintenance,\ndelete it all.\n\nChange-Id: I910df4ceab6f24f3d9c484e0433c93b06f17d6e1\n"
    },
    {
      "commit": "cd69b52c7f80d283a5e31281e4099074f5605fdd",
      "tree": "023b988eab7e98e36f9d18dd220a894f2363013a",
      "parents": [
        "4a857e85f4e5f5fed732924ec20b31512759c7fd",
        "f511c368f8e1e6690b7be4da926cad97d07ee85f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Mar 28 16:15:58 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 28 16:15:58 2017 +0000"
      },
      "message": "Merge \"lib/neutron: allow to add more ml2 extension drivers\""
    },
    {
      "commit": "477c55866bc5ee7d46b947da794c77f141d60e79",
      "tree": "b6747a021f69cc5d7a19a887fef096a8bd59cf1d",
      "parents": [
        "21fcb028ec37ba85585caf45a86e8a691c260a76",
        "615e115474a570a9d3b7f6edfec365d1bbd31dc3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Mar 13 12:57:17 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 13 12:57:17 2017 +0000"
      },
      "message": "Merge \"lib/neutron: set variables needed for sane l3 agent setup\""
    },
    {
      "commit": "cb484abf80820c8a06ec605fd21275b0cac263b9",
      "tree": "737e4286f8607d13125d4c261d63bd15ad9661da",
      "parents": [
        "e4b224928fb3bae1bbb086f429dfd3018375ace6",
        "c2c89e4b35a9ad5fb1a2670943328a9725b37001"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Mar 10 00:50:22 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 10 00:50:22 2017 +0000"
      },
      "message": "Merge \"Use KEYSTONE_SERVICE_URI consistently\""
    },
    {
      "commit": "6523d6e09789076d0a430bf7b608511fcb1c406a",
      "tree": "d96213973217dd7ff0611091f6facdced64a31ce",
      "parents": [
        "73a3e2decd2e7d9fd652fb40c4e697794d9abd05",
        "afef8bf097356d7bb37c57d0daa44653c7905c17"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Mar 08 13:31:57 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 08 13:31:57 2017 +0000"
      },
      "message": "Merge \"Make declared variables global\""
    },
    {
      "commit": "afef8bf097356d7bb37c57d0daa44653c7905c17",
      "tree": "0aa5c440428469fa0160285cab3ca6e5573135b2",
      "parents": [
        "6f23555c959ce2a121d57c27a7460815808ac2b6"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Mon Mar 06 14:07:23 2017 -0500"
      },
      "committer": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Tue Mar 07 22:07:29 2017 -0800"
      },
      "message": "Make declared variables global\n\nWhen variables use the \u0027declare\u0027 directive, it is by default a local\nvariable. While other variables have global scope.\n\nFor example:\n   declare -A AN_ARRAY   # local in scope\n   foo\u003d1                 # global in scope\n\nThis causes errors to occur as some of the variables will be local only\nand others will be global.\n\nUpdate the code, as appropriate, so that variables using the \u0027declare\u0027\ndirective also include the \u0027-g\u0027 flag to have them also be global. Not\nevery instance of a declared variable has been updated.\n\nCloses-Bug: #1669509\nCo-Authored-By: John L. Villalovos \u003cjohn.l.villalovos@intel.com\u003e\nChange-Id: I2180b68fe861ad19c6d4ec0df0f9f8a528347862\n"
    },
    {
      "commit": "f511c368f8e1e6690b7be4da926cad97d07ee85f",
      "tree": "0e39309b3595d1bdbe853cfdc898f03fa77e983b",
      "parents": [
        "cb484abf80820c8a06ec605fd21275b0cac263b9"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue Mar 07 06:31:49 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue Mar 07 10:39:41 2017 +0000"
      },
      "message": "lib/neutron: allow to add more ml2 extension drivers\n\nThe patch will allow jobs to append new ml2 extension drivers without\noverriding port_security.\n\nChange-Id: I45f017d1b8a3054452c3166ed4fb460d21959adb\n"
    },
    {
      "commit": "8fe48af1625cd2deca496de81dd72573e78b3ef2",
      "tree": "e4ee5f4ff4c47050ff2aca76d8a614bdfe1dc423",
      "parents": [
        "713f17c1d29f097d7d65e243c97a026867bf9363",
        "bf697f50650beecea46b665b706fa5bb5ecb1ede"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Mar 07 00:14:19 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 07 00:14:19 2017 +0000"
      },
      "message": "Merge \"lib/neutron: untangle metering configuration from legacy\""
    },
    {
      "commit": "c2c89e4b35a9ad5fb1a2670943328a9725b37001",
      "tree": "e0567d2295f89812b7b8025091bbfc87ace4b6f9",
      "parents": [
        "713f17c1d29f097d7d65e243c97a026867bf9363"
      ],
      "author": {
        "name": "Brant Knudson",
        "email": "bknudson@us.ibm.com",
        "time": "Thu Feb 23 20:15:47 2017 -0600"
      },
      "committer": {
        "name": "Brant Knudson",
        "email": "bknudson@us.ibm.com",
        "time": "Mon Mar 06 14:03:04 2017 -0600"
      },
      "message": "Use KEYSTONE_SERVICE_URI consistently\n\nlib/keystone builds KEYSTONE_SERVICE_URI so that other services\ndon\u0027t need to reconstruct the identity URI. Many services already\nuse it, but some parts were still building the identity URI from\nthe different parts.\n\nThis will allow changing the identity URI to include a path\n(e.g., to http://\u003chost\u003e/identity) in 1 place rather than in\nmultiple places.\n\nChange-Id: I58cbdbe591d8869807545e0815480fc3375e0479\n"
    },
    {
      "commit": "713f17c1d29f097d7d65e243c97a026867bf9363",
      "tree": "4e08d006b6d47185fddae4d724b6e8c9dcc856cc",
      "parents": [
        "17c2f028cff3aefac18560c4acae39bf832401bd",
        "19f4b3faae5f64a497bf6c13fb29b65301ae499c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Mar 06 14:37:57 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 06 14:37:57 2017 +0000"
      },
      "message": "Merge \"lib/neutron: stop loading all config files into all processes\""
    },
    {
      "commit": "e65ab4a1c57a56161ebbf51a10b3c47a665037d7",
      "tree": "31f9e158bce89c1c5a7712b7d00a9e0649d5aadf",
      "parents": [
        "8fe48af1625cd2deca496de81dd72573e78b3ef2"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Feb 24 17:47:55 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Sun Mar 05 23:05:33 2017 +0000"
      },
      "message": "lib/neutron: configure root_helper for agents\n\nBefore the patch, we were only configuring root_helper_daemon to point\nto oslo.rootwrap, but not root_helper. (The former is used for long\nrunning commands only, while the latter is used for short lived\ncommands.) This made neutron agents to directly call to sudo when a\nprivileged process was to be executed. This failed because /etc/sudoers\nwas not configured to allow anything except the rootwrap call itself.\n\nThis patch simplifies rootwrap handling in the code; it also sets\nroot_helper to point to rootwrap; as well as configure daemon in\nsudoers. While at it, we also set l2 agent to use rootwrap too.\nHopefully, it will be enough for agents to actually configure backend as\nneeded.\n\nChange-Id: Ib05a6e0e024f534d7f616d41d70fb67ecf6daeaf\n"
    },
    {
      "commit": "073c225257b852026b493bbc32423246a94e1229",
      "tree": "dc52978fe4cac84f79fc598157480ad24876edd0",
      "parents": [
        "4fd32ec99f13b8a9774e237f829daf5eb504c196",
        "0bf75a471ecce8c05718644e7e070b4d5a8657d6"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Mar 03 16:20:20 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 03 16:20:20 2017 +0000"
      },
      "message": "Merge \"Skips enabling kernel bridge firewall in container\""
    },
    {
      "commit": "0ce4ba915bb6649884e1a3b6c72a8e879eb562f9",
      "tree": "83b2f6ed56defb1854c215176a8eff1d33e41cd4",
      "parents": [
        "24b58a9a1a8ee3383dce7d3200b915aea1010858"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Feb 24 05:13:53 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Mar 02 19:43:05 2017 +0000"
      },
      "message": "Use lib/keystone to configure [nova] section in neutron.conf\n\nThis simplifies neutron library code and makes it less prone to breakage\nin the future. So far there are no specific known issues with existing\ncode per se, it works, still.\n\nChange-Id: I28f1997d226baae902dae5ca8ee6cd4fd89efe31\n"
    },
    {
      "commit": "19f4b3faae5f64a497bf6c13fb29b65301ae499c",
      "tree": "202da91d294f5124ca7ca6d3eb81b2c881c62b82",
      "parents": [
        "0e1e78117e63af1d55b969469642a7337c616aa0"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Feb 23 20:44:18 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Tue Feb 28 21:07:52 2017 +0000"
      },
      "message": "lib/neutron: stop loading all config files into all processes\n\nDHCP agent should not load core plugin config file; L3 agent has no\ninterest in metadata agent configuration file; etc. It\u0027s a mistake to\nform a single global list of configuration files and pass it into all\nprocesses. Every process should have its own list, that may or may not\nhave some files in common with other processes.\n\nThe only file that is common to all neutron processes is neutron.conf,\nand we could in theory keep it into the common list. But I decided at\nthis point it\u0027s better to be explicit about what\u0027s loaded into services.\nAlso the order of arguments is important, and neutron.conf should always\nbe the first CLI argument, which is hard to achieve by keeping\nneutron.conf file in the global list.\n\nPlugins may be interested in loading additional files into neutron\nprocesses. For example, dragonflow needs to load /etc/neutron/dragonflow.ini\ninto neutron-server. But we should not necessarily load all those files\ninto all processes, so such extendable lists should be per process.\nBesides, neutron_server_config_add_new is already available to use to\nappend additional configuration files for neutron-server. That\u0027s why the\npatch completely kills the NEUTRON_CONFIG_ARG variable.\n\nDepends-On: I4bd54a41a45486a5601373f9a9cce74d7686d1aa\nChange-Id: Ia3c3862399bba335db5edf9ea70f850fb2638d09\n"
    },
    {
      "commit": "0bf75a471ecce8c05718644e7e070b4d5a8657d6",
      "tree": "d085135ccb42248ec62676940125e9eaeaa5fe17",
      "parents": [
        "bab8516a8503445af5582bc63493cb37098f57fb"
      ],
      "author": {
        "name": "Denis Buliga",
        "email": "dbuliga@cloudbasesolutions.com",
        "time": "Mon Feb 06 16:56:46 2017 +0200"
      },
      "committer": {
        "name": "Denis Buliga",
        "email": "dbuliga@cloudbasesolutions.com",
        "time": "Mon Feb 27 10:31:58 2017 +0200"
      },
      "message": "Skips enabling kernel bridge firewall in container\n\nCalling enable_kernel_bridge_firewall inside a\ncontainer, devstack will crash because it tries to\nload a kernel module by calling \u0027sudo modprobe\u0027 on\nnet.bridge.\n\nChange-Id: Id4718c065d5a8c507d49f38e19c2796a64221aa4\nCloses-Bug: #1662194\n"
    },
    {
      "commit": "c043b6f8a84a575ea5cedc71499a81414a610e70",
      "tree": "bea4deaf41b9d9a17fc045c225c2c0e14cc43615",
      "parents": [
        "a1875b1ffcf29a7c1645d8e21402da331c102b6e"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Thu Feb 23 22:30:08 2017 -0500"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Fri Feb 24 11:02:44 2017 -0500"
      },
      "message": "lib/neutron: Add neutron_deploy_rootwrap_filters\n\nChange-Id: Icfa2cfa662013324d38099b82ce0f58ed8377e60\n"
    },
    {
      "commit": "bf697f50650beecea46b665b706fa5bb5ecb1ede",
      "tree": "bf3fb4ea490b1c15282a501e114cdc57ae000057",
      "parents": [
        "19f4b3faae5f64a497bf6c13fb29b65301ae499c"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Feb 23 12:09:01 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Feb 24 05:24:42 2017 +0000"
      },
      "message": "lib/neutron: untangle metering configuration from legacy\n\nThe old code assumed _neutron_service_plugin_class_add presence, as well\nas used a configuration file path that is not standard (under\n/etc/neutron/services/ instead of /etc/neutron/metering_agent.ini).\n\nThe patch untangles metering configuration in the new library from that\nold and bad code, and reimplements it inline.\n\nThis should help the effort to switch gate from lib/neutron-legacy to\nlib/neutron.\n\nChange-Id: I0d235498af4b6a70bd5dae6ea178d5aa8ba41e80\n"
    },
    {
      "commit": "615e115474a570a9d3b7f6edfec365d1bbd31dc3",
      "tree": "400bc5ee3da31b35082ad181fe52983c92ebc1e3",
      "parents": [
        "19f4b3faae5f64a497bf6c13fb29b65301ae499c"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Feb 23 10:41:51 2017 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Feb 24 05:24:18 2017 +0000"
      },
      "message": "lib/neutron: set variables needed for sane l3 agent setup\n\nSince for the new devstack library we still rely on some functions from\novs_base, we need to initialize them with sane default values so that\nsetup works as intended and as lib/neutron-legacy behaves by default for\nexternal connectivity setup.\n\nChange-Id: I412ed4f988b8e03a3e3a08066375b55a6e6aa3e6\n"
    },
    {
      "commit": "84e45c91434c3c7e6796f9a201fd9b0fb8f7adcd",
      "tree": "c7bb45b4a71927e023434817bc9b72670f4ddab0",
      "parents": [
        "ed887d8b9f91f8c75b45770d5c250b9939f36619"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Wed Feb 22 14:25:14 2017 -0500"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Wed Feb 22 14:25:31 2017 -0500"
      },
      "message": "lib/neutron: Fix an extra comma in service_plugins\n\nCloses-Bug: #1667077\nChange-Id: Ib63a94a931c38a7b2a5fc91a8339a9cd657f7927\n"
    }
  ],
  "next": "ed887d8b9f91f8c75b45770d5c250b9939f36619"
}
