)]}'
{
  "log": [
    {
      "commit": "3c44e7b19cf724506ac5a5ed5935916d96a7f2df",
      "tree": "8446c4c033f51382f5f0d9a8454dbc4e7e0cf7dc",
      "parents": [
        "e99ec1eb7b422f813a96f100b6ca1e6c3c616a8a"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Mar 04 17:32:01 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Apr 15 08:18:14 2019 +0100"
      },
      "message": "Add related vim_wim_tasks (tasks that deals with same vim/wim element\nRemove state of vim_threads, working with database instead of memory\nAllow several vim_threads over the same vim tasks\n\nChange-Id: I5825b69309b8d3e6146798747b002108a34fa2aa\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "4a1659a961e78a1bbf50f1702acec3a3c87af7db",
      "tree": "d4a668ffa97cadaca3957dac99ace0bb350f3cd9",
      "parents": [
        "e34499153daa782b8af94c0a21f95b1f43a1ee71"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Mar 21 09:55:44 2019 +0100"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Mar 21 09:55:44 2019 +0100"
      },
      "message": "Fixed some typos\n\nChange-Id: I6e98001c2fc94d4efd5d2b3be0b401a3c7a862fb\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "dfed511cd627748046d90894f8600331413b1cd3",
      "tree": "1009fc7740d373f84ac8829ed598fc6a8bea51de",
      "parents": [
        "220e83e2c083b34ee77bc6cc7145027183ae9d00"
      ],
      "author": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Fri Feb 08 01:44:14 2019 +0000"
      },
      "committer": {
        "name": "Anderson Bravalheri",
        "email": "a.bravalheri@bristol.ac.uk",
        "time": "Sun Feb 10 19:10:30 2019 +0000"
      },
      "message": "Improve race conditions/MySQL reconnection\n\nThis commit aims to provide a better synchronization between all the\ndifferent threads in RO, specially regarding DB usage and internal state\nconsistency.\n\nThe following improvements were done:\n\n1. Centralize database retry logic into a single function\n\n  This way we can change the procedure and the rules for retrying in a\n  single place and this reflects in several functions simultaneously\n  avoiding the need for manual copy and paste (and the potential risk of\n  forgetting to change somewhere)\n\n2. Minor fixes/improvements related to database connection loss.\n\n  Previously `db_base` was already able to identify when the connection\n  to MySQL was lost, but apparently in a few edge cases the automatic\n  reconnection was not done.\n\n3. Implement a transaction method\n\n  This method replaces the old context manager API for the connection\n  object that was removed from MySQLdb in version 1.4\n\n  In additional it is possible to use a decorator for transactions\n  (not only the context manager), which is handy sometimes.\n\n4. Add lock mechanism directly to db_base\n\n  This helps to improve synchronization between threads.\n  Some extra synchronization was introduced to functions, as it seemed\n  to be the case.\n  Moreover, previously, the cursor object was part of the internal state\n  of the db_base object, and it was being changed/used without thread\n  synchronization (error-prone). Having the locking mechanism around the\n  changes in the cursor property of the class, avoids problems.\n\n5. Add option to fork connection\n\n  Useful when independent threading is needed (as long as different\n  threads don\u0027t access the same database table, having separated\n  connections and locks should work fine).\n\nChange-Id: I3ab34df5e8c2857d96ed14a70e7f65bd0b5189a0\nSigned-off-by: Anderson Bravalheri \u003ca.bravalheri@bristol.ac.uk\u003e\n"
    },
    {
      "commit": "89aada4f5e6bd52afd284ed8b2a27a5b36e677bb",
      "tree": "7117cb38dd5f0aef2cad5a30ea37378b79c2db14",
      "parents": [
        "8b66a9f803ab7bb0d7f9419b515e8477e6d55733"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Dec 19 16:00:25 2018 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Dec 21 13:08:17 2018 +0000"
      },
      "message": "allow pdu without image\n\nChange-Id: Icb02d22d2c1497c1af5cfeff2702d2757bcdcda1\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "16cfd567ec675eeab9b318b63b5e8867f09e957e",
      "tree": "eb3d68e211d1dbcffe3c20079d06627c48853151",
      "parents": [
        "a098b058d6dd3ccac6ac2acebe063e864c27f2e0"
      ],
      "author": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Fri Nov 30 15:33:35 2018 +0000"
      },
      "committer": {
        "name": "Eduardo Sousa",
        "email": "esousa@whitestack.com",
        "time": "Tue Dec 11 14:42:05 2018 +0000"
      },
      "message": "Adding support to different ingress and egress ports (SFC)\n\nTODO: update VNFFG example.\n\nChange-Id: I26cf6cc8760516203f8a4fa147bdcd2e00887d89\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": "b699079de277df00143b293e9d0e1b04ea54a1b8",
      "tree": "51b15d8b4e729a89992977c146064d0936073a9e",
      "parents": [
        "63e45b668c9a650ae9b943cf3997c6c34305bbf5"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Nov 13 10:37:42 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Nov 13 22:52:24 2018 +0100"
      },
      "message": "feature 1417 support of PDUs\n\nChange-Id: I4f74215f2604daab1bd6a148e37d21a2547f4207\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "67881db99f52f308f6fac69195d5477092361622",
      "tree": "f4e9175c6e6e2864a887407223e0b4f418d5a453",
      "parents": [
        "532f8c27c5f0dadff6d688e3a51e179682a9d378"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Oct 24 18:46:03 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 25 14:34:07 2018 +0200"
      },
      "message": "feature 1429 add ssh public key to all mgmt vdus\n\nChange-Id: I895b2b646083c4cecc03ab247558eb42c060908a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.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": "e72710b0ac189586e822a71a611f87fdce6a917d",
      "tree": "552e455905c2acc3ff48c197ec9707b31e1a0a98",
      "parents": [
        "d3750b355ef0488accb82ddeb70b9c5941feff6e"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 23 16:16:00 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Jul 24 15:04:42 2018 +0200"
      },
      "message": "implementation of vdu:interface:mgmt-interface for getting vdu ip address\n\nChange-Id: I3d7e0116b0fc6624846ccc0803c3f00f820e5bde\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1df468d2c3f6c32f2bb703e4732180a8596c48ad",
      "tree": "d5676b156301ee74f3229f6f45ac7729495b8c27",
      "parents": [
        "55d234c0d00b9936a83b632513379b9e13999126"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 06 14:25:16 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jul 19 14:34:17 2018 +0200"
      },
      "message": "Added more instantitaion parameters: volume_id.\nFixed multisite deployment without vld vim-network-name input\n\nChange-Id: If542c282ef53f9b5356bdc3b6684b8098813421e\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "55d234c0d00b9936a83b632513379b9e13999126",
      "tree": "24ac1dcc96340b06e41107fd65461830a261bf3e",
      "parents": [
        "fc5f80b75e9b9d79a27df62638e03154ca00a767"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jul 04 18:29:21 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jul 19 14:34:17 2018 +0200"
      },
      "message": "avoid openstack default gateway creation at VLD ip-profile.\nChange vnf instance order to nsd:constituent-vnfd list order.\nEnsure interface are deployed in order\n\nChange-Id: I3f2d43643f6cd25a09d0f21407544657168c3513\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": "8f79ea1c5c0115c4799a31d35bd3b49e006fed04",
      "tree": "1e6698e99853299fcb1d3137924564556072136f",
      "parents": [
        "40d97800f7b48f533abfcdef98ee992daf9acb37"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu May 03 17:37:40 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu May 03 17:37:40 2018 +0200"
      },
      "message": "Fixed the use of vim_network_name at NSD VLD\nAdd new vim-config parameter management_network_id or management_network_name for setting the mgmt vim network\n\nChange-Id: I9b5224c5af22c914bda14f8fb9f4edbf29da02bf\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "16e3dd4ed7547fe4a4273c53a6deb23c00fdbfb3",
      "tree": "194e3b8ccf59d880303e8c4707eec913f3c03915",
      "parents": [
        "fda3b8c9084db17a03feba4e989ce43124e261e1"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Apr 24 12:52:40 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Apr 25 12:16:53 2018 +0200"
      },
      "message": "Feature 5649 Alternative images for VIM specific\n\nChange-Id: I4780afb862fc2d8b9625aa771c0bd8d7aefefef6\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "54467bb7f4edec1fa4fe195fe4ccf34fea5d7f9e",
      "tree": "5668fabe119089d1f74499506b4cdc36f1665785",
      "parents": [
        "c2d6a6f20a7f0ff7fb7bb6710528e191336d7ad4"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Apr 11 23:21:02 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Apr 23 18:00:22 2018 +0200"
      },
      "message": "Change vnf_member_index to be coherent with model\n\nChange-Id: Ia8f465aed54996087905e3d3aeb6bfa6a2a2946c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "41a6981cd96a7e4ae15e881bc868873fbfaa3937",
      "tree": "2d54348a2041b130a68a3161efffd51627ed55e1",
      "parents": [
        "69b590eb0469efa021bada0d2bf867bbdff27a10"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Feb 16 14:34:33 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Mar 14 16:23:43 2018 +0100"
      },
      "message": "Features 5648 5650 5651\n\nChange-Id: I3542587777f124badf75aa4285d9fad5e25a1a0a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "69b590eb0469efa021bada0d2bf867bbdff27a10",
      "tree": "3c189787df26e592296d66cddf9906ed8ac69c40",
      "parents": [
        "caadc443e5bdc1a6c89a1d826b8768c67b4b19e8"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Mar 13 18:52:23 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Mar 14 16:23:35 2018 +0100"
      },
      "message": "VNFFG fixed some issues\n\nChange-Id: I5d1a481687c37e58a1202091ff8534a4253a82f0\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": "ce62cc40f48f5637c83eafbb7730e3ca64860555",
      "tree": "07d52ed3659159a6f28b87ba753dab3c645c56c5",
      "parents": [
        "f1c8e226b03b82af0cc47108fad96c3751ce03a7"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 25 10:37:16 2018 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 25 10:41:43 2018 +0100"
      },
      "message": "provide more info at ns show\n\nChange-Id: I2d9962a3ec43db9d9780c459fe0da26af9d5cbd2\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "a15c4b97ee155f7ad78077abed9ec9a5fe88ee10",
      "tree": "81ba6f58550f4e1e1e9089df1a6f423007304781",
      "parents": [
        "b2880eb22114090842e92dff6fd09b71d1ed2d41"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 05 12:41:44 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 05 12:59:24 2017 +0200"
      },
      "message": "(bug 351) fix getting datacenter uuid from name at instantiation.\nFix instance without scenario issues\n\nChange-Id: I1f6e171405a31848f5d15df1cc94dddd782bb9a0\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "e580c7d9d4c0f8a093597d83808f96cdab261b0c",
      "tree": "fb2f4b2e4127cb8ec373410acc3310f29fdd79e7",
      "parents": [
        "868220c566cfd302a38f9a45a75f4dbd4ebbf395"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Fri Sep 22 14:09:51 2017 +0200"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Oct 02 10:20:12 2017 +0200"
      },
      "message": "Feature 1429 - secure key management feature\n\nChange-Id: Ic643fcde4b8e1456e8ab1d8c256a971adb7412a2\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.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": "a955020f8c8a74df3a4a97a4e2e2af5d44b46733",
      "tree": "5202412df077e94bb6015bee869c93aa90f886f0",
      "parents": [
        "f1ba57e5806479a5a38d5c4f48da8799e78e400a"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 22 13:31:35 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 25 10:55:27 2017 +0200"
      },
      "message": "Changes to adopt Release Three OSM IM\nFeature 1456 Explicit Port Ordering Support\n\nChange-Id: If0916a15ab39cad29ed5a6be6a10856298e88f33\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "f1ba57e5806479a5a38d5c4f48da8799e78e400a",
      "tree": "41acf4249681a71a001fe60ff155eb06fd1a769a",
      "parents": [
        "04f29113cb79e64c61c848216094e78f2cf29e6d"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Sep 07 12:23:19 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Sep 21 17:40:53 2017 +0200"
      },
      "message": "new API v3 that consumes OSM IM models\n\nChange-Id: If73f79575903a9192f3cb9b043b41a894f5c053c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "8e690329e2c9e8bcbb7d3501037e3de1fbb7b942",
      "tree": "84f24384b7c17446b1737786d2747df7c9b733bd",
      "parents": [
        "5acb1e4b9948d1ac6fc9b1e42d8544fa4d08a9f1"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Aug 10 15:58:50 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Aug 29 14:07:11 2017 +0200"
      },
      "message": "(bug 329) fix RO VDU count. Enhance nfvo.py:create_instance\n\nChange-Id: I588268281fd6fd85d963db3fdcc5b39e809bc5f0\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "2935631c49a315fb078d05380569f7e1ca21fcde",
      "tree": "eca84b45800f10f7a3a5846e45315c14d05c13ec",
      "parents": [
        "994a29db7a227e56a0575b72e8107df5505a4e57"
      ],
      "author": {
        "name": "mirabal",
        "email": "leonardo.mirabal@altran.com",
        "time": "Thu Jul 27 12:21:22 2017 +0200"
      },
      "committer": {
        "name": "mirabal",
        "email": "leonardo.mirabal@altran.com",
        "time": "Mon Aug 28 18:18:52 2017 +0200"
      },
      "message": "Affinity and antiaffinity implementation.\n\n\t- RO descriptor now support \"availability_zone\" tag in the VNFC descriptor.\n\t- RO database extend table vms table to include availability_zone.\n\t- In case a VNF requires more  zones than available in the datacenter, an error message of instantiation failure will be issued and the usual rollback procedure will  start.\n\t- In case a VDU does not include availability tag, it will be treated as normal, following the default scheduling policy in the VIM.\n\nChange-Id: I335a0db6fa232953f655a598351dd7e7bbb97785\nSigned-off-by: mirabal \u003cleonardo.mirabal@altran.com\u003e\n"
    },
    {
      "commit": "c3b6d3775a351b9663ebb9bd94a5694d99d647da",
      "tree": "062b0f6eee7cdf3ab866b550ce10ab1e09f7c916",
      "parents": [
        "b334d445d87c1bd38655f4e285ad928b8546b9a9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue May 30 17:12:00 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 05 16:31:03 2017 +0200"
      },
      "message": "(bug 283) fixed error at vnf creation on missing vpci for dataplane interfaces\n\nChange-Id: I45541219873336dd7a8f8ec155ad0772404ad51a\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": "5bb59dc875caf2d71aad5e5e38ab3f63f4c73607",
      "tree": "e915c703a7660bc54b68b1088c27b6a2e169c794",
      "parents": [
        "42026a022e4ff54d4670ea65b821838a70243771"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Feb 13 14:53:54 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Feb 13 14:53:54 2017 +0100"
      },
      "message": "Unify code for scenario v0.2 v0.3\n\nChange-Id: Ia5d99202ffc5392c7b8a7df6ba69c12333d6a49e\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "fa51c20775384588b66c08ed38fca01780614bc2",
      "tree": "7f40115a75f50c86a6c2da9c3608e7b5aaecd28c",
      "parents": [
        "985a1fd9e91dab9848923a86da312c84a6d7b7d2"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jan 27 14:58:17 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 30 15:39:27 2017 +0100"
      },
      "message": "fixes 191 preserve VDU interface order at all VNFD schemas\n\nChange-Id: Ib5b5cd581c2e60e1e6890ebaeebf4a246a15750c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "ef45f6154641499b4ad1d571925468637bb4c80c",
      "tree": "28d651c1e423962ac0e668c23f2ce9a44b01f174",
      "parents": [
        "01d0bf5f73c3bd9d90199b02b76c156a4c9b2b40"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 26 12:35:57 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 26 14:33:46 2017 +0100"
      },
      "message": "fixes 178 a typo at vnfd:internal-connections getting mac\n\nChange-Id: I6c5310cde3ba3da089d45a86059069dd25be0e1a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "36c0b17b51788c867b5aefe269cd860f4ebc7bb4",
      "tree": "166a350d8585dcf1048df43b57027e4c57f5b96e",
      "parents": [
        "941551b37acbcaf82dcad8eb5b3d231130f2b22d"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 12 18:32:28 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 16 10:41:45 2017 +0100"
      },
      "message": "cloud init parameters at VNFD, allow file tranfer, config-drive, userdata, users, ssh-keys\n\nChange-Id: Ice99bfaf3a952dc8b52f3947972f82bb51edff58\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "2a1fc4e770c0688ac1fcb41e1c62bf36a2719d28",
      "tree": "46e1b9f6200ae5e0b4e45ccdbcaa0ada7eeedd44",
      "parents": [
        "ed746039f90fa3a6742e31b267c301aa19ac7e8b"
      ],
      "author": {
        "name": "montesmoreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Mon Jan 09 16:46:04 2017 +0000"
      },
      "committer": {
        "name": "montesmoreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Wed Jan 11 10:59:50 2017 +0000"
      },
      "message": "Implemented option to disable port-security for openstack. Implemented option to specify floating_ip in openstack. Solved 2 bugs in floating_ip implementation for Openstack\n\nChange-Id: I1d6463f9743924dacd93d522f625ecef34b0decf\nSigned-off-by: montesmoreno \u003cpablo.montesmoreno@telefonica.com\u003e\n"
    },
    {
      "commit": "44528e4eea92eb8f3f929ffda6cebfe8903241d9",
      "tree": "1053bf16c6a147092e660ef08602e24a2e3a6b78",
      "parents": [
        "d55a4582879f1ae320f4be79fb87e1828549402a"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 11 12:06:25 2016 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 11 12:06:25 2016 +0000"
      },
      "message": "minor changes at database connection exception management. Change openmanoconfig.sh to openmanoconfig.py to retrieve configuration\n\nChange-Id: I4dbff4e3b5e21ff362f1487a63a213852ed18f78\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "a2793919ce06ce40e809c3578a0aec27c7efbae4",
      "tree": "c3f2db26dd8a1958bdb69f3f1c8ccc7ad2cc7f53",
      "parents": [
        "8b413241c07347b196b81f5c340137fa8963b1e1"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 04 08:15:08 2016 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 04 08:15:08 2016 +0000"
      },
      "message": "v0.4.61 fixed 37 Deploying multisite get properly the information from sites. Deletion is properly done\n\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "66345bc7ec91854bbf82d8f3595eab33d4801b2b",
      "tree": "9848e3d24ff0911c22e72222544e5ea9e0b1de40",
      "parents": [
        "b13f3ccc55a71878d8e7c501be9269d84fc85ace"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 26 11:37:55 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 26 11:37:55 2016 +0200"
      },
      "message": "v0.4.57 Allow mapping several scenario netwoks on the same vim network. Change name at database table instance_nets from external to created\n\nChange-Id: I46cab007c4c5d3cdbd515b477aa25ee373d3e6fd\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "b13f3ccc55a71878d8e7c501be9269d84fc85ace",
      "tree": "f571d4d606caed4f0704dd3f6e0c1bfd1e6f7a73",
      "parents": [
        "8e995ced65fe608f254318c496c769a4f3852466"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 26 10:14:44 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 26 10:14:44 2016 +0200"
      },
      "message": "v0.4.56 fixed some logging bugs\n\nChange-Id: I517070e781e2500b62e3394dbfbd8db8b2f3b47d\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "327465f1e68bae4351fdd369561e0f8c3cc18f0a",
      "tree": "db57bdee063e1b18328e6d5aaa9c744899a62ec5",
      "parents": [
        "4319dadf7254c118456c5c692ae9ca84fc5e60fc"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Sep 07 09:54:47 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Sep 07 09:54:47 2016 +0200"
      },
      "message": "v0.4.50 datacenter-netmap-import bug fixed running on US16.04. Added created_at value at datacenter_nets database table\n\nChange-Id: I06b0b39e235f0100dddb1546a89626bed82f2920\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "4319dadf7254c118456c5c692ae9ca84fc5e60fc",
      "tree": "7183b03570cd9a3bb7a88b0c2da951bd55008dfd",
      "parents": [
        "9f8456e62b915ecad8424a2ccfd734db8e777fc9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 05 12:11:11 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 05 12:11:11 2016 +0200"
      },
      "message": "minor changes\n\nChange-Id: If54fb9866928b5f8b7c40b5ec3dadd311520641a\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "9f8456e62b915ecad8424a2ccfd734db8e777fc9",
      "tree": "b476ea4eafa7c975b789219a3a9dca2cb9f14297",
      "parents": [
        "be41e22d64055e9ee71e3f4d6d7ca99225a679fb"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Sep 05 05:02:59 2016 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Sep 05 05:02:59 2016 +0200"
      },
      "message": "v0.4.49 allow IP parameters for networks, and network types in RO\n\nChange-Id: I01ac9b0d006b7069555566bac7ba23d84de55312\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "be41e22d64055e9ee71e3f4d6d7ca99225a679fb",
      "tree": "0f956060f876eed4a97ed0e5db5a152523b2b286",
      "parents": [
        "a4e1a6ed87de04788ec6855fc8a5e722914e4f03"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 02 15:16:13 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Sep 02 15:16:13 2016 +0200"
      },
      "message": "v0.4.48 multisite implementation\n\nChange-Id: I98b0d2f6e9b20691c0b9dfd424212d4a27572ec7\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "a4e1a6ed87de04788ec6855fc8a5e722914e4f03",
      "tree": "d8cf8c771c0664279a4c89ea1a67ce678212223b",
      "parents": [
        "5acf7207caed77433a9ca3cb75c11128f417ae43"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 31 14:19:40 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Aug 31 14:19:40 2016 +0200"
      },
      "message": "v0.4.47 cloud-init for ssh key injection at instance-scenario-create\n\nChange-Id: I8e7410b5952ec54f7eeaf49d6c43234a2c8cf4ff\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "0c317ee648f2bec1c4fc2158ff3e4b6fb18e0ac5",
      "tree": "62412a8e7461531d868a609555326f63c34c4a53",
      "parents": [
        "fec35dfc33309772fe8ef344ace2fdcbbb66037f"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Aug 29 12:33:06 2016 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Mon Aug 29 12:33:06 2016 +0200"
      },
      "message": "Changes in database for allowing IP parameters, changes in DB migration script, new DB version 12, small changes in openmano_schemas and other files to deal with new DB version, basictest run successfully\n\nChange-Id: I30e00c5bcd30aab35a39746dbf568dac4164f247\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "f97fd27f5902c7be87d888c095ffb0acc156e126",
      "tree": "9e7dc028bfb1f3e5016e2fa0c6b13113da7d74c6",
      "parents": [
        "6032cb9057499dccab5e7c4f668d962457dd1d34"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 11 14:32:37 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 11 14:32:37 2016 +0200"
      },
      "message": "v0.4.41 logging added. Split database into a base class db_base with general methods and nfvo_db with openmano specific methods\n\nChange-Id: Iad677a18e96692b3eab28e73c2fc5cd36a13ae1f\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "42fcc3be3eab33e0d934b8774a33629f07d47674",
      "tree": "59bc5db6f394c0abaef147c2d03d6c7aa03ce60a",
      "parents": [
        "c78233e1750d5d231e99ffedb5ba81014f84e6fe"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jul 06 17:20:40 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jul 06 17:20:40 2016 +0200"
      },
      "message": "Moved auxiliary_functions.py from utils package to the main package\n\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "392f28583d8750e7e2c2c5f2341688ec5acdf824",
      "tree": "be3d554b53f6060b58364ce3b92dfcd24d8d529d",
      "parents": [
        "ba0cab65fc6a660063ac0aeeac58965f20627e12"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri May 13 12:28:55 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri May 13 12:43:07 2016 +0200"
      },
      "message": "v0.4.38 new openmanoclient.py library; new version2 for scenario descriptor\n\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "7edb675ac76f3e0473042cf5cf7de3c0f19eda7d",
      "tree": "1489529c178a3a2c2cec4133efe178c64b170491",
      "parents": [
        "679f266f2fe340c94b3dca3f2e6265727904dd0d"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Mar 21 17:37:52 2016 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Mar 21 17:37:52 2016 +0100"
      },
      "message": "openmano first code upload\n\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    }
  ]
}
