)]}'
{
  "log": [
    {
      "commit": "a098b058d6dd3ccac6ac2acebe063e864c27f2e0",
      "tree": "e2f636bce178e044b579a7374b4a1b70aacae6fb",
      "parents": [
        "a3ebc3637f8b1a2b7e4f6dc8ce5a33fefcc2b9eb"
      ],
      "author": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Thu Nov 29 14:55:01 2018 +0000"
      },
      "committer": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Tue Dec 11 09:53:14 2018 +0000"
      },
      "message": "Fixing error in Flow Classifier creation (SFC)\n\nFetching interfaces from the wrong place.\n\nChange-Id: Ibce20543135272ef6b6ff1bca9d1e151972ec985\nSigned-off-by: Eduardo Sousa \u003cesousa@whitestack.com\u003e\n"
    },
    {
      "commit": "c5293def02d95ed4ee086dd8842437b76ec05c4e",
      "tree": "3fd396ff7db3013fd1d78be6d662be10a6bea0a3",
      "parents": [
        "0446cd5df24c38f95cea13b995c553e9b2403f21",
        "7fe82640f590cc66a9b11adf0d25abceedf892de"
      ],
      "author": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Wed Nov 28 17:21:26 2018 +0000"
      },
      "committer": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Wed Nov 28 17:21:26 2018 +0000"
      },
      "message": "Merge remote-tracking branch \u0027upstream/master\u0027 into gerrit-submission\n\nSync with master branch\n\nChange-Id: Ic26d043a84f50f48eeebffb512ccea2eedc053a4\nSigned-off-by: Anderson Bravalheri \u003ca.bravalheri@bristol.ac.uk\u003e\n"
    },
    {
      "commit": "0446cd5df24c38f95cea13b995c553e9b2403f21",
      "tree": "c44cdd6e13913129dee35afff428e01c8dcd2d8b",
      "parents": [
        "63056c57eea17465ada68bcc076a0159d9c5f93f"
      ],
      "author": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Fri Aug 17 15:26:19 2018 +0100"
      },
      "committer": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Fri Nov 16 10:57:14 2018 +0000"
      },
      "message": "Implement feature 5949\n\nEnable dynamic connectivity setup in multi-site Network Services\n\nThe code required to implement the feature is contained in `osm_ro/wim`\nas much as possible.\n\n* `wim/engine.py` works together with `nfvo.py` to implement the\n  feature\n* `wim/persistence.py` is equivalent to `nfvo_db.py` and try to\n  encapsulate most of the SQL-specific code, implementing a persistence\n  layer\n* `wim/http_handler.py` extends `httpserver.py` adding WIM-related HTTP\n  routes\n* `wim/wim_thread.py` is similar to `vim_thread.py` and controls the\n  execution of WIM-related tasks\n* `wim/actions.py` and `wim/wan_link_actions.py` implement the action\n  handling specific code, calling instances of the `wim/wimconn.py`\n  subclasses\n\nWIM connectors are still a work in progress\n\nIndividual change details (newer to older)\n\n- Add errors for inconsistent state\n\n- Delay re-scheduled tasks\n\n- Move lock to inside the persistence object\n\n- Better errors for connector failures\n\n- Try to cache the wan_link information before it is deleted from the database\n\n- Integrate WanLinkDelete to NFVO\n\n- Add WanLinkDelete implementation draft with some tests\n\n- Add basic wim network creation\n\n- Add minimal documentation for actions\n\n- Add checks to the create action\n\n- Improve documentation, rearrange insert_pending and remove unused functions on WimThread\n\n- Integrate Action classes in refresh_tasks\n\n- Add Action classes to avoid intricate conditions\n\n- Adding Proposed License\n\n- Move grouping of actions to persistence\n\n- Change WimThread to use SQL to do the heavy lifting\n\n- Simplify WimThread reload_actions\n\n- Add tests for derive_wan_links\n\n- Implement find_common_wim(s)\n\n- Add tests for create_wim_account\n\n- Add migration scripts for version 33\n\n- Changes to WIM and VIM threads for vim_wim_actions\n\n- Implement wim_account management according to the discussion\n\n- Add WimHandler integration inside httpserver\n\n- Add quick instructions to run the tests\n\n- Add WIM functional tests using real database\n\n- Add DB WIM port mapping\n\n- RO WIM-related console scripts\n\n- Add WIM integration to NFVO\n\n- Improve database support focusing on tests\n\n- RO NBI WIM-related commands in HTTP server\n\n- Adding WIM tables to MANO DB\n\n- Add wim http handler initial implementation\n\n- Move http utility functions to separated files\n\n    This separation allows the code to be reused more easily and avoids\n    circular dependencies.\n\n    (The httpserver can import other modules implementing http routes,\n    and those modules can then use the utility functions without having\n    to import back httpserver)\n\n- Add a HTTP handler class and custom route decorator\n\n    These tools can be used to create independent groups of bottle\n    routes/callbacks in a OOP fashion\n\n- Extract http error codes and related logic to separated file\n\nChange-Id: Icd5fc9fa345852b8cf571e48f427dc10bdbd24c5\nSigned-off-by: Anderson Bravalheri \u003ca.bravalheri@bristol.ac.uk\u003e\n"
    },
    {
      "commit": "ab24d8b8fee8efe8ed5e2d57ba5f132cc58f2120",
      "tree": "ad3ef5b0e03bfdfbd2f305167896e473d1ee7186",
      "parents": [
        "3c83a21f648a266bb5df02322b6e67d16d5291dc"
      ],
      "author": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Wed Oct 17 17:10:04 2018 +0100"
      },
      "committer": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Mon Oct 22 16:34:59 2018 +0100"
      },
      "message": "Fixing SFC\n\nFixes the changes made in RO to allow SFC to be working again.\nTakes care of the dependencies when deleting the different parts,\nsuch as SFIs, SFs, Classifications and SFPs.\n\nChange-Id: Ifc408fae6ea33b6e1c7c0096106150069b62cc91\nSigned-off-by: Eduardo Sousa \u003cesousa@whitestack.com\u003e\n"
    },
    {
      "commit": "920210266c12f772ec1efe3d9494b0b6b10ac172",
      "tree": "85530e913274d558f80934b257813d073e031767",
      "parents": [
        "1f7d9d8e4e87be8c104fb93f133c2e68880a77c8"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Sep 12 16:29:23 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Oct 01 16:15:06 2018 +0200"
      },
      "message": "Change dockerfile-local to install osm-im, lib-osm-openvim and RO from source instead of making\n\nChange-Id: I03af69a2f798ed5b0645c2d3eac4ac48b15805a2\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "fafbf29413f4cc3002cbf1b88effcd832be5c602",
      "tree": "a86b219d6c8f16dd31473fc8fdda7b8833692bf8",
      "parents": [
        "ecc683920f5bd9065bae7b07e10953477fd0a3e8"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 07 14:05:32 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Sep 18 15:47:01 2018 +0100"
      },
      "message": "bug 537 SDN-assist does not connect new instances over an existing vim network\n\nChange-Id: I47115d0957cd9c64606085132fd3f7e4003e7fc2\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "d72182fcb984ec196e92b9448b8dc90b72576ba2",
      "tree": "8034ecd3a6e12b15c0d18611a5262290d033bff1",
      "parents": [
        "27f6d5267ec2ffebfbd0ec872bdbe2b061f59ef5"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 29 10:56:13 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 29 13:12:02 2018 +0200"
      },
      "message": "fixing bug: vim config were not loaded at vim_thread\n\nChange-Id: If6cb843ed30d5bb843e31316c86056a681e7ea60\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "d3750b355ef0488accb82ddeb70b9c5941feff6e",
      "tree": "5bf6f4607480c9d0b8ba8b3adef00f02aefaa899",
      "parents": [
        "1beea8613e1b0d20024da57d29aa3144f4ec2c10"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 20 15:33:08 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Jul 24 15:04:24 2018 +0200"
      },
      "message": "Fix problem at vim_thread reload when vim_account edited\nStart changes from datacenter to vim/vim_account\n\nChange-Id: Icdcd1e7499838f68cc2f70a147c33a83961bbf91\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "9f2900c60cc75a7de14486b66cac5247c1ad8ecd",
      "tree": "6f9bb328fd4972b6b40ddef072a0d9f9431a49dc",
      "parents": [
        "1df468d2c3f6c32f2bb703e4732180a8596c48ad"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 13 15:25:24 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jul 19 14:53:26 2018 +0200"
      },
      "message": "Enhance SDN assist error reporting\n\nChange-Id: I1160b17eb053af427e6aede9f4f95013afc9e633\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "fc5f80b75e9b9d79a27df62638e03154ca00a767",
      "tree": "ce075105f91351f82fb8cfa4733b9123e9e07d0a",
      "parents": [
        "a8e5b7847d8731b96623f742e62dbb6016d42bff"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue May 29 16:00:43 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jul 19 14:34:17 2018 +0200"
      },
      "message": "vdu scaling\n\nChange-Id: I93269b77d5be6cbd8fe635239465381dc874c9a5\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "d2836fcc27661ec1638c464850bc76da067deb11",
      "tree": "8814f85ead7a9f3007a06bdfcddb854f6ab805c6",
      "parents": [
        "4b41f1ed35d27d5611bd7b6607a3948c436453b4"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed May 30 15:03:27 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed May 30 16:54:29 2018 +0100"
      },
      "message": "Fix issue where existing VIM network does not get right status\n\nChange-Id: I1ae7cb060635f27b036a057de8d9eb4139f4ef05\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "9c5c832510fb810388c613ecf4e895ba0213f598",
      "tree": "993b9eaf307d5b5bf2b42967a33cb4430add1fd4",
      "parents": [
        "45140f51dbddc7084fdedf71fd888f691b851301"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Mar 23 15:44:03 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Mar 26 12:13:58 2018 +0200"
      },
      "message": "New create-tenant option idempotent useful for docker initialization. Other minor fixes\n\nChange-Id: I1da8ddfbad06c1a1f0c490f5e606c48aaec4ecd0\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "caadc443e5bdc1a6c89a1d826b8768c67b4b19e8",
      "tree": "64282bbf93ace10e554af7c928bc51afa6ad6181",
      "parents": [
        "ae501920e1c0e03c8571bece610dd5518e6e86b9"
      ],
      "author": {
        "name": "Igor D.C",
        "email": "igor.duarte.cardoso@intel.com",
        "time": "Mon Nov 06 12:48:48 2017 +0000"
      },
      "committer": {
        "name": "Igor D.C",
        "email": "igor.duarte.cardoso@intel.com",
        "time": "Mon Mar 05 00:23:57 2018 +0000"
      },
      "message": "VNFFG support\n\nThis brings VNFFG support to OSM, together with making use of the VIM\nconnector\u0027s SFC interface (see https://osm.etsi.org/gerrit/#/c/2065).\n\nChange-Id: Ia064a9da4aaf62f9f81d3b7f6ac62ea4667864d6\nSigned-off-by: Igor D.C \u003cigor.duarte.cardoso@intel.com\u003e\n"
    },
    {
      "commit": "56d877dad3d7ce6a36e233a77d1ee7dc8295e233",
      "tree": "08c2eb2ab51d591a19e0de077f63f4cef0951936",
      "parents": [
        "ad6bdd4a680031211535bd2e5da7ada14ca28e91"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 15 13:59:05 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 22 17:18:02 2018 +0100"
      },
      "message": "vim thread logging enhancement\n\nChange-Id: I2d6c3dd819e5fd45b37cea6828df53a038409f11\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "00e3df7ab3391d92299ab439d7517f8cb9f47a81",
      "tree": "5d7c9e52578aa6625fa58eed49e92833f8d76024",
      "parents": [
        "2c3a217403188ece5914d2a4012858724008ae2c"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Nov 29 17:20:13 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Dec 01 16:31:35 2017 +0100"
      },
      "message": "fix some more issues at SDN assist and deleting openstack ports\n\nChange-Id: I9eaac0d8955ac55d50e14aba77238dc74cab46d4\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "2c3a217403188ece5914d2a4012858724008ae2c",
      "tree": "f06bca8f33fb847e88309adc946d10de9ede2225",
      "parents": [
        "c30a04ecfb1b64d931b9523fcbd8445be442e376"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Nov 28 11:51:46 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Nov 29 11:28:03 2017 +0100"
      },
      "message": "propagate SDN assist errors\n\nChange-Id: Ief8626efe3f1320a06b71fd4f4fba3eb93f3b60d\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "3fcfdb7674436861d6ab0740972573293b9a355f",
      "tree": "e41170e1a48c11320501db67f03c07d5e8ed5c96",
      "parents": [
        "5fd09ae8b82f73266da2d103ff6f3c88afb1cc9c"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 24 07:48:24 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Nov 14 13:42:13 2017 +0100"
      },
      "message": "Avoid database growth by cleaning old vim_actions\n\nChange-Id: Ib3ad233c1a85e72fe24229282b59a88bc536c692\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "98e909c77827a222ad5658554dee51ecffbdaff0",
      "tree": "9719051f8764987c5d4b86876f4d3340ea5e7429",
      "parents": [
        "c2e241ecb3a820f085d15accb9aa7744301f4277"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Sat Oct 14 13:27:03 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Nov 10 13:17:30 2017 +0100"
      },
      "message": "bug 331 Ensure neutron port is deleted upon vm creation failed\n\nChange-Id: I9fd63a5fd09495ba02b46c55337d2da68fcae7b5\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "f145087b6237ec668786806da2a90ac8aadcbd6e",
      "tree": "c8f19242c20eb3441f68d438c4ea6ee3379942e8",
      "parents": [
        "0ea2a7e95b99313472ead86705261ee38b67ce56"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 17 23:15:08 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Oct 18 00:11:07 2017 +0200"
      },
      "message": "Create task FIND-CREATE for network\n\nChange-Id: I67c42fb0af92955117a0539e516dbb4f19b5b346\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "9c22f2db0d5da6fbed6fc54c01a338c799823cd6",
      "tree": "bee7bb90c83abff22eff26bb6b9952540521c358",
      "parents": [
        "ed85457dd43e9a092a8766a65e47540419b1bd7f"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Oct 09 16:23:55 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Oct 09 22:18:05 2017 +0200"
      },
      "message": "Fix issue when vinconn raises exception at constructor\n\nChange-Id: If6d69cab26a894c8f5d00f9affc0e214161d65af\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "868220c566cfd302a38f9a45a75f4dbd4ebbf395",
      "tree": "4632ae4411d9d412f2e77575617748b76c30fb66",
      "parents": [
        "3a27977838f8da5f4ddbe061dc7ca95cf87a9a7b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Sep 26 00:11:05 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Sep 28 23:37:46 2017 +0200"
      },
      "message": "Feature 1413 resiliency to single component failure\nFeature 645 concurrent access to VIMs\nFeature 629 horizontal_scale_out_of_VDUs\n\nChange-Id: I2a832708e2bf3e4669bbfa999aad869bb15e65b1\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "2391cc10a3f1b845ef81d21454bce74b2169783d",
      "tree": "13c60870f44c43bf0b12f1323200f184816b4678",
      "parents": [
        "acd4e781d6c2d553bb469df9f0fcdab0c4c431c5"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 02 12:48:13 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 02 12:49:36 2017 +0200"
      },
      "message": "fix DB \u0026 ovim.DB critical section among threads\n\nChange-Id: I9b8394ded7f2a83005b62e5490cc38198c3349af\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "518a866ae32d168a794276d85952632bb862d375",
      "tree": "1d18fd170288ff87e94369231296422081ed4806",
      "parents": [
        "e26fc7a4106017149fd68b67e313d374c50c041b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue May 30 11:35:46 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 05 16:31:03 2017 +0200"
      },
      "message": "adding region\u003ddatacenter to sdn networks\n\nChange-Id: Ifc702841fff85c484dc7dabb76c5e2a620b495bf\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "b334d445d87c1bd38655f4e285ad928b8546b9a9",
      "tree": "a7b5c93505e8f5a2668d8c3fb63625486ce9d43b",
      "parents": [
        "bd11fd897768418d2436078faeb10dbadc62a9c2"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Jun 02 14:32:47 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Jun 02 14:32:47 2017 +0200"
      },
      "message": "Updated vim_thread to have global timers; REFRESH_ACTIVE changed to 1 minute\n\nChange-Id: I923ba189101184fed6d8148835af579c03f51efa\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "6aa0b2b620956618cfdd318af5399239c874243d",
      "tree": "2bc73273b027b2fcd08b1f207eac9cf60d0e7951",
      "parents": [
        "70532ae964de2211c9808a90381dd4f0678dd019"
      ],
      "author": {
        "name": "Pablo Montes Moreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Tue May 23 18:33:12 2017 +0200"
      },
      "committer": {
        "name": "Pablo Montes Moreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Fri Jun 02 13:16:13 2017 +0200"
      },
      "message": "External port implementation for SDN assist\n\nChange-Id: I8dec60c615ffe473adc96c4cd557af9d8de78e04\nSigned-off-by: Pablo Montes Moreno \u003cpablo.montesmoreno@telefonica.com\u003e\n"
    },
    {
      "commit": "99314908f1e270c682b3402491b227db71d59545",
      "tree": "2e2102427a69004b0933fe07ce1cd0e9f8e6508e",
      "parents": [
        "52d643d76c7c93de002439102796a9af11ef0abe"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Apr 26 13:23:09 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Apr 26 12:24:12 2017 +0100"
      },
      "message": "Fix error at creating vm_thread adding a datacenter\n\nChange-Id: I92ed023d9f5d08abe79b86448ae633c85de09153\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "01b3e17d03147ab83e1f368574663c7cff7d2068",
      "tree": "68a3ad83eb71a29db11507ed688cf68f0f73a06c",
      "parents": [
        "59cc65820ddbbb2963fd483c6d194c0a7b076bec"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Apr 21 10:52:34 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Apr 21 10:52:34 2017 +0200"
      },
      "message": "fix import of openvim library\n\nChange-Id: If300e68cd6a8abcec6ff22824a27c6709134c694\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "05a8b7bc29197345f9718796c110d6cf3c2ad176",
      "tree": "6784fd8bc799d2f1374c2d79039dc4f5a3de8160",
      "parents": [
        "ae3fa6137b603b4d6b44e8c7897427a7e535b2a7",
        "4b6216b9d00195bf2e3772bb9278faf18ee9fd46"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Apr 20 18:56:07 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Apr 20 18:57:01 2017 +0200"
      },
      "message": "Merge branch \u0027packaging\u0027\n\nChange-Id: I58a236852dab90f025d8300bbbf508d368d799c0\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "2c290ca4088492a3c32bb6ab218d0004da68f6ea",
      "tree": "4c058ff7195b5ab2661429b8c5679fb28c08f063",
      "parents": [
        "06e6c396413630640cafae3488442a0869f1642d"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 06 03:12:51 2017 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Apr 06 03:13:10 2017 +0200"
      },
      "message": "Restructuring code in osm_ro folder, and setup based on MANIFEST\nAlso updated Makefile and service-openmano.sh\n\nChange-Id: I60cf49013315efafd73de377452e38faf2f2f1e0\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "b3d367468fb470724f4846bed34af7859e136524",
      "tree": "d914858d57edc6f8c56ee1baf62e8938471f0bc7",
      "parents": [
        "a7d34d04639c12d4260518c6e92f3f5701f5e150"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Mar 03 23:51:05 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Mar 03 23:51:05 2017 +0100"
      },
      "message": "new persistent_info param at vimconn class\nTask management at vim_thread\n\nChange-Id: Ica8ef928811a973ac8edc669692ad2c867d9518a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "42026a022e4ff54d4670ea65b821838a70243771",
      "tree": "85834e6edeca2f1a53665b714c1cbbef816c33ce",
      "parents": [
        "0a3fc475690c26c63fb61269315dc17e05584b55"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Feb 10 15:13:40 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Feb 10 15:13:40 2017 +0100"
      },
      "message": "New vim_thread for VIM interaction\n\nChange-Id: I55455ef781f91942c2f811f830f5d95f946e4a5a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    }
  ]
}
