)]}'
{
  "log": [
    {
      "commit": "210ec7ca0dc0df57a9302486eedea70f9afafb18",
      "tree": "cd154a927f2a9f0f78723047e6639c64186a7530",
      "parents": [
        "ce61568d0ed0ed91ff684761b3e97102dd4e8883"
      ],
      "author": {
        "name": "Dario Faccin",
        "email": "dario.faccin@canonical.com",
        "time": "Wed May 31 14:52:06 2023 +0200"
      },
      "committer": {
        "name": "Dario Faccin",
        "email": "dario.faccin@canonical.com",
        "time": "Wed May 31 14:54:38 2023 +0200"
      },
      "message": "Update from master part 2\n\nSquashed commit of the following:\n\ncommit 364627c364a86a85696781766326dd690a362bc4\nAuthor: vegall \u003clvega@whitestack.com\u003e\nDate:   Fri Mar 17 15:09:50 2023 +0000\n\n    Feature 10972: Support of volume multi-attach\n\n    Change-Id: I6e88ee52e5e882dbb4ec7d66cf648fbe07d40509\n    Signed-off-by: vegall \u003clvega@whitestack.com\u003e\n\ncommit 0e51779fd37dc5c12f3bd19d78f7341ed0a67b7a\nAuthor: gifrerenom \u003clluis.gifre@cttc.es\u003e\nDate:   Tue Apr 18 16:38:42 2023 +0000\n\n    Feature 10937: Transport API (TAPI) WIM connector for RO\n\n    Change-Id: If0dac9f8ba2d00945eb86a89fb0b2f174c672794\n    Signed-off-by: gifrerenom \u003clluis.gifre@cttc.es\u003e\n\ncommit 370e36bafdcb90f212e289b87290f39be141b3d4\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Tue Apr 25 16:22:56 2023 +0530\n\n    Feature 10979: Static IPv6 Dual Stack Assignment\n\n    Added support for static dual stack IP assignment\n\n    Change-Id: Ief10ae955fb870a3417f68e1c5f7bda570cb6470\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit b1bc66933aa392b9d7518f7cebc711700335389c\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Fri Aug 19 18:23:00 2022 -0500\n\n    Fix Bug 2098: Get VDUs from VNFR when Heal op has no additionalPrameters\n\n    When Heal is requested without vdu or count-index parameters, RO will recreate all VDUs from VNFR\n\n    Change-Id: Idf2cf158bcb33e7b0c307298c14504cc7aa77e2a\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n    (cherry picked from commit 2fbb3a264e4117f4a6569fede6558836d67ac4a4)\n\ncommit aba1518f487b4b65861eb30f553c4edb72ad972e\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Mon May 15 11:55:13 2023 +0300\n\n    Fix VimAdminThread run method\n\n    The run_coroutine_threadsafe() function is used to schedule a coroutine object from a different thread and returns a concurrent.futures.Future.\n    run_coroutine_threadsafe is unnecessary to run the main task and replaced with asyncio.run().\n\n    Change-Id: I8ea31828a9798140d596165443bdf26659b4eef8\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit f17e5bb6b6da4432628dd65ce9ad633e6441f67c\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Wed May 10 22:52:57 2023 +0300\n\n    Minor updates in Dockerfile\n\n    Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit a264b7a460b28d7454fc95fe659da46f55b0c155\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Tue May 9 14:57:22 2023 +0300\n\n    Ubuntu 22.04 and Python 3.10 preparation\n\n    Change-Id: I87164827a8849c16b5e3a804d9673a578e5a5593\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 1c89c08a0dd1c79b5adff3ac1cc123239762e06a\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Tue Apr 18 15:06:30 2023 +0200\n\n    Clean stage-archive.sh and use allowlist_extenals in tox.ini\n\n    Change-Id: I18f0bc3e263063b5b1d2cf211f028f6bb0e4bceb\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\ncommit 51e72a0f7479b3064b4b11891eb524d42f4738b0\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Fri Apr 28 19:41:49 2023 +0530\n\n    Coverity CWE 330: Use of Insufficiently Random Values\n\n    Added support to fix CWE 330: Use of Insufficiently Random Values\n    Coverity issue\n\n    Change-Id: Ib12ebeeb9b0cc10af9980fe8661eb6230c2f6d6d\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit e17cd946aed699b5feca83d37591d04f129a8f52\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Fri Apr 28 18:04:24 2023 +0530\n\n    Coverity CWE 688: Function Call With Incorrect Variable or Reference as Argument\n\n    Added fix for CWE 688 Typo in Identifier\n\n    Change-Id: I53b5142451b809be638d73626265531057722169\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit 730cfaff466fb3c9b1446ecef5213916195ff861\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Mon Mar 13 22:26:38 2023 -0500\n\n    Feature 10975: get flavor-id from additionalParams if specified\n\n    Change-Id: I1c9b1ec43c80f3793b475187681f4c2005d77375\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 2d3f63b055e6a38e95bcff56a8ddef32767b11ef\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Tue Apr 11 10:08:26 2023 +0200\n\n    Update stage-build to run tox sequentially\n\n    Change-Id: I967f19a8c35700290e93c9d8bd863b63b7c2d239\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n    (cherry picked from commit ea063c7a6ae6a5d7e11e8c22f9707d5c8f674ac7)\n\ncommit b3dbfcad6f4b2bebc9ebc20fd7129a18879cb20c\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Tue Mar 14 10:58:39 2023 -0500\n\n    Feature 10978: Add support of ipv6_address_mode and ipv6_ra_mode to openstack connector\n\n    Change-Id: I8ca741a215bd2c52999dee1ea301d4e02aafcb24\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 01619d5b596e01ac8cd6d27bf01a1174e6b3f97b\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Wed Mar 22 22:57:26 2023 +0300\n\n    Keep vim_details while reporting VM deletion\n\n    Change-Id: I27577b2fc93a585affc947abcec8352562f23f49\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 98740c03567ff8c5a22f06fd3f049248a9e5f98d\nAuthor: Pedro Escaleira \u003cescaleira@av.it.pt\u003e\nDate:   Wed Feb 22 10:48:52 2023 +0000\n\n    Bug 2217 fixed: modified the cloud-init merge configs and defined the default SSH keys within the system_info instead of users\n\n    Change-Id: I12e26a88fb9b50c4a78b9fa8ee2cb5d4b4bf6d00\n    Signed-off-by: Pedro Escaleira \u003cescaleira@av.it.pt\u003e\n\ncommit d586d89bde00acaf22debd7f657d605c9d095571\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Mon Feb 13 18:40:03 2023 +0300\n\n    Feature 10960 Performance optimizations for the polling of VM status in RO\n\n    Change-Id: If785bbeaab66e0839541bf94184ce37114e67bd4\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 4c1dd54ae02e82f11a60058a1b7c7b0137ac572e\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Tue Feb 14 12:43:32 2023 -0500\n\n    Refactor ns.py so that RO uses the IP profile as it comes from LCM\n\n    Change-Id: I36983c86d7c76ad8a9b93eb6eae254f844717e0e\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 3822010a26b2e21290b6acdf288db277c7f36605\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Mon Feb 13 17:48:32 2023 +0100\n\n    Fix bug 2216 to remove hardcoded numa affinity in VIO\n\n    Change-Id: I0912c2841e7c5c1febe056ba092afedaea77f6a1\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\ncommit 778f3cc8c052bd17d0da32f07b880616d25f935a\nAuthor: Lovejeet Singh \u003clovejeet.singh@hsc.com\u003e\nDate:   Mon Feb 13 16:15:40 2023 +0530\n\n    Bug 2202: Adding support for cinder V3 API with V2 API for persistent volumes.\n\n    Change-Id: I7034564b91b94e6be242cb2ce0f4a5b147b87d64\n    Signed-off-by: Lovejeet Singh \u003clovejeet.singh@hsc.com\u003e\n\nChange-Id: I7ac1bd1d9896788812f456c678b1f5222a1f1ad6\nSigned-off-by: Dario Faccin \u003cdario.faccin@canonical.com\u003e\n"
    },
    {
      "commit": "ce61568d0ed0ed91ff684761b3e97102dd4e8883",
      "tree": "af82c595e25815622622ec5384f30171380aa617",
      "parents": [
        "c67a78e39c52d39989aac0f790915230ead31769"
      ],
      "author": {
        "name": "Dario Faccin",
        "email": "dario.faccin@canonical.com",
        "time": "Wed May 24 16:42:53 2023 +0200"
      },
      "committer": {
        "name": "Dario Faccin",
        "email": "dario.faccin@canonical.com",
        "time": "Thu May 25 10:38:39 2023 +0200"
      },
      "message": "Update from master\n\nSquashed commit of the following:\n\ncommit 370e36bafdcb90f212e289b87290f39be141b3d4\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Tue Apr 25 16:22:56 2023 +0530\n\n    Feature 10979: Static IPv6 Dual Stack Assignment\n\n    Added support for static dual stack IP assignment\n\n    Change-Id: Ief10ae955fb870a3417f68e1c5f7bda570cb6470\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit b1bc66933aa392b9d7518f7cebc711700335389c\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Fri Aug 19 18:23:00 2022 -0500\n\n    Fix Bug 2098: Get VDUs from VNFR when Heal op has no additionalPrameters\n\n    When Heal is requested without vdu or count-index parameters, RO will recreate all VDUs from VNFR\n\n    Change-Id: Idf2cf158bcb33e7b0c307298c14504cc7aa77e2a\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n    (cherry picked from commit 2fbb3a264e4117f4a6569fede6558836d67ac4a4)\n\ncommit aba1518f487b4b65861eb30f553c4edb72ad972e\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Mon May 15 11:55:13 2023 +0300\n\n    Fix VimAdminThread run method\n\n    The run_coroutine_threadsafe() function is used to schedule a coroutine object from a different thread and returns a concurrent.futures.Future.\n    run_coroutine_threadsafe is unnecessary to run the main task and replaced with asyncio.run().\n\n    Change-Id: I8ea31828a9798140d596165443bdf26659b4eef8\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit f17e5bb6b6da4432628dd65ce9ad633e6441f67c\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Wed May 10 22:52:57 2023 +0300\n\n    Minor updates in Dockerfile\n\n    Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit a264b7a460b28d7454fc95fe659da46f55b0c155\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Tue May 9 14:57:22 2023 +0300\n\n    Ubuntu 22.04 and Python 3.10 preparation\n\n    Change-Id: I87164827a8849c16b5e3a804d9673a578e5a5593\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 1c89c08a0dd1c79b5adff3ac1cc123239762e06a\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Tue Apr 18 15:06:30 2023 +0200\n\n    Clean stage-archive.sh and use allowlist_extenals in tox.ini\n\n    Change-Id: I18f0bc3e263063b5b1d2cf211f028f6bb0e4bceb\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\ncommit 51e72a0f7479b3064b4b11891eb524d42f4738b0\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Fri Apr 28 19:41:49 2023 +0530\n\n    Coverity CWE 330: Use of Insufficiently Random Values\n\n    Added support to fix CWE 330: Use of Insufficiently Random Values\n    Coverity issue\n\n    Change-Id: Ib12ebeeb9b0cc10af9980fe8661eb6230c2f6d6d\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit e17cd946aed699b5feca83d37591d04f129a8f52\nAuthor: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\nDate:   Fri Apr 28 18:04:24 2023 +0530\n\n    Coverity CWE 688: Function Call With Incorrect Variable or Reference as Argument\n\n    Added fix for CWE 688 Typo in Identifier\n\n    Change-Id: I53b5142451b809be638d73626265531057722169\n    Signed-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n\ncommit 730cfaff466fb3c9b1446ecef5213916195ff861\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Mon Mar 13 22:26:38 2023 -0500\n\n    Feature 10975: get flavor-id from additionalParams if specified\n\n    Change-Id: I1c9b1ec43c80f3793b475187681f4c2005d77375\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 2d3f63b055e6a38e95bcff56a8ddef32767b11ef\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Tue Apr 11 10:08:26 2023 +0200\n\n    Update stage-build to run tox sequentially\n\n    Change-Id: I967f19a8c35700290e93c9d8bd863b63b7c2d239\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n    (cherry picked from commit ea063c7a6ae6a5d7e11e8c22f9707d5c8f674ac7)\n\ncommit b3dbfcad6f4b2bebc9ebc20fd7129a18879cb20c\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Tue Mar 14 10:58:39 2023 -0500\n\n    Feature 10978: Add support of ipv6_address_mode and ipv6_ra_mode to openstack connector\n\n    Change-Id: I8ca741a215bd2c52999dee1ea301d4e02aafcb24\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 01619d5b596e01ac8cd6d27bf01a1174e6b3f97b\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Wed Mar 22 22:57:26 2023 +0300\n\n    Keep vim_details while reporting VM deletion\n\n    Change-Id: I27577b2fc93a585affc947abcec8352562f23f49\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 98740c03567ff8c5a22f06fd3f049248a9e5f98d\nAuthor: Pedro Escaleira \u003cescaleira@av.it.pt\u003e\nDate:   Wed Feb 22 10:48:52 2023 +0000\n\n    Bug 2217 fixed: modified the cloud-init merge configs and defined the default SSH keys within the system_info instead of users\n\n    Change-Id: I12e26a88fb9b50c4a78b9fa8ee2cb5d4b4bf6d00\n    Signed-off-by: Pedro Escaleira \u003cescaleira@av.it.pt\u003e\n\ncommit d586d89bde00acaf22debd7f657d605c9d095571\nAuthor: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\nDate:   Mon Feb 13 18:40:03 2023 +0300\n\n    Feature 10960 Performance optimizations for the polling of VM status in RO\n\n    Change-Id: If785bbeaab66e0839541bf94184ce37114e67bd4\n    Signed-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n\ncommit 4c1dd54ae02e82f11a60058a1b7c7b0137ac572e\nAuthor: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\nDate:   Tue Feb 14 12:43:32 2023 -0500\n\n    Refactor ns.py so that RO uses the IP profile as it comes from LCM\n\n    Change-Id: I36983c86d7c76ad8a9b93eb6eae254f844717e0e\n    Signed-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n\ncommit 3822010a26b2e21290b6acdf288db277c7f36605\nAuthor: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nDate:   Mon Feb 13 17:48:32 2023 +0100\n\n    Fix bug 2216 to remove hardcoded numa affinity in VIO\n\n    Change-Id: I0912c2841e7c5c1febe056ba092afedaea77f6a1\n    Signed-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n\ncommit 778f3cc8c052bd17d0da32f07b880616d25f935a\nAuthor: Lovejeet Singh \u003clovejeet.singh@hsc.com\u003e\nDate:   Mon Feb 13 16:15:40 2023 +0530\n\n    Bug 2202: Adding support for cinder V3 API with V2 API for persistent volumes.\n\n    Change-Id: I7034564b91b94e6be242cb2ce0f4a5b147b87d64\n    Signed-off-by: Lovejeet Singh \u003clovejeet.singh@hsc.com\u003e\n\nChange-Id: Ie85ab8100feb93ba059def8cceafbe646e32b1a6\nSigned-off-by: Dario Faccin \u003cdario.faccin@canonical.com\u003e\n"
    },
    {
      "commit": "8bf973076f9d3ea92a4cec0720953c6e88a0a8ee",
      "tree": "b67ad086697595b546897e2b1fd269487e6feca9",
      "parents": [
        "4f4bcd5b945c654dd462ccbc31ba0242a6aa96dc"
      ],
      "author": {
        "name": "almagia",
        "email": "silvia.almagia@etsi.org",
        "time": "Mon Feb 06 16:11:30 2023 +0100"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Feb 06 22:46:01 2023 +0300"
      },
      "message": "Revert \"Revert \"Removing unused methods from RO module\"\"\n\nThis reverts commit 6986244790d12f4ce734fd5cd2599e84b29c3f84.\n\nRe-revert as discussed with TSC\n\nChange-Id: Ib2feb94d4f13e97c12f51381d3e28372d140baaa\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "6986244790d12f4ce734fd5cd2599e84b29c3f84",
      "tree": "12d79ea6a31aa430c282f4a76ecc0d565ff5b039",
      "parents": [
        "21c55d66c67cce097adab2f237356388b1a16077"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Feb 02 16:50:18 2023 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Feb 02 21:02:11 2023 +0100"
      },
      "message": "Revert \"Removing unused methods from RO module\"\n\nThis reverts commit eaccf71d78032c68f6fb4dadfc98308f007b63af.\n\nChange-Id: Ie864b6e031f7c9227d4032f6bf2e3d894464ff3c\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "21c55d66c67cce097adab2f237356388b1a16077",
      "tree": "b530b021e3062bb94245602ecca71630feb79618",
      "parents": [
        "eaccf71d78032c68f6fb4dadfc98308f007b63af"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Feb 02 20:41:00 2023 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Feb 02 20:46:21 2023 +0300"
      },
      "message": "Reformat files according to new black validation\n\nChange-Id: I68f6423f5f9a204c35b7c0c5239eb8a66e605f2c\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "eaccf71d78032c68f6fb4dadfc98308f007b63af",
      "tree": "39f1e28783cafb48e2ccf41b5afbfe9f23aacc2d",
      "parents": [
        "d0571febfae2dea93305bd99d09ff52204c26662"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jan 24 16:04:58 2023 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jan 31 21:48:05 2023 +0300"
      },
      "message": "Removing unused methods from RO module\n\nChange-Id: Ic2e771ebeec9a0ff8d0d45cacbd0cdb87d131a27\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "d0571febfae2dea93305bd99d09ff52204c26662",
      "tree": "647725bf96036adde71f91a84345e48018f5ba11",
      "parents": [
        "6a6e3344cc0d68064a592941e33cdc6629eb3405"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Nov 14 13:06:06 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jan 31 10:44:30 2023 +0300"
      },
      "message": "Fix Bug 2180 Adding VIO Numa support with unit tests\n\nChange-Id: I7a7b18a00b22156c6b8116f07e3a04d8c2dd8a99\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "6a6e3344cc0d68064a592941e33cdc6629eb3405",
      "tree": "770d9f475bc519dfd6880cb30534b62aca98a84f",
      "parents": [
        "2f4e8c6a584427ebccadec20a0fb28232db28cb3"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jan 23 16:22:59 2023 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jan 30 19:10:46 2023 +0100"
      },
      "message": "Correcting invalid vcpu calculation and vcpu pinning policy evaluation.\n\nCorrecting invalid vcpu calculation according to numa nodes core and thread settings, correcting vcpu pinning policy evaluation.\n\nChange-Id: I8126a1e5a47e879a42809ded8ca07b8d1c78ac8f\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "4415c4cc1eb8032f0d6a5f49fba297992b355c42",
      "tree": "a322dcb70d0f6fa0bef0dea298af8d0e94cc1d78",
      "parents": [
        "2f99505fff582e1213d5cafe9c87d06c87d9af7d"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jan 19 12:44:06 2023 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jan 23 21:59:44 2023 +0300"
      },
      "message": "Refactoring new_flavor method in Openstack VIM connector\n\nChange-Id: If852a4c20f41cba2609d9d0d30865649a748e067\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "2f99505fff582e1213d5cafe9c87d06c87d9af7d",
      "tree": "8055e9706681af831354aec0498b8764bb3d7766",
      "parents": [
        "0d8ce07a6fd75ce185e0b35826b0baedb60bfa43"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Nov 23 16:06:40 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Jan 18 12:29:19 2023 +0300"
      },
      "message": "Enabling Pylint in RO and removing unused methods\n\nEnabling pylint, removing some unused and erroneous methods,\nupdating required libraries.\n\nChange-Id: I7ad823f83faa1fd9f055a92041cabc7a53f707ac\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "0d8ce07a6fd75ce185e0b35826b0baedb60bfa43",
      "tree": "8193ba4a56b8913c0d6adf7d7107a32418a3a577",
      "parents": [
        "9e76ebb37d5f292677ac4bf888e373702350e64b"
      ],
      "author": {
        "name": "Gabriel Cuba",
        "email": "gcuba@whitestack.com",
        "time": "Wed Dec 14 18:33:50 2022 -0500"
      },
      "committer": {
        "name": "Gabriel Cuba",
        "email": "gcuba@whitestack.com",
        "time": "Wed Dec 14 18:53:28 2022 -0500"
      },
      "message": "Fix Bug 2159: Use provider-network profile when specified even if it\u0027s overlay or management\n\nChange-Id: Ib1f910e0f8ce9ed5fbb6ffbcb09847c90c2c9710\nSigned-off-by: Gabriel Cuba \u003cgcuba@whitestack.com\u003e\n"
    },
    {
      "commit": "9e76ebb37d5f292677ac4bf888e373702350e64b",
      "tree": "42c1ae8c164850075b4a9b3704cccc4a4faf6454",
      "parents": [
        "e5e820d39a0a8ac3fbf5ab70c5296358bcd4b08c"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Dec 12 19:21:25 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Dec 12 19:27:55 2022 +0300"
      },
      "message": "Fixing the signature of method\n\nCorrecting the signature of method _get_free_floating_ip in vimconn_openstack.py\n\nChange-Id: I0351b1c9af9543c02985601a30fe1e684db71e8a\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "2f4ab6c311722e3a060f5b34ed419be318916a1b",
      "tree": "c8a383127d6988f76b39e9bc845e294450c688c1",
      "parents": [
        "4bc8eb99dbadadf5013de93fcb424038149e1576"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Sep 03 18:15:20 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Nov 22 15:38:34 2022 +0300"
      },
      "message": "Feature 10936 Keeping persistent volume of VNF\n\nChange-Id: I3be4b402c9776f145d59b5c40d645f8ab92d34c6\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "4bc8eb99dbadadf5013de93fcb424038149e1576",
      "tree": "ecc89d6bd2c33149ff6a5d86b50f61fe2f26c39e",
      "parents": [
        "13d0232214b1f8db522ee8861741b938ea37bd45"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Nov 21 14:11:02 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Nov 22 14:05:42 2022 +0300"
      },
      "message": "Refactor NG_RO/ns.py _process_vdu_params method\n\nRefactoring NG_RO/ns.py _process_vdu_params and vimconn_openstack.py delete_vminstance methods together with adding unit tests.\n\nChange-Id: I66b5e4dac296fff7bdac77add997818653ee0801\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "13d0232214b1f8db522ee8861741b938ea37bd45",
      "tree": "21f174c2d2b214ead21a27d61dbf38123f4ca941",
      "parents": [
        "26f7366ed0ab69a4c7c3e0bc2fdd51f35b36c396"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Nov 18 00:10:15 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Nov 18 00:34:21 2022 +0300"
      },
      "message": "Adding missing variable\n\nMissing variable block_device_mapping is added to prepare_disk_for_vminstance method\n\nChange-Id: Ic759df4d53b6d0f454b2a851215aa40402b3053a\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "26f7366ed0ab69a4c7c3e0bc2fdd51f35b36c396",
      "tree": "55323bf172b39ca777973e929c0b8d16ed1d197c",
      "parents": [
        "09dcc583ec5ab04e80e7a4349dcc4061ed794b47"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Oct 27 15:18:27 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Nov 17 18:09:45 2022 +0100"
      },
      "message": "Refactor openstack new_vminstance method\n\nChange-Id: I33bba6d4ce911e6429835d93705f9b7f4704ebae\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "09dcc583ec5ab04e80e7a4349dcc4061ed794b47",
      "tree": "a4ecd400bc71b05418a58daf79673bfbbfa09822",
      "parents": [
        "5da710e39debf6615644f491c0227b746d3866f7"
      ],
      "author": {
        "name": "sritharan",
        "email": "priyadarshini@tataelxsi.co.in",
        "time": "Thu Oct 13 05:43:13 2022 +0000"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Nov 14 12:57:19 2022 +0300"
      },
      "message": "Bug 2180 fixed\n\nChange-Id: Ib136760251c09cd803f2e313b184fa87428efd9b\nSigned-off-by: sritharan \u003cpriyadarshini@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "343c520e28e61f5bfa18506e3818c1d3af7f57af",
      "tree": "d82c583756e531bf8c62810171052c0144b61af4",
      "parents": [
        "f698ad2d8e17927c33eda6353c1bf317ba91bb7c"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Jun 25 23:31:19 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Jun 25 23:39:29 2022 +0300"
      },
      "message": "Find the existing persistent volume by vim_id keyword\n\nIt\u0027s possible to find an existing disk id searching with vim_id or\nvim_volume_id depend on situation. vim_id is added in the search key list.\n\nChange-Id: I7847cfc30a26bfa5f860eae2aefdbc4c44050234\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "cf14bb1f6b681cc5a5d1771e2034c306ea8b60f5",
      "tree": "8e312a243d8958467d51e7f2885b3dda219c5968",
      "parents": [
        "c8b3fb65fe58052717f842f49df1d4c36c982e13"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu May 19 13:03:17 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 24 16:53:35 2022 +0200"
      },
      "message": "Fix Bug 2012 use existing volumes as instantiation parameters\n\nRO processes the existing vim-volume-id which is provided through the\ninstantation parameters, then they are consumed while creating the new VDUs.\n\nChange-Id: Ic3bd71ac7679ab0ccbe9ee0847e4a8d3059c7c58\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "36cad669a99ed1655dc39b1c37aea6197ddbab55",
      "tree": "f62b7ba6a8d1deb847ed60ee4418aee0ed829e2b",
      "parents": [
        "29a4c1a24050561a70f4f47b276a268d48c79067"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Jun 22 22:03:37 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jun 23 15:35:36 2022 +0200"
      },
      "message": "Find the interface ports regardless of VM\u0027s existence\n\nThis patch will find and delete the network interface ports regardless of VM\u0027s existence.\nIn healing feature, when the VM is deleted manually, network interfaces ports still\nexist in the Openstack Cloud. If we check the network ports\u0027 presence according to vm_id,\nthose ports are not deleted and heal operation fails. This patch will find all the ports,\nthan deletion required interface will be deleted.\n\nChange-Id: I139559844aa148109588f70f1472ee2e07d7df67\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "29a4c1a24050561a70f4f47b276a268d48c79067",
      "tree": "041980ccd2a87dd3829788d1900331c4c022df2d",
      "parents": [
        "78f474e69fde9d64e8716978b5ea38f9f5aace48"
      ],
      "author": {
        "name": "sritharan",
        "email": "priyadarshini@tataelxsi.co.in",
        "time": "Thu May 05 12:15:04 2022 +0000"
      },
      "committer": {
        "name": "sritharan",
        "email": "priyadarshini@tataelxsi.co.in",
        "time": "Tue Jun 21 12:47:54 2022 +0000"
      },
      "message": "Feature 10911-Vertical scaling of VM instances from OSM\n\nChange-Id: Ie52edb13367a253ed3fc1a434ca2a170803035e4\nSigned-off-by: sritharan \u003cpriyadarshini@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "78f474e69fde9d64e8716978b5ea38f9f5aace48",
      "tree": "ddf952e58bee8e2bf6fb3843fa85c080f25e7cf2",
      "parents": [
        "d2a67cd30f775b4d1b63660a04124a5f8b49dade"
      ],
      "author": {
        "name": "k4.rahul",
        "email": "rahul.k4@tataelxsi.co.in",
        "time": "Mon May 02 15:47:57 2022 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Jun 21 13:10:22 2022 +0200"
      },
      "message": "Feature 10922: Stop, start and rebuild\n\nAdded support for feature start stop rebuild of VNF instances\nAdded unit test case for start stop rebuil of VNF instances\n\nChange-Id: I09d2512084268c190f5ae9cfdaae41269c6bc069\nSigned-off-by: k4.rahul \u003crahul.k4@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "fe5757275bd9eae1d8d4c4f42d910d10a1343b84",
      "tree": "b126937e0b11723eb0260c39aa7b0b5a31b2c241",
      "parents": [
        "bf2351992d12a848816de255055682bcb9ab434f"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jun 07 15:00:35 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 17 14:19:54 2022 +0200"
      },
      "message": "Fixing Bug 1376\n\nThis fix will check the port existence before deleting the port.\nIt will solve the error \"Error deleting port: PortNotFoundClient\".\n\nChange-Id: I2b0b841c6111578e0d1a0cde9057eb3ab0b5a86a\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "8658c2cd33bcea66c9b99aabb0825071c5c42df0",
      "tree": "1bd91f8e206da1ca82aa51ee86b65a9e98663f70",
      "parents": [
        "0dd83fdc4e4dc597fd2c11c8e2b740613a1bc437"
      ],
      "author": {
        "name": "elumalai",
        "email": "deepika.e@tataelxsi.co.in",
        "time": "Thu Apr 28 19:09:31 2022 +0530"
      },
      "committer": {
        "name": "elumalai",
        "email": "deepika.e@tataelxsi.co.in",
        "time": "Tue May 24 12:24:16 2022 +0530"
      },
      "message": "Feature 10910: Migration of Openstack based VM instances\n\nAdded feature support for Migration of Openstack based VM instances\nfrom OSM\n\nChange-Id: I1e16c3ba323d284c30e4761aec614b18119691af\nSigned-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "0dd83fdc4e4dc597fd2c11c8e2b740613a1bc437",
      "tree": "715e103b39c79a2001afe19e8e4e213daf370c0c",
      "parents": [
        "e5d7842d49b1c9cfdabca8e9d0fa3963030412f3"
      ],
      "author": {
        "name": "rodriguezgar",
        "email": "frodriguezg@indra.es",
        "time": "Sun May 15 00:42:45 2022 +0200"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue May 17 14:34:17 2022 +0200"
      },
      "message": "Bug 2029 mempage-size is ignored\n\nChange-Id: I2ca791474b9a717413964f1b85d7659489702f14\nSigned-off-by: rodriguezgar \u003cfrodriguezg@indra.es\u003e\n"
    },
    {
      "commit": "247cc43aff9f3a6fe2ec3f083eeb5ec8276c7774",
      "tree": "3af1d07980390656d20b8fb48f41686b3c0e460e",
      "parents": [
        "79ac6df793d0c47de98f6b3a57026aef6bdbb1f3"
      ],
      "author": {
        "name": "Alexis Romero",
        "email": "garomero@indra.es",
        "time": "Thu May 12 13:23:25 2022 +0200"
      },
      "committer": {
        "name": "Alexis Romero",
        "email": "garomero@indra.es",
        "time": "Thu May 12 13:23:25 2022 +0200"
      },
      "message": "Fixes bug 2026 : Persistent volumes to be created in the same AZ as the VM that will use them.\n\nChange-Id: I1f4161aa4f7b294e1acf2b33ba3208480f09eacc\nSigned-off-by: Alexis Romero \u003cgaromero@indra.es\u003e\n"
    },
    {
      "commit": "8f2060bb4e1d8eb2f522f09f0970d7b24dfd9ce9",
      "tree": "d61a31185260965c75790df69a89a2aa59c74b6d",
      "parents": [
        "123de18fe672551ac782aec4188150d3fe76c961"
      ],
      "author": {
        "name": "palaciosj",
        "email": "jmpalacios@indra.es",
        "time": "Thu Feb 24 12:05:59 2022 +0000"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon May 02 07:32:04 2022 +0200"
      },
      "message": "Feature 10909: Heal operation for VDU\n\nChange-Id: I4f15fca7874cfc443f09fa65855579e1318a899d\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\nSigned-off-by: palaciosj \u003cjmpalacios@indra.es\u003e\n"
    },
    {
      "commit": "179e00207688285e282103994967b22f3b5852ca",
      "tree": "f7856787cb5bb4f255bf43ffeaddc15047286348",
      "parents": [
        "562623c1fc60ffb0756070f48943bfc8bb428202"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Mar 29 13:15:45 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sun Apr 24 14:02:47 2022 +0200"
      },
      "message": "Fix Bug 1911 Root disk cannot be a Persistent Volume\n\nBy this fix, VNFs could have persistent root disk if the disk type is defined as persistent-storage.\nBesides, the problem of creating unnecessary empty persistent volume is solved.\n\nChange-Id: Id032701bba4ce71080c338bc7f112261ec98861e\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "562623c1fc60ffb0756070f48943bfc8bb428202",
      "tree": "71ce3f35c7100883d59502a68e59979b90d3345c",
      "parents": [
        "b70f4ed7ed2bce01050a05ea01f9c676200edac9"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Mar 31 22:03:33 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Apr 22 20:28:21 2022 +0300"
      },
      "message": "Fix Bug 1785 Openstack VIM connector failed Unittests\n\nThis patch fixes bug 1785 the Openstack VIM connector failed Unittests.\nOpenstack VIM unittests and coverage are also enabled in tox.ini.\n\nChange-Id: I136a53a6f59c48a1681cfe3c87dbe9aada253a98\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "b70f4ed7ed2bce01050a05ea01f9c676200edac9",
      "tree": "59ad6a6b4bddcd0f5c7cd49ac6816c39a824f95f",
      "parents": [
        "4308ea74573c08513882236e9076e422b47216e0"
      ],
      "author": {
        "name": "Alexis Romero",
        "email": "garomero@indra.es",
        "time": "Fri Mar 11 18:00:49 2022 +0100"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Apr 02 21:42:30 2022 +0300"
      },
      "message": "Feature 10906: Support for Anti-Affinity groups\n\nChange-Id: I5eabb222faf9a5422bfb729ff50984f23ac4b9ba\nSigned-off-by: Alexis Romero \u003cgaromero@indra.es\u003e\n"
    },
    {
      "commit": "ebaba1f2fc89f24327e576f3a9235a94c8fade30",
      "tree": "07e9b645780d8d411dce6bb44fddb39568d0a6c9",
      "parents": [
        "8849fb8903a24beeace9a39768a9821b5ce13b90"
      ],
      "author": {
        "name": "preethika.p",
        "email": "preethika.p@tataelxsi.co.in",
        "time": "Thu Jan 20 07:24:18 2022 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Jan 26 12:22:45 2022 +0100"
      },
      "message": "Fix Bug1832-Use existing flavors with true\n\nChange-Id: I0025b2be85c4153f1812ebbb9108ea14b92770c8\nSigned-off-by: preethika.p \u003cpreethika.p@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "049cbb1b256805f589c24776dcf092c77fefec6a",
      "tree": "ae3645a6e427f6a69436d4d804c3f97361e0e9e3",
      "parents": [
        "08c81cf0d426c695e67942ec9dceeeb4458ba582"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Jan 05 11:39:35 2022 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Jan 05 12:25:26 2022 +0000"
      },
      "message": "Enabling Flake8 and import sorting\n\nEnabling flake8 verifications in tox.ini and adding import sorting.\nAll the plugins have been fixed for flake8 errors and the imports\nhave been sorted.\n\nChange-Id: Icdefe9a877e891a683cc833315e4c3f94fffbab9\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "648ee3dda65699ddfdd01d9f363fb2e37e99930c",
      "tree": "6644da6bb4b72b9d1215f8e95f7cfcb9f738fc29",
      "parents": [
        "f524da829bab13ada25d1ffe430a55442d30f46c"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 14:09:15 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 18:56:10 2021 +0000"
      },
      "message": "Fix bug 1798 - adding swap disks\n\nChange-Id: I447a1da59d1efdd9209950a185b819e32c696012\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "f524da829bab13ada25d1ffe430a55442d30f46c",
      "tree": "4a20d43938e91f88eae6570251083a60582dbbf6",
      "parents": [
        "a0a3330506aaed3194f3c1c9fdee6319f3a7700d"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 14:02:17 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 14:48:36 2021 +0000"
      },
      "message": "Fix bug 1797 - adding ephemeral disks\n\nChange-Id: Ie29e598271b1aa5ab78d65826f513c31d0b580be\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "b1b212b72f96d8be27f7a0a5cc226417263c50d8",
      "tree": "5e0c0ce323463972f9fe46189c7aac4bafeb94c4",
      "parents": [
        "1953edcfd434436999d99b5d6c805d7fcecc80f8"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Aug 31 22:47:58 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Sep 01 00:09:54 2021 +0100"
      },
      "message": "Removing networking-l2gw as a dependency\n\nChange-Id: I766c32f5387b0209dc998aabd9440a6123b57961\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "2aa5f80ee003615f352d8bbe0e242c03385fa319",
      "tree": "6ce911506ad76c8132e0ac116169a1a41a7af578",
      "parents": [
        "c878ac41bd98ef064b8e8fd1d39dbd879095a722"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Jun 17 15:39:29 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Jun 18 12:29:54 2021 +0100"
      },
      "message": "Fix bug 1572 - Reading availability-zone-hint for neutron from config\n\nFixes bug 1572 by reading the neutron-availability-zone-hint from VIM\nplugin configuration, which is then applied at network-creation time.\n\nNote: this patch also fixes some formatting issues that black showed.\n\nChange-Id: Iaf152657ae31748ea6b4a123e8b0a0d9513cb692\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "47b5bf06909a41c2a53c5f73f409ef6e719bb23d",
      "tree": "5ba712601c67834590b6169b6543e263524e2189",
      "parents": [
        "6774898f3d83b6c348d6d93e1f5ed0ee7a7b88ef"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Apr 13 12:59:54 2021 +0200"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Apr 13 15:40:58 2021 +0200"
      },
      "message": "Adding hierarchical requirements.in\n\nChange-Id: I20783795754989ef7a9873d91a3a0b6d4f3033c5\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "96abfc244d7937f7bb33aae8916033c0defd29d4",
      "tree": "1dcd04fd94ded6bd73106be1b7420823aed9db9b",
      "parents": [
        "38d1217c445a5fd45aacae22541903439992e0ac"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Feb 18 14:57:01 2021 +0100"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Apr 06 16:17:41 2021 -0400"
      },
      "message": "Pip standerdization and tox replacement\n\nChange-Id: Ic8e6495c9c0a4b46e876fb9f2f8376b7c210f545\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "80135b928ab442c38898750b4751480205b4affc",
      "tree": "86f8ce0946056587d09594f46917b0eddfb31243",
      "parents": [
        "e493e9b91720e5116e00b4c06cf66c767bccce2f"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Feb 17 15:05:18 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Feb 17 15:52:46 2021 +0100"
      },
      "message": "Reformatting RO\n\nChange-Id: I86e6a102b5bf2e0221b29096bbb132ca656844c5\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "e493e9b91720e5116e00b4c06cf66c767bccce2f",
      "tree": "fdb1e0b3f9008e3343156b3cdbcdeb44ee4074c8",
      "parents": [
        "239714b6df49d5d88a099e57006f1ac6e58a57a1"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Feb 09 15:30:01 2021 +0100"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Feb 10 01:22:16 2021 +0100"
      },
      "message": "Fixing bug 1437\n\nThis patchset fixes bug 1437. There will need to be done extra\nchanges to make logging better.\n\nChange-Id: I2b0e477093eba798c6cd4ce7bcc105ee78b610ed\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "70eeb18e4fcbb8bc3c81c88f270b59966ae4d463",
      "tree": "e78240816b0978d9448979cd8e8febc9ce3df557",
      "parents": [
        "14e6be87a296db26c6e6d97d0ba4d308681e9033"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Oct 19 16:38:00 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Nov 25 18:32:36 2020 +0000"
      },
      "message": "Feature 7184 New Generation RO enhancemnt\n\nNew module vim_admin:\n- check and load unattending ro_tasks\n- check for vim updates and deletion in order to re-load it\n- check vim_connectivity at creation edition\n- Injection of ssh keys, retry if fails\n- allow non load filesystem, because it is used only for cloud-init, but\nit can be provided as text by LCM\n- load sdn and wim targets\n- sdn connectivity\n- set network type \u0027data\u0027 when there are SRIOV or PT interfaces\n\nChange-Id: I67147d1d500d60f0b2be1de214c97b1905168c8e\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "7a1f525e6e76418766f5aed3874ec7f54333091f",
      "tree": "dbffb8945a09d11da51e2ff1e32b4e2ec6c9cd62",
      "parents": [
        "b9ffecd8dcdd6a311673a0e38f9b051230a88b8a"
      ],
      "author": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Tue Oct 20 10:27:42 2020 -0300"
      },
      "committer": {
        "name": "bravof",
        "email": "fbravo@whitestack.com",
        "time": "Mon Oct 26 15:29:44 2020 -0300"
      },
      "message": "feat(port security): adds port security strategy\n\nChange-Id: I31b067a787f3f9b90b1e8f9cb7ba042e723c270b\nSigned-off-by: bravof \u003cfbravo@whitestack.com\u003e\n"
    },
    {
      "commit": "cb66c7eab3945f92e9815cbb4007ed61679333d9",
      "tree": "8ce2dac8c64677663780fd0dda1d6f276b36c33d",
      "parents": [
        "5ad826aba849d0e90b4d8661a5ce872d02d7dd52"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jul 22 10:42:58 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Oct 16 09:03:24 2020 +0000"
      },
      "message": "fix 1164 Retry assigning floating ip, it can conflict among RO workers\n\nfix 1104 Remove floating IP from openstack project when it was assigned by RO\n\nChange-Id: I63f9634af2aa0b1796ec40dd67d8da15015c30ac\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "5ad826aba849d0e90b4d8661a5ce872d02d7dd52",
      "tree": "26fdbe81871885decf56654986a336d9591d6555",
      "parents": [
        "187b52ae9922b3b3170080ec78958d7933bde813"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Aug 11 11:19:44 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 12 12:09:09 2020 +0000"
      },
      "message": "fix 1190 enhanced reported error text\n\nChange-Id: I0c65daa0b934694c3b741952bee95d7c4b976365\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1d213f4c8825da8347ffb07b3eaa1315f0fab698",
      "tree": "6d0cb063a7c5abb8a99882357e68eeb6db21e471",
      "parents": [
        "6114d94a7ad6da980b1f4b595f60e4cabe05526b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Apr 24 14:02:51 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 29 11:23:22 2020 +0000"
      },
      "message": "Feature 7184 New Generation RO\n\nGenerates the package python3-osm-ng-ro for a new RO server\nOne or other server is controlled by env OSMRO_NG\n\nChange-Id: I1b563006eeb008d05b37d5116f9741dc4f12a9ba\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1ec592d80c7f07874b08a14984deb21fddb31441",
      "tree": "bb31edbe353b8643634e42d444f42b5d6046a174",
      "parents": [
        "d60bdd09bf04c8e7add7c7bfe2cfd0d74113db40"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Jun 16 15:29:47 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 22 14:42:06 2020 +0000"
      },
      "message": "fixing flake8 tests\n\nChange-Id: Id3db9e940d07fb67a81e727f310900a9eb92e18d\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1dfe9939de013695210e4e0495b15ca75bd81321",
      "tree": "85b648b5f3c8059f4697fa09338f08aee25234f1",
      "parents": [
        "7277486065c905f91477bb064da86855a8fa269a"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jun 18 08:50:10 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jun 18 20:07:03 2020 +0000"
      },
      "message": "openstack: get vlan from port binding:vif_details\n\nChange-Id: I828cfa02a32e95a9a161ce0db288a11a4e9a591c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "7277486065c905f91477bb064da86855a8fa269a",
      "tree": "add4248043d02d15ceb1cdebdf655945958572c8",
      "parents": [
        "667d158c0d3ee7b4c176ad0b27ac428c81b0ddbc"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon May 04 11:44:15 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jun 17 10:08:24 2020 +0000"
      },
      "message": "create base package \u0027osm_ro_plugin\u0027 for plugin\n\ncontains base packabe, dummy and failing connectors\n\nAll plugins will require this package instead of osm_ro\nIn that way plugin development is more independent\nfrom main project, and it can be re-used in other projects.\nFor example openvim can use these SDN plugins without importing osm_ro\n\nChange-Id: I9b598fdca269f04391e731cd07bb244f3918635d\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1aac33a9ee60884cdcd899ed9d5b47687abe788c",
      "tree": "a5053b93f871330f29403511552730d4a65eb979",
      "parents": [
        "396e8135b7201bd35ced4abcd8514bf98a1e9bb9"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed May 27 09:48:48 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 01 07:27:34 2020 +0000"
      },
      "message": "WIP: Added VIO support for PCI-PT interfaces\n\nChange-Id: I9707515fbd15567ac6c51764f1c0b34ccd935a84\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "396e8135b7201bd35ced4abcd8514bf98a1e9bb9",
      "tree": "92091083caf203721170641d9bb7308d6f3f91d9",
      "parents": [
        "64b39c5deaba0dceb9c5f4844a235c1af84a8bee"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed May 27 18:19:19 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 01 07:27:31 2020 +0000"
      },
      "message": "bug 1079 capture SDN plugin unhandled exceptions\n\nget network vlan for PT ports at openstack\n\nChange-Id: I63dc5f5b3b57c1c7f1086690cfd8073f9356b233\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "64b39c5deaba0dceb9c5f4844a235c1af84a8bee",
      "tree": "923b55eae8285f425812ea2af4d1fe494a95a201",
      "parents": [
        "d0f7e798d3462027dc2c8d612a89600f4a6bad3e"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu May 21 08:07:25 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 01 07:27:27 2020 +0000"
      },
      "message": "fix bug 1067: vimconn_openstack, increased timeout for VM with ports with disabled security\n\nChange-Id: I13be9a679de317ef1d3b8b11291815e553e12197\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "69647795675df7357a9aeddaa5aba15c6f92b065",
      "tree": "627fc95116a033484990a4890f42b987afe8ce58",
      "parents": [
        "9c701472268e45cce315060d4c5fb2f165feb7cf"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Mar 05 16:45:48 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Mar 09 08:44:17 2020 +0000"
      },
      "message": "fix SDN: port mapping, switch_id, sdnconn logging\n\nChange-Id: I3160b7705e9acea83d3cf2a22beebafc32d4ef4a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "4af0d54a246b1305f32774c27ae0f585c843afad",
      "tree": "319cd8c49cc6d5c66a02e13a8e834126e44952d0",
      "parents": [
        "632483110b368ac2dda0f09d689ecadef6b63e22"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Feb 18 16:01:13 2020 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Feb 19 19:21:28 2020 +0100"
      },
      "message": "New Openstack VIM config option: dataplane_network_type\n\nChange-Id: Icce42c5afaf7cdcdd6343c48f09e3e720ebfd009\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "2346095e8f8d980c071592db4eac04fc3ff20699",
      "tree": "dcd90be5adf33a775521c57b2e21098d5ecc67de",
      "parents": [
        "32a4190a32e45f7fa259d06efdc3de56570feb46"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Jan 28 16:31:10 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jan 29 14:31:01 2020 +0000"
      },
      "message": "fix dependencies at setup.py\n\nChange-Id: I338003728206b3934c07835e2f7a01a76ed1eda5\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "6869ae75906503f44ac538fd2c49270af15db772",
      "tree": "e3459f6be52ac289cadb3e01326dd2d7fcdee6da",
      "parents": [
        "34cf6b4c6f6158d07fa8839ce2ca323d04f302fd"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 09 17:37:34 2020 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 09 18:09:18 2020 +0000"
      },
      "message": "fix 988. Use provider-network:physical-network at openstack network creation\n\nChange-Id: I736f0ca3cf8c2bde5780153d83aacc908fba0fd9\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "8a2dda3d4ff0a0c72a6c31232937f4f66a032106",
      "tree": "a143a86a0016f782f135eab9425abda9816f39e6",
      "parents": [
        "eaa4344e10032f059124fb4db16fe729983adbc1"
      ],
      "author": {
        "name": "borsatti",
        "email": "davide.borsatti@unibo.it",
        "time": "Wed Dec 18 15:08:57 2019 +0000"
      },
      "committer": {
        "name": "borsatti",
        "email": "davide.borsatti@unibo.it",
        "time": "Fri Dec 20 14:12:17 2019 +0000"
      },
      "message": "Bug 795 fixed\n\nChange-Id: I3597c504a18eb46e4fbc07c4a74676d9521c782d\nSigned-off-by: borsatti \u003cdavide.borsatti@unibo.it\u003e\n"
    },
    {
      "commit": "a0a356e35607e143f4c5143dca450a54dc5c0674",
      "tree": "772afaae6c4c979ae4180aca9b5524ed9514a89f",
      "parents": [
        "8da59bee3d9157ba30d68d3bf08e022c5458c281"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Dec 18 09:32:09 2019 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Dec 19 16:59:13 2019 +0100"
      },
      "message": "Changing log level of Openstack libraries to WARNING\n\nChange-Id: I82f0659611ca84e7a7a16f258e83fb0feb690326\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "57dadcfd0fcf3c8e933602e2fb57f32658d9c845",
      "tree": "d3860554aa3fd060f38a603a0b6347b0feb2570f",
      "parents": [
        "a85c54de5c5d1f951b27082a21e5654e15712529",
        "ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Sat Nov 23 15:11:15 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Sat Nov 23 18:44:35 2019 +0000"
      },
      "message": "Merge branch \u0027py3\u0027 features 8029 8030\n\nChange-Id: Ia670d01fc45d63f4051209ef73ca272054895873\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1b8560079e444a0c98ad2083fa66615c4b6a20fd",
      "tree": "4db740a031c58ffb479b2faf97eaea6f605b38df",
      "parents": [
        "7d782eff123e5b44d41437377ccca66ad1e8b21b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Nov 07 16:28:54 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Nov 08 14:19:58 2019 +0000"
      },
      "message": "(bug 880) fixing vmware VIM plugin python3 migration issues\nfixing unit test and tox installation\n\nChange-Id: Id4fdfa7e0bcd6b5f7ca581ac49ada1c0cdce72af\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "7d782eff123e5b44d41437377ccca66ad1e8b21b",
      "tree": "70ed0a38a694546b1363fb8a2c702b35f80555da",
      "parents": [
        "5db670b68349fd1f00a5efc8c0ccd0ef9d073dca"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Oct 04 12:56:31 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Oct 25 08:52:48 2019 +0000"
      },
      "message": "feature 8029 change RO to python3. Using vim plugins\n\nChange-Id: I1e7bf61db9c39c66e0233c81bd8b4caa6650d389\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    }
  ]
}
