)]}'
{
  "log": [
    {
      "commit": "1e30d5d0960ee88b0ed0863948cc8703d17872f3",
      "tree": "612b01048ba86c48078e814aab244bdee2e0a894",
      "parents": [
        "6a97094c24cb29b0d469e60c5cfc7785059a6169"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Tue Jul 30 14:38:20 2013 +0200"
      },
      "committer": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed Jul 31 13:18:47 2013 +0200"
      },
      "message": "Switching to oslo importutils in the stress tests\n\nThe importutils is helper module for dynamic class and module,\n loading.\n\nThe importutils is compatible with python 2.6 and it is\nused in multiple other openstack projects.\n\nThe previously used importlib defined with python 2.7.\n\nChange-Id: I4e99ccf9d51cea28584c9d28a4aceab633b3f998\n"
    },
    {
      "commit": "0db5377b911e072c1513a3e386020d388c20d2bf",
      "tree": "9b497759151bcb7cd6e5371a24b758abdf86b4d2",
      "parents": [
        "7f9a3125bb38a5962a86b79588b8cf35243d8f54"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Fri Jul 26 10:39:35 2013 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Fri Jul 26 17:37:22 2013 -0400"
      },
      "message": "Sync lockutils and log from oslo\n\nThis commit pulls in the lockutils and log module from oslo, and all\nthe dependency modules into tempest.\n\nChange-Id: I5376f977a110f502f0e4958cbccbd379539e006b\n"
    },
    {
      "commit": "6437501c70a197198324095bd2798afefebd6046",
      "tree": "7d61d71f6c4e9a4286585c4ca3a0634d66c952e4",
      "parents": [
        "b2ca5cad740e56c507664668952d471ecb8ca2f8"
      ],
      "author": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Sun Apr 28 18:22:59 2013 -0700"
      },
      "committer": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Wed May 01 14:04:27 2013 -0400"
      },
      "message": "Migrate to pbr from openstack.common.setup.\n\nChange-Id: Ia85bda060a6c62c721b9104b2bd52d3fe1673367\n"
    },
    {
      "commit": "90aedd1a8757c25524ddde38c2bd235ae4bbf047",
      "tree": "2ef09604eaca673b5e42a5e9cda067879243fd7c",
      "parents": [
        "87e06c6334b266a511a37949006d141cb4eb1a89"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Mon Feb 25 17:56:49 2013 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Wed Mar 06 10:14:01 2013 -0500"
      },
      "message": "Use oslo.config-1.1.0b1\n\nThe cfg API is now available via the oslo-config library, so switch to\nit and remove the copied-and-pasted version.\n\nAdd the oslo.config-1.1.0b1 tarball to tools/pip-requires - this will\nbe changed to \u0027oslo-config\u003e\u003d2013.1\u0027 when oslo-config is published to\npypi. This will happen in time for grizzly final.\n\nRemove the \u0027deps \u003d pep8\u003d\u003d1.3.3\u0027 from tox.ini as it means all the other\ndeps get installed with easy_install which can\u0027t install oslo-config\nfrom the URL.\n\nChange-Id: Ie803935d5f1b4fb88e76932cc42ce22b45acffad\n"
    },
    {
      "commit": "51dfee7363b0d4a3090e921ee3df8266bb2aaa3b",
      "tree": "1e0cc429c577745102cf06b6e8521991d4ab1c11",
      "parents": [
        "485f5c2526be2c8d38b56c8dffafe84d69be4939"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Mon Jan 28 15:50:29 2013 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Mon Jan 28 17:03:41 2013 -0500"
      },
      "message": "Use install_venv_common.py from oslo.\n\nThis syncs install_venv_common.py from oslo and reworks the\ntools/install_venv.py script to use the new library.\n\nChange-Id: I817ca5f317dc360e787f42697ad717ac77c1ae24\n"
    },
    {
      "commit": "481466b8ba5ef4af5aa7ff30d63098ad9e70dd15",
      "tree": "f33364cfd67d4409b614efe0fb501fed6b07bb4f",
      "parents": [
        "8dc9cfee126e88e3d6633985b76e465843fe8aae"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Thu Dec 20 17:16:01 2012 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "treinish@linux.vnet.ibm.com",
        "time": "Thu Jan 03 14:29:19 2013 -0500"
      },
      "message": "Initial Oslo sync for Tempest.\n\nThis patch syncs cfg, iniparser, and setup from oslo.\nAdditionally, to avoid a name conflict tempest.openstack was\nrenamed tempest.clients.\n\nAlso, the duplicate copy of setup.py in tempest.common was removed\nand all references to it were updated.\n\nChange-Id: I6ed3a97e35ce73b820f7a436214480051ed6528f\n"
    }
  ]
}
