)]}'
{
  "log": [
    {
      "commit": "4070e445031751ffe371b44928580f0ff6f383c9",
      "tree": "68868bdc4097d24d01d2a40bc87e848a2dcf112a",
      "parents": [
        "db1b22de8331161d80ef3a65ffd41ba8ea206cb9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jan 23 10:19:23 2019 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jan 24 16:24:38 2019 +0000"
      },
      "message": "adding external port to SDN-Assist when connected to WIM\n\nChange-Id: Ic6902950915a8fde50d162cf425c1851e5bc001c\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "0a48054ff0fa22026ec2fec206d6d93ad195672e",
      "tree": "aafdf7c5bc0b0b1bb53f05842a960e99807b19ec",
      "parents": [
        "16cfd567ec675eeab9b318b63b5e8867f09e957e"
      ],
      "author": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Dec 17 16:19:33 2018 +0100"
      },
      "committer": {
        "name": "gcalvino",
        "email": "guillermo.calvinosanchez@altran.com",
        "time": "Mon Dec 17 16:27:10 2018 +0100"
      },
      "message": "Adding vim-network-id parameter to instantiation\n\nChange-Id: I3be6b0b5b0de1ea0f1379a48546f27b45f946b5e\nSigned-off-by: gcalvino \u003cguillermo.calvinosanchez@altran.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": "7fe82640f590cc66a9b11adf0d25abceedf892de",
      "tree": "4c150b67e0c28061b3f8ec803516410f3c2c46af",
      "parents": [
        "a43bd9eccf7ce23220a928273e1b16341eeb26b9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Nov 26 14:14:51 2018 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Nov 26 14:14:54 2018 +0000"
      },
      "message": "Allow instance of only networks without scenario\n\nChange-Id: I442fba52604a3211d2f07a04fff39ce5d3320325\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\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": "31e141b7336c646af63b674414f8c27cf6746bb3",
      "tree": "96cdc8704e8d492637305bcf1a3d6980ac57822b",
      "parents": [
        "c4f4d73f8bfe46ca8906b99dd6eb1f3342bd4bf9"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Oct 25 18:33:19 2018 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Fri Oct 26 11:48:47 2018 +0200"
      },
      "message": "Added support of PARAVIRT interface type following IM change 6688\n\nChange-Id: If6d9d486c2a78b55e6c1218b6292896b0707ca78\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@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": "20a608ce0d4a849f30d7125cf1dd63e81dc8cccc",
      "tree": "833eead2938039a2bb533003c02aa015dc1be0ea",
      "parents": [
        "1fdf999b4398253634e56f8541c47aeae3cd456a"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Oct 02 13:43:47 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 11 17:46:53 2018 +0200"
      },
      "message": "fix bug 555 Change extended pci validation schema for sdn port mapping\n\nChange-Id: I04eb9e35d313dcd61203e96f80a1c21ba78b6088\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": "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": "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": "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": "7f426e900d00a76c3d583839f299982bbaf4c317",
      "tree": "a587f27ec25634bad2e288bc2408d68c59881982",
      "parents": [
        "cec213a7e459fa550beb5220b044d86b210d251f"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Jun 28 15:21:32 2018 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jul 02 10:12:12 2018 +0200"
      },
      "message": "Enhance sdn-assist reporting\n\nChange-Id: I77d4600bc45f0eb64c849d38a4246df24c276707\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": "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": "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": "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": "455612d1570ba8924c7170fa8f5d19729b080625",
      "tree": "a03e34e78bf5194b44186be295981e9196b8f512",
      "parents": [
        "c3b6d3775a351b9663ebb9bd94a5694d99d647da"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue May 30 16:40:10 2017 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jun 05 16:31:03 2017 +0200"
      },
      "message": "(bug 80) allow several dns_address for ip_profile\n\nChange-Id: Icded218d71a1fe193321b53ebb4fe522682b8225\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@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": "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": "d29b1d39bb739424a674030d11aa9c7e6f17fbb2",
      "tree": "099476b29c27828d29362c981fb26cf7ac753445",
      "parents": [
        "afed5f1a4480e018a2447ec442050f3399865000"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Wed Jan 25 11:02:52 2017 +0100"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Tue Jan 31 12:08:49 2017 +0100"
      },
      "message": "new option for avoid reaching VIMS at new VNF\n\nChange-Id: Ib27ca4c14a59b391cb73994055a51ab80713e6b5\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "1ae5134493bbe3d013ea61dbc3b53edc4c11b8a6",
      "tree": "cf3fd49fa0bfb29e8f9702ec858d867f9c7d0d21",
      "parents": [
        "36c0b17b51788c867b5aefe269cd860f4ebc7bb4"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 16 12:48:30 2017 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Jan 16 12:48:30 2017 +0000"
      },
      "message": "fix logging to console_proxy_thread.py\n\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": "0c8def04e7d1519e0bc29be4c4c52ba495e71cc6",
      "tree": "fc4cf2fb1ffb8371a461ccfc5c32de4633ccca5f",
      "parents": [
        "f853d45a7d150a23bd9c95a30b2a359c31fbe304"
      ],
      "author": {
        "name": "montesmoreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Thu Dec 22 12:16:23 2016 +0000"
      },
      "committer": {
        "name": "montesmoreno",
        "email": "pablo.montesmoreno@telefonica.com",
        "time": "Fri Dec 23 12:15:48 2016 +0000"
      },
      "message": "Added support in openstack connector for additional disks, either empty or based on an image. Warning! Tested only for v2 Openstack API. Changes for v3 were not implemented\n\nChange-Id: Ice2b39d05620ca3eb90704c07d0c5919e4474793\nSigned-off-by: montesmoreno \u003cpablo.montesmoreno@telefonica.com\u003e\n"
    },
    {
      "commit": "8008c3ab56d80d73568226a4503f0f5933c23df9",
      "tree": "f8c5ca3038cf67fd54794f8676841c4c14d20395",
      "parents": [
        "44528e4eea92eb8f3f929ffda6cebfe8903241d9"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 13 15:34:28 2016 +0000"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Thu Oct 13 15:34:28 2016 +0000"
      },
      "message": "v0.5.2 enlarge vim_tenant_id to allow extra fields. Allow extra datacenter configuration at attachment\n\nChange-Id: I7a99a65be55fb7520633ceb33922c0ff2ea96c3f\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "b69fa9f026b1b5839799cc5dc48af625981cbc3a",
      "tree": "ba9827a9037f2643a6857f3f0a211dee72c6f58f",
      "parents": [
        "a09cf38d301023585eabefb785829a96df48537b"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Sep 28 12:04:10 2016 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Wed Sep 28 12:04:10 2016 +0200"
      },
      "message": "Support of image name and checksum for each VDU/VNFC instead of the image location/path\n\nChange-Id: I64c0659e64cb3c0d19dce2ce4fc2640c5700a1bd\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "73ad9e4d8ceff08bd6a9e799cb8b48ad914cd35a",
      "tree": "c2ac71af94d8707a7311bde3b19af3e44fc06e8d",
      "parents": [
        "325fa1c2b18ecb0765f3733994e694ee5c42339b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 12 18:11:11 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Mon Sep 12 18:11:11 2016 +0200"
      },
      "message": "v0.4.52 fixes logging name mismatching. Add individual log files per module\n\nChange-Id: I15c922fb2e6135662e2d12e2898e790be9fb3602\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": "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": "fec35dfc33309772fe8ef344ace2fdcbbb66037f",
      "tree": "fbd93c9688d14b914358d38cd00d39a7197a07aa",
      "parents": [
        "20fc2a23c457b0206e6361a1652232d58c488b3c"
      ],
      "author": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Aug 25 11:33:57 2016 +0200"
      },
      "committer": {
        "name": "garciadeblas",
        "email": "gerardo.garciadeblas@telefonica.com",
        "time": "Thu Aug 25 11:33:57 2016 +0200"
      },
      "message": "Changes in openmano_schemas for OSM R1\n\nChange-Id: Id9f215695476d82037e482ed045c1554057bd629\nSigned-off-by: garciadeblas \u003cgerardo.garciadeblas@telefonica.com\u003e\n"
    },
    {
      "commit": "20fc2a23c457b0206e6361a1652232d58c488b3c",
      "tree": "29dcc5f3fa9abee60bf1feb1014f4dfe67bc4115",
      "parents": [
        "3e9b91e7d755a2b87d6843b57fb2bc0b6ca096ba"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Aug 19 17:02:35 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Aug 19 17:02:35 2016 +0200"
      },
      "message": "v0.4.45 Action over a Instance to obtian VM console. Allow both with or without proxy depending on the configuration\n\nChange-Id: I17e8993af8e524e9a04e0b2a81ff92f8d019c173\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@telefonica.com\u003e\n"
    },
    {
      "commit": "72f35a5dba42614f1d2287217e2c697f8428e5a1",
      "tree": "47306e27f86b07268f6354e5759984e8381eba98",
      "parents": [
        "6e7f99fcb79b7193e6dd24450d311f341d8eef2b"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 15 13:18:30 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 15 13:19:47 2016 +0200"
      },
      "message": "v0.4.42 logging format for OSM integration\n\nChange-Id: I1730b634d4ff053f225fa53b4807e9c5e6db0ba4\nSigned-off-by: tierno \u003calfonso.tiernosepulveda@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": "ae4a8d1771650d4016cb4e910b61670bb2478390",
      "tree": "6d468cf7cd7f6f392507e9c02dd6e9c67b32e3fa",
      "parents": [
        "5a24e462553736b2179bc87dc66d812c3a467151"
      ],
      "author": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 08 12:30:39 2016 +0200"
      },
      "committer": {
        "name": "tierno",
        "email": "alfonso.tiernosepulveda@telefonica.com",
        "time": "Fri Jul 08 12:30:39 2016 +0200"
      },
      "message": "openmano v0.4.39: logging at vimconnector. Exception generation upon error instead of returning status\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"
    }
  ]
}
