)]}'
{
  "log": [
    {
      "commit": "a09cb5acf908e04b6509484fdff43016ebebf2cf",
      "tree": "6f5d55733b6f73d53d8b6440ef304b7402611554",
      "parents": [
        "c95ca63ae3acdc3ebc36ab4efdfd874993ce72cc"
      ],
      "author": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Wed Dec 14 07:57:26 2016 -0800"
      },
      "committer": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Thu Dec 15 08:48:02 2016 -0800"
      },
      "message": "Use java version independent package on Ubuntu\n\nDifferent versions of Ubuntu ship with different versions of Java.\nTrusty had 7, Xenial has 8, and so on. This causes problems when we\nhardcode a versioned package name into our dep lists as that version may\nnot exist everywhere. Thankfully Ubuntu provides a default-jre-headless\npackage that we can use instead that maps properly onto whatever java\nversion is correct.\n\nChange-Id: I4e5da215c8f7aa426494686d5043995ce5d3c3af\n"
    },
    {
      "commit": "b523f3108f3fccd5b728e4dfe6e3c044b11b7c18",
      "tree": "4b35f3b64dd4b5e5dabcd3cee3756798c7324f86",
      "parents": [
        "8d27280f3e845841e78acf659a7e8b605122517e"
      ],
      "author": {
        "name": "Travis Tripp",
        "email": "travis.tripp@hpe.com",
        "time": "Thu May 05 10:19:53 2016 -0600"
      },
      "committer": {
        "name": "Travis Tripp",
        "email": "travis.tripp@hpe.com",
        "time": "Thu May 05 10:23:16 2016 -0600"
      },
      "message": "Update ElasticSearch version default to 1.7.5\n\nDevstack installs elasticsearch version 1.4.2 by default.\nThis version is really out of date and you can\u0027t run kibana\n4.x against it.  We are working towards 2.x support [0],\nbut in the meantime would like our example to install a more\nrecent version of ES.\n\n[0] http://lists.openstack.org/pipermail/openstack-dev/2016-April/092583.html\n\nChange-Id: I9ca244f8b817dd9c5f6d7435e347df28282db0a9\n"
    },
    {
      "commit": "3809defb2e3e66b7b9ad1cd9a827c14ba16f8ce7",
      "tree": "bc8ad0780942ff8e44feeb68457cb7ac7f9b2324",
      "parents": [
        "d56b3ff028c192db0bbd0b07117ee7526bb1d4d1"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "federico.ressi@intel.com",
        "time": "Wed Jan 06 08:19:24 2016 +0000"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "federico.ressi@intel.com",
        "time": "Wed Jan 06 08:22:39 2016 +0000"
      },
      "message": "Fix elastic search support for Fedora.\n\nChange Ifbcc3dd783ff2f362a464fbf4ca22f20cc2c658e broken it [1]\n\n[1] https://review.openstack.org/#/c/251980/2/pkg/elasticsearch.sh\n\nChange-Id: I330498cd490f3af2e9a569d86e8639a03b48dd17\nCloses-Bug: #1531424\n"
    },
    {
      "commit": "90bc5867728aafb66b374ae6e6a93318303dcff0",
      "tree": "fb614bea04498620a912adf69d8d7d8d0dbfc843",
      "parents": [
        "e60d52c392098192b6c666cb345c50a9a4842d1b"
      ],
      "author": {
        "name": "Kashyap Chamarthy",
        "email": "kchamart@redhat.com",
        "time": "Tue Dec 01 18:04:40 2015 +0100"
      },
      "committer": {
        "name": "Kashyap Chamarthy",
        "email": "kchamart@redhat.com",
        "time": "Tue Jan 05 13:07:43 2016 +0100"
      },
      "message": "Remove support for Fedora 21 (EOL); add F22 where appropriate\n\nFedora 21 reached its End Of Life (EOL) on 1-DEC-2015[1]; remove it as\nsupported distribution.\n\n    - stack.sh: Remove Fedora 21 from list of supported distributions.\n    - tools/fixup_stuff.sh: Make the minimum Fedora version to be F22 in\n      from a conditional check in \u0027Python packages\u0027 section\n    - files/rpms/general: Remove \u0027f21\u0027 from NOPRIME.\n    - lib/ceph: Remove \u0027f21\u0027 from the check_os_support_ceph() function.\n    - doc/source/index.rst: s/Fedora 21/Fedora 22/\n    - pkg/elasticsearch.sh: Remove the \u0027if\u0027 conditional in the\n      install_elasticsearch() function.\n\n[1] https://fedoramagazine.org/fedora-21-end-life-december-1st/\n\nChange-Id: Ifbcc3dd783ff2f362a464fbf4ca22f20cc2c658e\n"
    },
    {
      "commit": "b203d0c71aeb155ae194650004f3a10335801b0f",
      "tree": "edbf223376c086eb0fe7abf311ccc7934c614239",
      "parents": [
        "32e0febbc086a1accd90c3d9a9535ebb75495afe"
      ],
      "author": {
        "name": "gordon chung",
        "email": "gord@live.ca",
        "time": "Wed Aug 12 11:58:11 2015 -0400"
      },
      "committer": {
        "name": "gordon chung",
        "email": "gord@live.ca",
        "time": "Thu Aug 20 14:35:40 2015 -0400"
      },
      "message": "do not redefine path in elasticsearch\n\nin I0272d56bc2e50e8174db78bd449f65f60f7f4000, we reset DEST value\nwhen installing elasticsearch. it gets set to /opt/stack/ which is\nnot always correct in gate causing the path to be wrong and\nelasticseach cannot be installed. we should reuse DEST from stackrc\n\nChange-Id: Ia3a2383ada30c4e92c37386aedd6164c69cac60a\nCloses-Bug: #1484182\n"
    },
    {
      "commit": "dd62293591fd1e822f59754cece645639a4d2d2c",
      "tree": "7ea42245da89ccd0dfcf0ef10f01c0af76f13160",
      "parents": [
        "6f2d9b1f7d08aaa01acbe29fcfa596080470e093"
      ],
      "author": {
        "name": "Wayne Okuma",
        "email": "wayne.okuma@hp.com",
        "time": "Tue Mar 31 00:28:39 2015 -0700"
      },
      "committer": {
        "name": "Wayne Okuma",
        "email": "wayne.okuma@hp.com",
        "time": "Thu Apr 16 15:33:09 2015 -0700"
      },
      "message": "Catalog Index Service - glance devstack\n\nImplements: blueprint catalog-index-service\n\nThe changes to lib/glance incorporate the new g-search service.\nThe g-search service is optional.\nTo enable it add the following line to devstack/local.conf:\nenable_service g-search\n\nIn addition to deploying g-search, the changes will also populate a\nsearch type of keystone service and adds in appropriate endpoints.\n\nChange-Id: I0272d56bc2e50e8174db78bd449f65f60f7f4000\n"
    },
    {
      "commit": "60996b1b60c3efb1376b9f0d659acebd05c47f09",
      "tree": "82a570b328fa22b437aa27a10716ae9b5c3da4ff",
      "parents": [
        "d1549d624dea9b00d7aa0f935759c69290e9ea17"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Apr 08 09:06:49 2015 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Apr 08 10:28:17 2015 -0400"
      },
      "message": "introduce pip_install_gr\n\nThis creates a new pip_install_gr that installs from global\nrequirements allowed versions. Now that stable branches are getting\ncapped all of devstack needs to be fixed to do things like this.\n\nChange-Id: I8fd0ef2bfc544ca2576fab09d3018f760b8848fe\n"
    },
    {
      "commit": "3011ec75493c456589947567d972c3a3c1f602bb",
      "tree": "e680a2e910741fc0ff2ff332b8e937dbc51b35ca",
      "parents": [
        "518ca616aea969612d6ea3301a714c489a8b4885"
      ],
      "author": {
        "name": "gordon chung",
        "email": "gord@live.ca",
        "time": "Thu Mar 12 00:34:06 2015 -0400"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Fri Mar 13 09:39:53 2015 +1100"
      },
      "message": "install missing elasticsearch client\n\nelasticsearch client must be explicitly installed as it\u0027s an\noptional backend requirement. this patch installs the client when\ninstalling elasticsearch\n\nChange-Id: I534cf0c78ab1fe7d309ef5f808bbe7b5422b403e\n"
    },
    {
      "commit": "76e724b9f7417a666fcd1a792fbce5e825c1ed56",
      "tree": "5513285797448b2eb8b50743ac2678bbcedd64a1",
      "parents": [
        "db56ee8ef23a68650a3c3b26e5f3dd9b210b6040"
      ],
      "author": {
        "name": "gordon chung",
        "email": "gord@live.ca",
        "time": "Wed Feb 11 18:28:37 2015 -0500"
      },
      "committer": {
        "name": "gordon chung",
        "email": "gord@live.ca",
        "time": "Mon Mar 02 15:59:00 2015 +0000"
      },
      "message": "elasticsearch event support in ceilometer\n\nadd support to store events in elasticsearch in ceilometer.\n\nChange-Id: I9c9801d2b83af8332df21f221c2ac8579898d56b\n"
    },
    {
      "commit": "99b598887bfb189b38ac3ae97abe0a303bc1063c",
      "tree": "ae5c3a226f96be215f957752412afd662067bf09",
      "parents": [
        "7cffc6c992dacc6f5718f939f8bcc7adcafa8ad8"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Tue Feb 24 12:15:21 2015 +0100"
      },
      "committer": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed Feb 25 09:53:39 2015 +0100"
      },
      "message": "Fedora-21 has openjdk-1.8.0 only\n\nFedora-21 does not have openjdk-1.7.0 it has only 1.8.0.\n\nThis change also fixing the no op statement in the configure.\n\nChange-Id: I6012aeb17b8e8fafa37d48aa29482702fa3491fd\n"
    },
    {
      "commit": "f8b4f85aeb7d38db029eb89c28d00082b71eab2b",
      "tree": "c9f463336b10694112c226bc1b8b4c2e7e09512d",
      "parents": [
        "e79678af5ed1621cd8740879b496a0d3716ab8b1"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Feb 04 15:46:03 2015 -0500"
      },
      "committer": {
        "name": "Wayne Okuma",
        "email": "wayne.okuma@hp.com",
        "time": "Fri Feb 06 10:40:28 2015 -0800"
      },
      "message": "implement elasticsearch pkg for devstack\n\nthe first implementation of arbitrary installation in tree for\ncomponents for elasticsearch.\n\nChange-Id: I88e852ad009735ae77c6d4c19c4f4838c49cc0ad\n"
    }
  ]
}
