)]}'
{
  "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": "c67a78e39c52d39989aac0f790915230ead31769",
      "tree": "2473cbd20f5dcc6937e55a8b1b9a0eb5f2051e25",
      "parents": [
        "b85903eafa6ee130ae0dfb6b4250f06ebc27d722"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Mar 01 18:18:07 2023 +0000"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Mar 01 18:18:07 2023 +0000"
      },
      "message": "Update to have temporal in common\n\nChange-Id: I08dc2e224db977c834ed0b036c3831157ac20675\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "b85903eafa6ee130ae0dfb6b4250f06ebc27d722",
      "tree": "252dfb92be9a707244ee297ca95adf00326196c4",
      "parents": [
        "203144b6b0ed2ada23a9ec9ce98b6c7f862570e7"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Mar 01 17:09:32 2023 +0000"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Mar 01 17:09:32 2023 +0000"
      },
      "message": "Update to have temporal in common\n\nChange-Id: Ifb826c8bfbf7959656505a04852a44f444dc0b25\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "203144b6b0ed2ada23a9ec9ce98b6c7f862570e7",
      "tree": "243349584b1c6af27f260f0daebe770a6a01a375",
      "parents": [
        "beb04b09f31396ef652d733e76751a4ea29763f4",
        "8bf973076f9d3ea92a4cec0720953c6e88a0a8ee"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Feb 09 15:46:48 2023 -0500"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Feb 09 15:46:48 2023 -0500"
      },
      "message": "Merge remote-tracking branch \u0027origin/master\u0027 into paas\n\nChange-Id: I2136af33df17a3ca1e7d8db426c1ec74feef07ff\nSigned-off-by: Mark Beierl \u003cmark.beierl@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": "4f4bcd5b945c654dd462ccbc31ba0242a6aa96dc",
      "tree": "828fdb6a6312c99b57ad9bd664d676ee61ee7650",
      "parents": [
        "6986244790d12f4ce734fd5cd2599e84b29c3f84"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Feb 03 20:49:19 2023 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Feb 06 12:48:56 2023 +0300"
      },
      "message": "Feature 10950: Replace pycrypto with pycryptodome\n\nChange-Id: If7e0f2d58b4354127e5bee17f770a622c98805d2\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": "2f4e8c6a584427ebccadec20a0fb28232db28cb3",
      "tree": "8e2b6f35226a2f76a5f5af73ed3c055a9504ca1b",
      "parents": [
        "4415c4cc1eb8032f0d6a5f49fba297992b355c42"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jan 26 17:55:17 2023 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jan 26 21:16:56 2023 +0300"
      },
      "message": "Updating python dependencies\n\nUpdate of Python packages (using pip-compile) in preparation for\nRelease FOURTEEN\n\nChange-Id: Ie27634899f752975227416c3b86b68f6b8cecc33\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "beb04b09f31396ef652d733e76751a4ea29763f4",
      "tree": "0d50729bec71aa7969c76eff9895a9517cbc3944",
      "parents": [
        "8049992c1be7a027935ee2dbfa632ee3bcbc9cfe",
        "4415c4cc1eb8032f0d6a5f49fba297992b355c42"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jan 25 11:52:01 2023 -0500"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Wed Jan 25 11:57:51 2023 -0500"
      },
      "message": "Merge branch \u0027master\u0027 into paas\n\nChange-Id: Ic445665bf024b0df89e16cadf1bea0ba4bb723b6\nSigned-off-by: Mark Beierl \u003cmark.beierl@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": "8049992c1be7a027935ee2dbfa632ee3bcbc9cfe",
      "tree": "e9b358a6c8b5d2c331652321d4491d8feef11dad",
      "parents": [
        "c9c5a501613dc40d16b88038c9b5a07f32db9af6",
        "0d8ce07a6fd75ce185e0b35826b0baedb60bfa43"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 06 13:06:48 2023 -0500"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jan 06 13:06:52 2023 -0500"
      },
      "message": "Merge remote-tracking branch \u0027origin/master\u0027 into paas\n\nChange-Id: Ic73831a987d021baeb25559f524b8f6e4dcc4ccf\nSigned-off-by: Mark Beierl \u003cmark.beierl@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": "e5e820d39a0a8ac3fbf5ab70c5296358bcd4b08c",
      "tree": "cdf4600517b01b99e625f28554f52d25bda7570e",
      "parents": [
        "2f4ab6c311722e3a060f5b34ed419be318916a1b"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Nov 24 17:49:04 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Nov 24 17:56:53 2022 +0300"
      },
      "message": "Binding flake8 version to 5.0.4\n\nChange-Id: Ia2739577b7f4f50345ef2242323ecb5da3cc2780\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": "5da710e39debf6615644f491c0227b746d3866f7",
      "tree": "dd454216b08015b2684fa66dab21319e999e1535",
      "parents": [
        "ffee660727620a5d5c1e069ac28c09850ac57299"
      ],
      "author": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Oct 25 22:45:07 2022 +0300"
      },
      "committer": {
        "name": "Gulsum Atici",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Oct 27 09:55:01 2022 +0300"
      },
      "message": "Fix Bug 2172\n\nFixing FileNotFoundError during unloading VIM and\nChanging log level while getting installed RO version\n\nChange-Id: I6511072efd47ce9c96c3534a7328e1f5df6e5eb1\nSigned-off-by: Gulsum Atici \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "c9c5a501613dc40d16b88038c9b5a07f32db9af6",
      "tree": "d59b779fbb571585f7b9cc460b5657ec9ce3b2b1",
      "parents": [
        "ffee660727620a5d5c1e069ac28c09850ac57299"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Mon Oct 24 16:15:32 2022 -0400"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Oct 25 12:59:10 2022 -0400"
      },
      "message": "Updating requirements to branch\n\nChange-Id: I7d8c3c538ec84798cd807ca43298a2882ed6d72c\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "ffee660727620a5d5c1e069ac28c09850ac57299",
      "tree": "8a1f75005588c204d051e2398dd3589af7922a39",
      "parents": [
        "3ba0714fb3cf8edcd2c9e7ca95587f4c7973d292"
      ],
      "author": {
        "name": "Guillermo Calvino",
        "email": "guillermo.calvino@canonical.com",
        "time": "Fri Aug 19 13:01:06 2022 +0200"
      },
      "committer": {
        "name": "calvinosanc1",
        "email": "guillermo.calvino@canonical.com",
        "time": "Mon Oct 03 12:02:06 2022 +0000"
      },
      "message": "Get VIM certificates from DB\n\nChange-Id: Iaf11da954dd8faedbc27e0055bdf134433ea680f\nSigned-off-by: Guillermo Calvino \u003cguillermo.calvino@canonical.com\u003e\n"
    },
    {
      "commit": "3ba0714fb3cf8edcd2c9e7ca95587f4c7973d292",
      "tree": "9d9ee0c8f13753b628acb319598e7ed9fc28a785",
      "parents": [
        "bf3e9a819a7c0153fa58b5140d1898147740977a"
      ],
      "author": {
        "name": "gifrerenom",
        "email": "lluis.gifre@cttc.es",
        "time": "Mon Mar 07 18:00:01 2022 +0000"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Sep 06 14:42:05 2022 +0200"
      },
      "message": "Fix bug 2157 to resolve issues with IETF L2VPN WIM connector\n\nChange-Id: If03acb8469f36bbca51a936bfb0808ec0124468f\nSigned-off-by: gifrerenom \u003clluis.gifre@cttc.es\u003e\n"
    },
    {
      "commit": "bf3e9a819a7c0153fa58b5140d1898147740977a",
      "tree": "d9c392102adbe18c4c4f444b9cd46afb5b0ce771",
      "parents": [
        "ddff2b0767a7eb242740cbf56ca6070d02677067"
      ],
      "author": {
        "name": "gifrerenom",
        "email": "lluis.gifre@cttc.es",
        "time": "Mon Mar 07 17:55:20 2022 +0000"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Sep 06 10:48:07 2022 +0300"
      },
      "message": "Fix bug 2156 to select correct WIM connector class and prevent exceptions with missing parameters.\n\nChange-Id: I6f67b8a0fccc5a2ebf3f839899d748c41fac169a\nSigned-off-by: gifrerenom \u003clluis.gifre@cttc.es\u003e\n"
    },
    {
      "commit": "ddff2b0767a7eb242740cbf56ca6070d02677067",
      "tree": "97ffb0c4049a4b4a76f9ba10b838563c2d3a7cf0",
      "parents": [
        "409d5af00f8c508db5906b696831dd209a2fc633"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Sep 03 23:06:37 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Sep 03 23:17:38 2022 +0300"
      },
      "message": "Fixing inappropriate warning log level usage\n\nThis patch is correcting the log levels of some successful operations\nas they were logged with warning level.\n\nChange-Id: I5f572e0b9d31e32253f7fbd8d5d1da7a360e074e\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "409d5af00f8c508db5906b696831dd209a2fc633",
      "tree": "1a4e384e7c410b2786e7e1a0a3e23a91563722e7",
      "parents": [
        "7b521f73dd996a279f23b2f512cd89a42c1c79f6"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jul 29 14:27:16 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Aug 03 10:11:46 2022 +0200"
      },
      "message": "Fixing improper certificate validation security vulnerability\n\nEnabling certificate validation in Juniper Contrail SDN plugin.\n\nChange-Id: I75b523fbff3d450599f888b06549e46b61dcf95a\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "7b521f73dd996a279f23b2f512cd89a42c1c79f6",
      "tree": "2faa54a06e16785fec76bd54ae6e5de981edb9b0",
      "parents": [
        "1ac189e7d842e8aa09133b769097e8703ec1352c"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jul 15 00:43:09 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Aug 01 00:13:55 2022 +0300"
      },
      "message": "Fixing RO Security Vulnerabilities\n\nJinja2 sets autoescape to False, disabling SSL certificate checks, use of unsafe yaml load,\nTry-Except-Pass detected, use of assert detected.\nRemoving openmanoconfig.py.\n\nChange-Id: I3353208e150ae6c2f91befa1a3bbed33ed0c528d\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "1ac189e7d842e8aa09133b769097e8703ec1352c",
      "tree": "b16b35bfe433d4a9c074d2466268d9f8be225f14",
      "parents": [
        "437308b78620e90efc5b7e84063423d2b8f8dec4"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jun 30 19:29:04 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jul 25 15:37:17 2022 +0200"
      },
      "message": "Fix Bug 2086 Updating VNF status configurable\n\nThis fix allows to set REFRESH_ACTIVE period as config option which\nperiodically checks the VM status from VIM. Env variable can be set in the\nro container export OSMRO_PERIOD_REFRESH_ACTIVE\u003d-1 to disable VM status updates.\nThis config parameter allowed to set \u003e\u003d 60 seconds or -1.\nMaking the stage-releasenotes.sh executable.\n\nChange-Id: I90a859d9b831c1ce24faea4eab12dc998ac655d5\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "437308b78620e90efc5b7e84063423d2b8f8dec4",
      "tree": "c25a1eddd910f8be8817bf442b8fb67a4a66f0fb",
      "parents": [
        "89598d4d70c054f0892eb7f922c6c8dff09a7ba5"
      ],
      "author": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jul 14 09:41:20 2022 -0400"
      },
      "committer": {
        "name": "Mark Beierl",
        "email": "mark.beierl@canonical.com",
        "time": "Fri Jul 15 13:25:50 2022 -0400"
      },
      "message": "Jenkins refresh\n\nChange the jenkins node label from \u0027docker\u0027\nto \u0027stage_2\u0027 as part of the Jenkins cleanup\n\nChange-Id: Ic2837c0f6163a511e064eb5a2a254c58c1c0c960\nSigned-off-by: Mark Beierl \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "89598d4d70c054f0892eb7f922c6c8dff09a7ba5",
      "tree": "b3c6fb912b6738a67dec69b6376fb23e8c053b07",
      "parents": [
        "343c520e28e61f5bfa18506e3818c1d3af7f57af"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Jun 30 13:57:43 2022 +0200"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Jul 06 19:25:46 2022 +0300"
      },
      "message": "Fix bug 2092 to update params of delete_vminstance in all VIM connectors\n\nChange-Id: I906817cc8443d958ef295835af440268528912f3\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\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": "f698ad2d8e17927c33eda6353c1bf317ba91bb7c",
      "tree": "207c157122d7afffcf6ba41eae68f1d85b7a80d9",
      "parents": [
        "6585ea3e5a2b68ed7ca3afb72ec816cb841f624d"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Jun 24 17:37:49 2022 +0200"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 24 20:48:11 2022 +0300"
      },
      "message": "Update pip requirements\n\nChange-Id: Ie13a8e81a0182b9b9b6f37c17ae454793f658c47\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "6585ea3e5a2b68ed7ca3afb72ec816cb841f624d",
      "tree": "ea1501011e0541a86d821700ccb3490258d8dac0",
      "parents": [
        "4e86d0ca6f191d698fff7e35aacff887ed7c616c"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 24 16:01:05 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 24 17:11:13 2022 +0200"
      },
      "message": "Match the correct clause when interface position is zero\n\nChange-Id: I6eacc818c1596442295d39ff704fe56dea319c11\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "4e86d0ca6f191d698fff7e35aacff887ed7c616c",
      "tree": "1cac54a1711c0844934f3577e38c5f6bfb01c640",
      "parents": [
        "cf14bb1f6b681cc5a5d1771e2034c306ea8b60f5"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jun 02 20:03:13 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jun 24 17:00:45 2022 +0200"
      },
      "message": "Fixing Bug 1851, 1852, 1854\n\nNetwork related problems while creating an basic network service using\nAWS VIM Plugin are fixed in this patch.\n\nChange-Id: Ic36ff57f8c9bd5b362eb9ffb752ce863f621dd54\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": "c8b3fb65fe58052717f842f49df1d4c36c982e13",
      "tree": "17e89cde7f5053a2b93f609caf86949374181fa6",
      "parents": [
        "36cad669a99ed1655dc39b1c37aea6197ddbab55"
      ],
      "author": {
        "name": "elumalai",
        "email": "deepika.e@tataelxsi.co.in",
        "time": "Wed Jun 01 13:36:05 2022 +0530"
      },
      "committer": {
        "name": "elumalai",
        "email": "deepika.e@tataelxsi.co.in",
        "time": "Thu Jun 23 20:30:43 2022 +0530"
      },
      "message": "RO Unit Tests for Feature: 10910\n\nAdded unit tests in RO for feature 10910 - Migration of\nOpenstack based VM instances\n\nChange-Id: I2bbca8db3fd253fccbfcfb1e5aaf732b571dbfb2\nSigned-off-by: elumalai \u003cdeepika.e@tataelxsi.co.in\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": "d2a67cd30f775b4d1b63660a04124a5f8b49dade",
      "tree": "71813aa62c6a1213cf0ba802925d1f4a7a820bac",
      "parents": [
        "fe5757275bd9eae1d8d4c4f42d910d10a1343b84"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Jun 16 01:28:29 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jun 20 11:00:39 2022 +0200"
      },
      "message": "Fix Bug 1607 Interface position is not taken into account\n\nThis fix provides to attach interfaces to VNF according to the position order\nwhich is defined in the VNFD.\n\nChange-Id: Ibe17d63548c8b753f791de2440fec4c763fd8fe2\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\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": "bf2351992d12a848816de255055682bcb9ab434f",
      "tree": "55bd51d0ec627abeefb9d2977fe237654b0c8d18",
      "parents": [
        "42eb06f7a44e86a46c8310eccd81e1d628e649e4"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Jun 13 10:02:51 2022 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Jun 13 15:50:13 2022 +0200"
      },
      "message": "Use interfaces_backup for healing\n\nChange-Id: Idb2d950963754259163e23a0ed9ef1aafc3ce45e\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "42eb06f7a44e86a46c8310eccd81e1d628e649e4",
      "tree": "50f0e088825b93a6c756c5b604e353c50d40d7c0",
      "parents": [
        "920a55d250681ec02381b09c5cc164c116633e21"
      ],
      "author": {
        "name": "palaciosj",
        "email": "jmpalacios@indra.es",
        "time": "Thu May 05 14:59:36 2022 +0000"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon Jun 13 15:44:08 2022 +0200"
      },
      "message": "Feature 10909: Heal operation for VDU. Fix virtual machine deletion and volume deletion when terminating network service\n\nChange-Id: Iffe66e3dcb87b0b24ee09fd74129b26dfd87c320\nSigned-off-by: palaciosj \u003cjmpalacios@indra.es\u003e\n"
    },
    {
      "commit": "920a55d250681ec02381b09c5cc164c116633e21",
      "tree": "31802a5bcbe0b38aa6b40db66edfd09ac0facf1a",
      "parents": [
        "37ecec06c10dfe2ca162259ac21094db5a95ad75"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jun 07 19:09:38 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Jun 07 19:39:04 2022 +0300"
      },
      "message": "Extracting stage releasenotes script from stage-test.sh\n\nRelease notes checking in stage-test.sh causes the failure in  merge and revert jobs.\nSo it is added as an separate script.\n\nChange-Id: Ie20878cb4822ba72e9d81f3e6ede8dcd1f65d99e\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "37ecec06c10dfe2ca162259ac21094db5a95ad75",
      "tree": "8f49e5e1128b7f293a17529733eab7518d061d08",
      "parents": [
        "2e307cf84eabefe994b8fe225bd9c468ecbc2a41"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed May 25 03:12:36 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon May 30 10:12:32 2022 +0200"
      },
      "message": "Fix Bug 2041: Backup VDU interfaces for healing features\n\nIf a VDU is manually deleted in Openstack, the RO overwrites the\ninterfaces as an empty list. However, healing features (10909 and 10923) need the\ninterfaces information to heal the VDU again. This fix backups the interfaces of\nVDU under interfaces_backup keyword.\n\nChange-Id: I17ea28c2c4f486d0bbecdcbc5005413222bfeed9\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "2e307cf84eabefe994b8fe225bd9c468ecbc2a41",
      "tree": "be3132e82f275bba00e62d3abba8742514ab2f39",
      "parents": [
        "8658c2cd33bcea66c9b99aabb0825071c5c42df0"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri May 27 10:50:21 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri May 27 16:48:38 2022 +0300"
      },
      "message": "Update paramiko version to 2.11.0\n\nUpdate paramiko version and increase auth_timeout and log paramiko operations\nin order to fix Authentication Failed error during ssh key injection\n\nChange-Id: I544850ae3ca5ff826b71deeacb71c5ab2308ee5a\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": "e5d7842d49b1c9cfdabca8e9d0fa3963030412f3",
      "tree": "d1679deb76484cfda53287c359520f57401979f2",
      "parents": [
        "247cc43aff9f3a6fe2ec3f083eeb5ec8276c7774"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon May 16 23:03:54 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue May 17 00:24:50 2022 +0300"
      },
      "message": "Logging traceback for key injection error in robot tests\n\nAdd traceback for key injection error in robot tests\nand increase the paramiko ssh client timeout from 10s to 30s.\n\nChange-Id: I4f0c24f550e98dc072210cebb36a57b4530818ac\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\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": "79ac6df793d0c47de98f6b3a57026aef6bdbb1f3",
      "tree": "e692f2b12a6228da19d4d7983670cfd777b86086",
      "parents": [
        "285185ec765bd1db4444d36834ab771c9104b1d8"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri May 06 16:09:52 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri May 06 16:13:02 2022 +0300"
      },
      "message": "Fix Bug 2022: RO updating VIM details with null info when VM is in error state\n\nThis patch prevents to override the vim_details when VM\nis in error state. By this way, vim_details could be used for healing operations.\nThe messages regarding with the failure is kept in another key names \"vim_message\".\n\nChange-Id: Ie0b73040074865a89d9ab2d447e20a8f3d38d520\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "285185ec765bd1db4444d36834ab771c9104b1d8",
      "tree": "6dd0b2249f2568c3a0406acca3b3bbfa0a8402e3",
      "parents": [
        "8f2060bb4e1d8eb2f522f09f0970d7b24dfd9ce9"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon May 02 21:23:48 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Mon May 02 21:33:05 2022 +0300"
      },
      "message": "Fixing Black and Flake8 errors in RO master\n\nChange-Id: I401c94bc8bd67e03e2f039d69237187fd77c10f4\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\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": "123de18fe672551ac782aec4188150d3fe76c961",
      "tree": "2a4fc84b41d207a908f803593c78ea7e18016ef2",
      "parents": [
        "179e00207688285e282103994967b22f3b5852ca"
      ],
      "author": {
        "name": "Alexis Romero",
        "email": "garomero@indra.es",
        "time": "Tue Apr 26 19:24:40 2022 +0200"
      },
      "committer": {
        "name": "Alexis Romero",
        "email": "garomero@indra.es",
        "time": "Wed Apr 27 15:45:14 2022 +0200"
      },
      "message": "Fixes bug 2013 : Passing Anti-affinity group as additionalParamsForVnf\n\nChange-Id: I4c14ef26cd78547cb74a19cdd50dbec9b40a0a93\nSigned-off-by: Alexis Romero \u003cgaromero@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": "4308ea74573c08513882236e9076e422b47216e0",
      "tree": "03b4ceec52f8f6422d391367dc097efd5ab1ee7a",
      "parents": [
        "0e4a84b8c7f0ce188ef02a158351caec0c99bfaf"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Mar 15 11:52:44 2022 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Mar 25 14:29:54 2022 +0100"
      },
      "message": "Added check for release notes\n\nChange-Id: Id6d0fb10e7bd56574c18a8c6750b2920353ea12f\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "0e4a84b8c7f0ce188ef02a158351caec0c99bfaf",
      "tree": "af0b730b46f99778da444b409b22e86eae5d6280",
      "parents": [
        "2b24d62cdf354f0edf80546408bf96dc1df8ef3c"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Tue Mar 22 16:59:51 2022 +0000"
      },
      "committer": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Tue Mar 22 18:09:26 2022 +0000"
      },
      "message": "Fix bug 1927 for EPA_04 test (exception management error)\n\nChange-Id: I3e75de24a12b7fc88ee63f68dfea0c6c87877905\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\n"
    },
    {
      "commit": "2b24d62cdf354f0edf80546408bf96dc1df8ef3c",
      "tree": "bbfc80cc8e444d20cb32a17bfa2886e3b099ec26",
      "parents": [
        "0108e942476c51824199dba8caffd3914e3e2f35"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Mar 11 15:03:55 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Thu Mar 17 19:24:01 2022 +0100"
      },
      "message": "Fix Bug 1910 Enabling stage-test failing by tox results\n\nChange-Id: I9d8fd2104916a1b16fccb68d21126891ac512b9f\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "0108e942476c51824199dba8caffd3914e3e2f35",
      "tree": "04fb4026e9b7edf6dbfbac84c707c128a61bfa9a",
      "parents": [
        "a1c2b40a68be5591cf36775aa48bc965116ae340"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Mon Mar 14 18:16:41 2022 +0000"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Tue Mar 15 12:49:47 2022 +0300"
      },
      "message": "Fix bug 1904 for EPA tests (no valid hostname)\n\nChange-Id: Ia2f2b71812e46f33144178d342c3559e54d8a03c\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\n"
    },
    {
      "commit": "a1c2b40a68be5591cf36775aa48bc965116ae340",
      "tree": "3c9e70e5330e26e4a59cb1376cbe2049077a880b",
      "parents": [
        "2f4aaaa4f0e721312164252931954dc6db28abe1"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Fri Feb 11 12:41:59 2022 +0000"
      },
      "committer": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Wed Mar 02 14:29:04 2022 +0000"
      },
      "message": "Refactor method deploy\n\nThis change removes the method `_process_items` and refactors the method\n`deploy` to do the following tasks:\n\n- `calculate_all_differences_to_deploy`: returns the list of items to be\n  created and deleted\n- `define_all_tasks`: creates all the task structures\n- `upload_all_tasks`: saves all tasks in the common DB\n\nChange-Id: I5cb59dd697875634a4a92df8673c9842a4578d5f\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\n"
    },
    {
      "commit": "2f4aaaa4f0e721312164252931954dc6db28abe1",
      "tree": "1fd5ed3f6ea8459445573d4ec0b08976e45c1df2",
      "parents": [
        "7788f6984588d4a2b322790eea715967c197adcd"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Mon Jan 31 16:50:48 2022 +0000"
      },
      "committer": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Tue Feb 08 12:43:37 2022 +0000"
      },
      "message": "Add log to trace task workflow\n\nChange-Id: I7f65766ca22dad2f9cc3d2968bc10bc8f7a2779d\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\n"
    },
    {
      "commit": "7788f6984588d4a2b322790eea715967c197adcd",
      "tree": "ff18538aaf5794aec9936bb3bb36bed64c01ced0",
      "parents": [
        "dd82175b17f9ed5181eba6bb20bc0ccb2ab3d030"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Thu Jan 20 09:07:08 2022 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Jan 26 15:02:25 2022 +0100"
      },
      "message": "Fix bug 1598 to update the time to refresh the status of CREATE task\n\nChange-Id: I350e0e8cbfb7818dcd26ffcb23799c16ff8282a2\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\n"
    },
    {
      "commit": "dd82175b17f9ed5181eba6bb20bc0ccb2ab3d030",
      "tree": "b78cec4d863aca88b6cb28c7b382b28ec25afaea",
      "parents": [
        "ebaba1f2fc89f24327e576f3a9235a94c8fade30"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Mon Jan 17 17:37:51 2022 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Jan 26 13:40:01 2022 +0100"
      },
      "message": "Fix bug 1859 for VNET supporting in a different resource group\n\nChange-Id: Iaddd2515995eb4c49977c7c705b7634638bb3071\nSigned-off-by: gallardo \u003csgallardor@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": "8849fb8903a24beeace9a39768a9821b5ce13b90",
      "tree": "1c783dc0b0e97d13a7bf8d352bb7e49cdff4fe16",
      "parents": [
        "f303e89f3f2af102f021b50cd80f039e4e86759d"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Jan 25 14:11:04 2022 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Jan 25 15:12:36 2022 +0100"
      },
      "message": "Adding header to release notes\n\nChange-Id: I66726de18610a4405f519371d0ca3edcec1eb252\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "f303e89f3f2af102f021b50cd80f039e4e86759d",
      "tree": "8941eecfce21811144f36f46dc664702e5b8bad3",
      "parents": [
        "8348393fab54da94964cd1069ab126e5d555ab07"
      ],
      "author": {
        "name": "preethika.p",
        "email": "preethika.p@tataelxsi.co.in",
        "time": "Tue Jan 25 05:09:58 2022 +0000"
      },
      "committer": {
        "name": "preethika.p",
        "email": "preethika.p@tataelxsi.co.in",
        "time": "Tue Jan 25 05:09:58 2022 +0000"
      },
      "message": "Updating Dockerfile.local to align latest Bug-1849\n\nChange-Id: I188fa8e7cbbd3ae5a02523c7ba68ffe2af870bb8\nSigned-off-by: preethika.p \u003cpreethika.p@tataelxsi.co.in\u003e\n"
    },
    {
      "commit": "8348393fab54da94964cd1069ab126e5d555ab07",
      "tree": "39b8201028e76ae7be5588801792e4e491df2a4d",
      "parents": [
        "e9a26f282aa9a82e19484514c69b18b381594ab4"
      ],
      "author": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Thu Jan 13 13:21:53 2022 -0500"
      },
      "committer": {
        "name": "beierlm",
        "email": "mark.beierl@canonical.com",
        "time": "Tue Jan 18 15:59:16 2022 +0100"
      },
      "message": "Bug 1849: LTS Support\n\nUpdates base to Ubuntu 20.04\nUpdates python to 3.8\nUpdates pip dependencies to more recent versions\nAdds apt cache to stage 2 dockerfile\n\nFixes bug 1849\n\nChange-Id: I8a589bbc76bb11f4bc0c42ebb727729da5c5c906\nSigned-off-by: beierlm \u003cmark.beierl@canonical.com\u003e\n"
    },
    {
      "commit": "e9a26f282aa9a82e19484514c69b18b381594ab4",
      "tree": "4b5fd552fc7fb9666a3d6f9c9d2077f0be1c37e0",
      "parents": [
        "0b1e734d5b51b23442aa903b4096bcf7bc48ec8d"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Dec 10 12:59:20 2021 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Wed Jan 12 09:58:31 2022 +0300"
      },
      "message": "Fix Bug 1781 RO does not create management networks where appropriate\n\nIf there is mgmt-network in the descriptor,\nthere is no mapping of that network to a VIM network in the descriptor,\nalso there is no mapping in the \"--config\" parameter or at VIM creation;\nthat mgmt-network will be created.\n\nChange-Id: Ic3ba8bed0417c49bf7d205b91c04703c6aa1b6a3\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\u003e\n"
    },
    {
      "commit": "0b1e734d5b51b23442aa903b4096bcf7bc48ec8d",
      "tree": "3d06a340aa595dcf15759ee2c48638cd9f1f1f69",
      "parents": [
        "ea03d1b188581d67c65c12566fbd5ddd4233ad77"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Dec 07 15:33:46 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Jan 11 13:14:40 2022 +0000"
      },
      "message": "Extracting Ns._process_vdu_params() and creating unit test\n\nChange-Id: Ie5bf2a57d85114d3eacc9a416004423a18d1f27c\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "ea03d1b188581d67c65c12566fbd5ddd4233ad77",
      "tree": "16a6092ce94d06aa7f598ca4ba2b25cb3202bef3",
      "parents": [
        "049cbb1b256805f589c24776dcf092c77fefec6a"
      ],
      "author": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Sat Jan 01 11:42:23 2022 +0300"
      },
      "committer": {
        "name": "aticig",
        "email": "gulsum.atici@canonical.com",
        "time": "Fri Jan 07 08:56:11 2022 +0300"
      },
      "message": "Adding Unit tests for TestVimInteractionNet Class\n\nUnit tests are added for TestVIMInteractionNet Class which belongs to osm_ng_ro.ns_thread\n\nChange-Id: I66a096083667c0c25f663b15cd5080850b69212b\nSigned-off-by: aticig \u003cgulsum.atici@canonical.com\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": "08c81cf0d426c695e67942ec9dceeeb4458ba582",
      "tree": "8b578d05b2177876a6b343d0a825e225fedddc12",
      "parents": [
        "0ee9fdb5561e12852cc93a6b13ed237cee039e07"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Dec 10 14:53:11 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Jan 04 13:36:00 2022 +0000"
      },
      "message": "Removing Fog05 VIM RO Plugin\n\nChange-Id: I90e81463ac804d52ea65635f5da6386c2cc3e7df\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "0ee9fdb5561e12852cc93a6b13ed237cee039e07",
      "tree": "c13cbc29c081f9abee3080e5ab46a0e055656b6c",
      "parents": [
        "a4bac081f55423cf56e417d3540a6c38dee45e5b"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Dec 06 00:17:54 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Dec 07 01:17:59 2021 +0000"
      },
      "message": "Extracting Ns._process_net_params() and creating unit test\n\nChange-Id: I97165a76371cdf46e472642e3d75d95ef5256650\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "a4bac081f55423cf56e417d3540a6c38dee45e5b",
      "tree": "b3471c9f46340e48da6ec342b6e8488641102bb4",
      "parents": [
        "686720bb2f845cd70af053e3b13ffb0a37f53691"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Sun Dec 05 19:31:03 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Sun Dec 05 23:41:26 2021 +0000"
      },
      "message": "Extracting Ns._ip_profile_to_ro() and creating unit test\n\nChange-Id: I0a04a7b2cbe24660529389926f7b4d51f010ca7d\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "686720bb2f845cd70af053e3b13ffb0a37f53691",
      "tree": "cced590b0dc184c7a0fe7235b3b3052830bd139d",
      "parents": [
        "65de52b8cac0463db2bc42c979372c87946a8a46"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Wed Nov 24 02:16:11 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Dec 02 10:45:36 2021 +0000"
      },
      "message": "Extracting Ns._process_flavor_params() and creating unit test\n\nChange-Id: I7146a1a7a2fa703443bf218be351e39f6d98d699\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "65de52b8cac0463db2bc42c979372c87946a8a46",
      "tree": "35c8def874ba051649acd6af8fddeb10e21e38ef",
      "parents": [
        "37d0befd4a0e244c1fee3ea0ea68be23f89b7c1d"
      ],
      "author": {
        "name": "almagia",
        "email": "silvia.almagia@etsi.org",
        "time": "Wed Dec 01 09:52:30 2021 +0100"
      },
      "committer": {
        "name": "almagia",
        "email": "silvia.almagia@etsi.org",
        "time": "Wed Dec 01 09:52:30 2021 +0100"
      },
      "message": "Revert \"Revert \"Removing OpenNebula code\"\"\n\nThis reverts commit 37d0befd4a0e244c1fee3ea0ea68be23f89b7c1d.\n\nRequested by TSC\n\nChange-Id: I4c53c0fcb29acef1ee082acd28738296ea7e8a80\n"
    },
    {
      "commit": "37d0befd4a0e244c1fee3ea0ea68be23f89b7c1d",
      "tree": "9a5405663b259fa65cace9886766006cd1ed545a",
      "parents": [
        "5af67b3295859894c458e94c979834e6a20ffb52"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 30 21:00:20 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 30 21:01:21 2021 +0000"
      },
      "message": "Revert \"Removing OpenNebula code\"\n\nThis reverts commit 5af67b3295859894c458e94c979834e6a20ffb52.\n\nChange-Id: I0d758b038057af83df007c153a7baa23e974c7c0\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "5af67b3295859894c458e94c979834e6a20ffb52",
      "tree": "35c8def874ba051649acd6af8fddeb10e21e38ef",
      "parents": [
        "9ca53b609edcc8431a9d469a26a67a77e4fbf903"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 30 16:16:16 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Tue Nov 30 16:16:16 2021 +0000"
      },
      "message": "Removing OpenNebula code\n\nChange-Id: Iae91ed12897a6d99b37b13585a9aefd556069d8c\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "9ca53b609edcc8431a9d469a26a67a77e4fbf903",
      "tree": "9a5405663b259fa65cace9886766006cd1ed545a",
      "parents": [
        "abdfe78edd8719f0578321afe631914df512976e"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 29 09:28:15 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 29 12:00:08 2021 +0000"
      },
      "message": "Fix bug 1807 - Disabling RO OpenNebula plugin\n\nChange-Id: I52a7947450d83b91fac92170348f7d474a878d97\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "abdfe78edd8719f0578321afe631914df512976e",
      "tree": "af5cb05e861a1afeb44cc667e587f3b39c607fbe",
      "parents": [
        "648ee3dda65699ddfdd01d9f363fb2e37e99930c"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 23:56:28 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Mon Nov 22 23:56:28 2021 +0000"
      },
      "message": "Extracting Ns._get_resource_allocation_params() and creating unit test\n\nChange-Id: I5081c94f48a745b957cb2410403830812a5a1913\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": "a0a3330506aaed3194f3c1c9fdee6319f3a7700d",
      "tree": "a9851bd723c795083c91198e1c72c07a74252b11",
      "parents": [
        "839e5ca652d48ee67929d3022e4cddbf19e7ddde"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Sun Nov 21 16:21:13 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Sun Nov 21 16:38:43 2021 +0000"
      },
      "message": "Extracting Ns._process_image_params() and creating unit test\n\nExtracted the _process_image_params() to ease the testability of that code.\nIntroduced a unit test to cover that function.\n\nChange-Id: I84ab38b5921deeea25376e433af7e374f436238e\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "839e5ca652d48ee67929d3022e4cddbf19e7ddde",
      "tree": "cabf9477ee5f312db203f5bd29e5a04b5e997639",
      "parents": [
        "89278b8df3845c0c1fa862ba9be8c635ce3bfa64"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Nov 19 16:41:38 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Nov 19 16:42:00 2021 +0000"
      },
      "message": "Extracting Ns._create_ro_task() and creating unit test\n\nExtracted the _create_ro_task() to ease the testability of that code.\nIntroduced a unit test to cover that function.\n\nChange-Id: I684ba7fc63e1d77545c84517024f541a9e630573\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "89278b8df3845c0c1fa862ba9be8c635ce3bfa64",
      "tree": "3b026d130e4b1954fba536e98d7d15b9ce266ce7",
      "parents": [
        "71e66118a83d01540dbd66a7e3c15af68a53f3ca"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Nov 19 01:01:32 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Nov 19 01:10:54 2021 +0000"
      },
      "message": "Extracting Ns._create_task() and creating unit test\n\nExtracted the _create_task() to ease the testability of that code.\nIntroduced a unit test to cover that function.\nRe-enabled unit tests and black now is mandatory.\n\nChange-Id: I6b304b14b60b182dee6b274cf95228a81ddc2771\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "71e66118a83d01540dbd66a7e3c15af68a53f3ca",
      "tree": "248e431ee93adec387592c2dca1c4e8da20720c7",
      "parents": [
        "7b507b234039c3270b1bd03d2ff2173d435e90a9"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Thu Nov 11 10:58:29 2021 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Nov 18 12:43:13 2021 +0100"
      },
      "message": "Fix bug 1733 to add integration tests to GCP\n\nChange-Id: I9359a83720fd644a56dd53ef784ee55e91398f41\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "7b507b234039c3270b1bd03d2ff2173d435e90a9",
      "tree": "1fbfd883f885f1596dc22642ee8957df9af89855",
      "parents": [
        "fc07fc2873743e0716656014267b74a564f0d181"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Nov 11 22:00:27 2021 +0000"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Fri Nov 12 02:09:05 2021 +0200"
      },
      "message": "Fix bug 1763 - adding support for persistent volumes\n\nChange-Id: I5691f7d7b1cc5b72e676c4181c94c9aee620cbd4\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    },
    {
      "commit": "fc07fc2873743e0716656014267b74a564f0d181",
      "tree": "a26608fd85958c49af865519ea28166261675046",
      "parents": [
        "34aa3a943db5a61291e58676224a828819d332ee"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Nov 08 10:30:56 2021 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Nov 08 10:30:56 2021 +0100"
      },
      "message": "Fix bug 1735 to assign floating IP addresses only when use_floating_ip set to true\n\nChange-Id: I9d3eb727ae0c9954082b63ea416c57b1217bfb46\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "34aa3a943db5a61291e58676224a828819d332ee",
      "tree": "8cac370b29b1dd1ce3a4c3022cb186568f5057f9",
      "parents": [
        "66af69485ee8c6921ba901b8b594565290d41a24"
      ],
      "author": {
        "name": "gallardo",
        "email": "sgallardor@indra.es",
        "time": "Fri Oct 08 11:50:00 2021 +0000"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Nov 05 18:08:53 2021 +0100"
      },
      "message": "Google Cloud connector\n\nChange-Id: Ic6c834c6f0f538950c6afcb81f045850712886d2\nSigned-off-by: gallardo \u003csgallardor@indra.es\u003e\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "66af69485ee8c6921ba901b8b594565290d41a24",
      "tree": "2920c7edeb6d924cc17ffd24610eb60ef644d94e",
      "parents": [
        "b1b212b72f96d8be27f7a0a5cc226417263c50d8"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Oct 26 18:38:49 2021 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Tue Oct 26 18:53:05 2021 +0200"
      },
      "message": "Fix bug 1725 to indicate region during NIC creation in Azure connector\n\nChange-Id: I45d68d1ea840fa6f64030a1f85839d89fa6d406e\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.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": "1953edcfd434436999d99b5d6c805d7fcecc80f8",
      "tree": "08a50ba4c14ecaedaf0bbe102790eacbdd92f3e6",
      "parents": [
        "2aa5f80ee003615f352d8bbe0e242c03385fa319"
      ],
      "author": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Jul 15 11:48:14 2021 +0200"
      },
      "committer": {
        "name": "sousaedu",
        "email": "eduardo.sousa@canonical.com",
        "time": "Thu Jul 15 11:52:48 2021 +0200"
      },
      "message": "Fix bug 1598 - tweaking timings in the locks\n\nTweaking the locking timings to see if it decreases starvation locks.\n\nChange-Id: If62aa28d5652dc707a1eebee22a25353bcb76ae9\nSigned-off-by: sousaedu \u003ceduardo.sousa@canonical.com\u003e\n"
    }
  ],
  "next": "2aa5f80ee003615f352d8bbe0e242c03385fa319"
}
