)]}'
{
  "log": [
    {
      "commit": "507c6ca79246f398c1bc3f9e1d64331d1cad964d",
      "tree": "c0e44edd6e09d8503d800f0787b80e9ac3bdf2e5",
      "parents": [
        "f9e6d0ab3fa04e30aa9b5e0c4e570758950e50b3"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@hp.com",
        "time": "Thu May 16 16:35:41 2013 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@hp.com",
        "time": "Thu May 16 16:36:26 2013 +0100"
      },
      "message": "Removing redundant, possibly flaky test\n\ntest_create_image_when_server_is_building may fail is\nthe VM goes to ACTIVE too fast.\nThe test is already covered by the images whitebox tests.\n\nFixes bug #1180868\n\nChange-Id: Ied4cc5f80456c617bb45f62ef91b7d31b938b654\n"
    },
    {
      "commit": "f9e6d0ab3fa04e30aa9b5e0c4e570758950e50b3",
      "tree": "55f1597480a109520ba05e8a46f4c13041ba46b8",
      "parents": [
        "3ae31e18cbab40cc43904f11ad540ad5beb294b4",
        "8b3119091fd33284c1f05c4f9a89c5440cf13067"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu May 16 13:15:49 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 16 13:15:49 2013 +0000"
      },
      "message": "Merge \"Set smoke/gate attributes for tests in \"volume\"\""
    },
    {
      "commit": "3ae31e18cbab40cc43904f11ad540ad5beb294b4",
      "tree": "f289627536598f84e537cd8fabb08c89e87d138e",
      "parents": [
        "54fda1afb9a1f07449220cd526611e3e4715f00c"
      ],
      "author": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Fri Apr 19 11:19:57 2013 +0900"
      },
      "committer": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Thu May 16 12:14:23 2013 +0900"
      },
      "message": "Add tests list the services to compute\n\n* List the services with admin user and non admin user.\n\nPartially Implements: blueprint missing-tempest-tests\n\nChange-Id: I7cf03064061725611d2d762f336bed5d46b1d6e3\n"
    },
    {
      "commit": "54fda1afb9a1f07449220cd526611e3e4715f00c",
      "tree": "a508627ba0b677fbd216a019fbbc7eb5c4bba861",
      "parents": [
        "c6b3a2ba9ddcd4cf53a476b05d37069d36594217",
        "c60e4e38cb801ce93974419c3030380e806e1f0b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed May 15 20:22:33 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 15 20:22:33 2013 +0000"
      },
      "message": "Merge \"A Heat client which does basic stack operations.\""
    },
    {
      "commit": "c6b3a2ba9ddcd4cf53a476b05d37069d36594217",
      "tree": "d4f07f4dfe3584bcf90b5f4b963db1626005fe9e",
      "parents": [
        "0e98675c1751b7543b66b21d0397c0ba43feef35",
        "e5e2b3ddd424194c524c63021ecabdb6d0472068"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed May 15 20:19:21 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 15 20:19:21 2013 +0000"
      },
      "message": "Merge \"make test non executable, otherwise nose skips it\""
    },
    {
      "commit": "8b3119091fd33284c1f05c4f9a89c5440cf13067",
      "tree": "41e48adc51d8e63531b595e6d4409ee51ac2dfa0",
      "parents": [
        "0e98675c1751b7543b66b21d0397c0ba43feef35"
      ],
      "author": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Sun May 12 15:40:31 2013 +0200"
      },
      "committer": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Wed May 15 15:46:45 2013 +0200"
      },
      "message": "Set smoke/gate attributes for tests in \"volume\"\n\nChange-Id: I56e4192aa7ff1d948e8a63773e4f82ac4315ecdc\nImplements: blueprint set-gate-attribute\n"
    },
    {
      "commit": "c60e4e38cb801ce93974419c3030380e806e1f0b",
      "tree": "525eaf8b0e762af7d72bdee36ab8dc3ce2c3ecfc",
      "parents": [
        "0e98675c1751b7543b66b21d0397c0ba43feef35"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Mon May 06 15:22:41 2013 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed May 15 12:55:38 2013 +1200"
      },
      "message": "A Heat client which does basic stack operations.\n\nImplements stack create, list, show and delete\n\nBlueprint: add-basic-heat-tests\nChange-Id: Iad66bea1ab03f478f84bb8d4d3b932a57068acc4\n"
    },
    {
      "commit": "0e98675c1751b7543b66b21d0397c0ba43feef35",
      "tree": "477e064977ee91ece51fa581e876952c4736de81",
      "parents": [
        "f58442ed7f7d6a97f844bf4eb9d246c7eb3ea5ec",
        "4946a0513c6d5ee7afed45830ef4bacd741fba4a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue May 14 18:25:35 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 14 18:25:35 2013 +0000"
      },
      "message": "Merge \"Permits a list of values for the \"type\u003d\" tests attribute\""
    },
    {
      "commit": "e5e2b3ddd424194c524c63021ecabdb6d0472068",
      "tree": "e1efee2a43c8730c90b335ae9b62eaed9a0f06c5",
      "parents": [
        "18543536ba725c826753ee4ebe067b29e491a099"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue May 14 12:17:50 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue May 14 12:17:50 2013 -0400"
      },
      "message": "make test non executable, otherwise nose skips it\n\nwhen reading tempest run logs the following can currently be seen:\n\n: INFO: Ignoring files matching [\u0027^\\\\.\u0027, \u0027^_\u0027, \u0027^setup\\\\.py$\u0027]\nnose.selector: INFO: .../test_endpoints.py is executable; skipped\n\nchmod the files so they get run.\n\nChange-Id: I5e3edb07eec7390877e9ac18b14974730e19088f\n"
    },
    {
      "commit": "4946a0513c6d5ee7afed45830ef4bacd741fba4a",
      "tree": "c48ba046442d98075c3481d03b1e17c7c71f3c81",
      "parents": [
        "5484416228c2bc9a706a012c73d68ceabb7bb8a5"
      ],
      "author": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue May 14 12:23:51 2013 +0200"
      },
      "committer": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue May 14 12:39:52 2013 +0200"
      },
      "message": "Permits a list of values for the \"type\u003d\" tests attribute\n\nThe changes to the decorator simply call testtools.testcase.attr\nmultiple times in case type\u003d is a list. Retains compatibility with\ntestr too.\n\nChange-Id: I3d850b10f7cb8b7df69df3e583698c3d4f25bdbc\nImplements: blueprint convert-attr-to-testtools\n"
    },
    {
      "commit": "f58442ed7f7d6a97f844bf4eb9d246c7eb3ea5ec",
      "tree": "2958f45444a2b1c42fa71c5494d599ddf438428f",
      "parents": [
        "18543536ba725c826753ee4ebe067b29e491a099"
      ],
      "author": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Mon May 13 15:46:44 2013 +0900"
      },
      "committer": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Tue May 14 09:47:50 2013 +0900"
      },
      "message": "Clean up tenants created in test_users.py\n\nTest_list_user_projects in test_users.py creates a tenant but\nthe tenant is not deleted at the end of the test.\nThis patch makes the tenant be deleted by adding addCleanup.\n\nFixes bug: 1179739\n\nChange-Id: Ifc361363f74dcc43286e5fbdb582adf7f452dacc\n"
    },
    {
      "commit": "18543536ba725c826753ee4ebe067b29e491a099",
      "tree": "23911290db014cb563d067b413bf47a07df22d34",
      "parents": [
        "2077983b2db9d0c060e39b434d13136a1dca07b0",
        "b9d9750a6fd5134cf6cb47cf5e22c294aa27be90"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon May 13 18:07:27 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 13 18:07:27 2013 +0000"
      },
      "message": "Merge \"Simplified stress tests.\""
    },
    {
      "commit": "2077983b2db9d0c060e39b434d13136a1dca07b0",
      "tree": "50f9acffa0157bce1a14b08153292a4e56173203",
      "parents": [
        "f68257993be8e5fa04617534584b5ed407061600"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Sun May 12 18:33:35 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon May 13 11:28:11 2013 -0400"
      },
      "message": "collapse tox.ini test commands for readability\n\ninstead of specifying the test runs on seperate lines, just make\nthem a series of args on a single line.\n\nPart of bp:tempest-repo-restructure\n\nChange-Id: I1250c1ba6e2e8edf38bb32abb450cd3ce03c1dd3\n"
    },
    {
      "commit": "f68257993be8e5fa04617534584b5ed407061600",
      "tree": "42b317c6addbf84e227a82d835eb45568ef6151d",
      "parents": [
        "0974a4429f2194422d0efa5f176814ab6b6b002f"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Wed May 08 13:51:26 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon May 13 11:28:11 2013 -0400"
      },
      "message": "move cli directory into new tree structure\n\nthis nests cli under the existing tempest directory, a symlink is\nprovided as a work around for the gate until we make the gate\naware of the move.\n\nPart of bp:tempest-repo-restructure\n\nChange-Id: I2db2d500de7b0c32cfd3733fbbecd6c057c84da3\n"
    },
    {
      "commit": "0974a4429f2194422d0efa5f176814ab6b6b002f",
      "tree": "76b72c266c665952bb2e7d1aa3634a099a304426",
      "parents": [
        "2e96193040f8d27cad10a42e6e517ed354237497",
        "b0661656b85fde7e7e6fd81a1f9b27a40bdd5f03"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon May 13 13:06:44 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 13 13:06:44 2013 +0000"
      },
      "message": "Merge \"Configurable fixed network name\""
    },
    {
      "commit": "2e96193040f8d27cad10a42e6e517ed354237497",
      "tree": "83d95cc2a90bddfae6a090a1286666fb5d515338",
      "parents": [
        "5484416228c2bc9a706a012c73d68ceabb7bb8a5",
        "1db5495fea71ad9840603be030c6d2fadf3b743c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun May 12 15:20:51 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 12 15:20:51 2013 +0000"
      },
      "message": "Merge \"Remove old stress tests.\""
    },
    {
      "commit": "5484416228c2bc9a706a012c73d68ceabb7bb8a5",
      "tree": "7029a67f8aa63ded4f5aa36d554c3d9fb0f3dd76",
      "parents": [
        "bba7a9f2ea397aa2e01cd79cd755cf19fa29b37f",
        "b9017e7c6a9dfa3daa25c372581216383182a943"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun May 12 12:44:51 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 12 12:44:51 2013 +0000"
      },
      "message": "Merge \"Make sure isolated tenants are not left behind.\""
    },
    {
      "commit": "bba7a9f2ea397aa2e01cd79cd755cf19fa29b37f",
      "tree": "400ebac5ac25d6739909187cc1cdc81572b03826",
      "parents": [
        "7a3038d0c52f93b2b92518f80baeefdfd32b13a3",
        "c43fec82043a69ded56300b8587d8a7ae5997086"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun May 12 11:39:11 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 12 11:39:11 2013 +0000"
      },
      "message": "Merge \"Declare the config attribute in a simpler way\""
    },
    {
      "commit": "7a3038d0c52f93b2b92518f80baeefdfd32b13a3",
      "tree": "393ecd6a8de60b0d9b016549c651d1eb595ebf85",
      "parents": [
        "35a7caf95c1186d0dc811ea4a1bcd2393cd9600d",
        "ae8fc5311a5ee5341b9438cbbc92ef01d86885a2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun May 12 11:25:34 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun May 12 11:25:34 2013 +0000"
      },
      "message": "Merge \"Add Aggregate XML client and tests.\""
    },
    {
      "commit": "35a7caf95c1186d0dc811ea4a1bcd2393cd9600d",
      "tree": "286d73e2378d9c831f0887944ff19cb8c17d2534",
      "parents": [
        "0f7769b8127d8bf444602bcad92f49dc030a408b"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Fri May 10 10:38:22 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Sat May 11 11:50:57 2013 -0400"
      },
      "message": "make status_timeout a method\n\nstatus_timeout was previously a function, which took an object as\nthe first parameter always. So it was called as:\n\ntest.status_timeout(self, ...)\n\nwhich is craziness. If self is always the first param it should be\na method to make it.\n\nself.status_timeout(...)\n\nThis is needed as part of the scenario refactoring.\n\npart of bp:tempest-repo-restructure\n\nChange-Id: I6c9570155e92711f99129e8e8736ddecc50e1f26\n"
    },
    {
      "commit": "0f7769b8127d8bf444602bcad92f49dc030a408b",
      "tree": "fcea00032b60b89a598090e1438dc5cde2982e17",
      "parents": [
        "032bf3b8426b0a4c2567cc6e7f6421217c38320a",
        "31a57adccc614b01348029886e5e5b096d6547c2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat May 11 00:25:31 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat May 11 00:25:31 2013 +0000"
      },
      "message": "Merge \"proposal for tempest directory restructure\""
    },
    {
      "commit": "032bf3b8426b0a4c2567cc6e7f6421217c38320a",
      "tree": "6d383156443b4fc1666e8c33f66889713037ec64",
      "parents": [
        "ee4e5f554311da4ff8681b70781496d4498b88a3",
        "9cf9539a9625fcf9513289e67b2e35c87cf77542"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 10 23:34:25 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 10 23:34:25 2013 +0000"
      },
      "message": "Merge \"only install things in the venv for pep8\""
    },
    {
      "commit": "9cf9539a9625fcf9513289e67b2e35c87cf77542",
      "tree": "a29af1e50b63e5caa6694eaa0c2cc65f418ab888",
      "parents": [
        "6dbb27cf32b91ea0d9f5eabd991320d00967f588"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Fri May 10 18:36:53 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Fri May 10 18:36:53 2013 -0400"
      },
      "message": "only install things in the venv for pep8\n\nwe can use tox to run tempest, but to act like the gate we\nshouldn\u0027t install a venv for full or smoke runs.\n\nonly do this for pep8, as we need hacking installed from pip\n\nChange-Id: I02a62d3f0ae9759e619976e523f75c64a9af577d\n"
    },
    {
      "commit": "ee4e5f554311da4ff8681b70781496d4498b88a3",
      "tree": "e11b737a22415b78c1e851c16345f5d0c5f7def4",
      "parents": [
        "6dbb27cf32b91ea0d9f5eabd991320d00967f588",
        "f2a5e8260626ac7a1ed970b49cfb9b3b4e2a5227"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 10 21:24:33 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 10 21:24:33 2013 +0000"
      },
      "message": "Merge \"Enabling assertions disabled for bug #1074901\""
    },
    {
      "commit": "31a57adccc614b01348029886e5e5b096d6547c2",
      "tree": "e093c3f8229dfd592b0f5df436136d135e950700",
      "parents": [
        "6dbb27cf32b91ea0d9f5eabd991320d00967f588"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue May 07 15:24:05 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Fri May 10 14:20:28 2013 -0400"
      },
      "message": "proposal for tempest directory restructure\n\nThis is the text of a proposal for tempest directory restructure,\nlargely coming out of OpenStack summit. Once this has gotten core\nsign off, I\u0027llstart implementing the refactors into those\ndirectories, and each will have a more specific README explaining\ngood tests in that kind of environment.\n\nThis proposal doesn\u0027t attempt to layout structure for tests we\ndon\u0027t have yet, this is entirely about organizing what we have into\nsomething easier to understand. It is assumed new classes of tests\nwill get proposed over time, and we\u0027ll take them as they come.\n\nPart of bp:tempest-repo-restructure\n\nChange-Id: Ib8c55602b085622d322676ba2c24d9719fb9737d\n"
    },
    {
      "commit": "6dbb27cf32b91ea0d9f5eabd991320d00967f588",
      "tree": "5d5e84116cde6abed31cc39bc13f7abc4e805738",
      "parents": [
        "a852fc7f9f6260a6b491ac61efc28693a568fdf2"
      ],
      "author": {
        "name": "Dolph Mathews",
        "email": "dolph.mathews@gmail.com",
        "time": "Thu May 09 10:56:24 2013 -0500"
      },
      "committer": {
        "name": "Dolph Mathews",
        "email": "dolph.mathews@gmail.com",
        "time": "Thu May 09 12:02:49 2013 -0500"
      },
      "message": "Do super()\u0027s tearDowns last (bug 1178337)\n\nChange-Id: I8e087363dd1c438584c49f6806f5d2acfb7b6fe8\n"
    },
    {
      "commit": "a852fc7f9f6260a6b491ac61efc28693a568fdf2",
      "tree": "c9f8fe5ed9f26b9dc9553bdcf98512e0bf454acc",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7",
        "8d4c90c57345797cced99f7f9899147ae9f945a1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed May 08 21:16:35 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 08 21:16:35 2013 +0000"
      },
      "message": "Merge \"Put the logic from devstack gate into tox.\""
    },
    {
      "commit": "8d4c90c57345797cced99f7f9899147ae9f945a1",
      "tree": "1fcb3653085e4df621ef8a79a5b47c617216bf76",
      "parents": [
        "6437501c70a197198324095bd2798afefebd6046"
      ],
      "author": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Thu May 02 14:33:18 2013 -0400"
      },
      "committer": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Wed May 08 15:17:49 2013 -0400"
      },
      "message": "Put the logic from devstack gate into tox.\n\nChange-Id: Idb4a5a0b5eeca266603db8737d65120864de1c6a\n"
    },
    {
      "commit": "1db5495fea71ad9840603be030c6d2fadf3b743c",
      "tree": "bb4e4937d1b333ae639f49c9694144e52f9a94d4",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Wed May 08 10:26:08 2013 -0400"
      },
      "committer": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Wed May 08 10:26:08 2013 -0400"
      },
      "message": "Remove old stress tests.\n\nNew, simplified tests are in tempest/stress.\n\nChange-Id: I33b7207a1be9476d3f5b1836a2ac73e59438ff5d\n"
    },
    {
      "commit": "b9d9750a6fd5134cf6cb47cf5e22c294aa27be90",
      "tree": "7e706146aadeb82599cdf8c5d1b853d71bcb79c7",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Wed May 01 15:55:04 2013 -0400"
      },
      "committer": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Wed May 08 10:21:47 2013 -0400"
      },
      "message": "Simplified stress tests.\n\nChange-Id: I3cc6a14f32d81fa81adb13aed97049c9df2abbb2\n"
    },
    {
      "commit": "f2a5e8260626ac7a1ed970b49cfb9b3b4e2a5227",
      "tree": "7371e6583a73b74424b49ddd0b6618f6aa4f50ec",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "Chris Yeoh",
        "email": "cyeoh@au1.ibm.com",
        "time": "Wed May 08 21:33:00 2013 +0930"
      },
      "committer": {
        "name": "Chris Yeoh",
        "email": "cyeoh@au1.ibm.com",
        "time": "Wed May 08 21:33:00 2013 +0930"
      },
      "message": "Enabling assertions disabled for bug #1074901\n\nBug #1074901 was fixed allowing us to enable some assertions in\ntest_integration_1. Also removes some comments that are no longer\nrelevant.\n\nChange-Id: I8db300d5d8f656cee2b1ea747d97cb5072bae72a\n"
    },
    {
      "commit": "c43fec82043a69ded56300b8587d8a7ae5997086",
      "tree": "0182e45abc63aa585f50da6d15c38b5271f1b5f7",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Tue Apr 09 23:17:52 2013 +0200"
      },
      "committer": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed May 08 13:18:54 2013 +0200"
      },
      "message": "Declare the config attribute in a simpler way\n\ntempest/test.py was declared in the __init__ in order to avoid possible style check issues.\n\nChange-Id: I781c24d1b82d169a40aee6a264dbc203e5833f87\n"
    },
    {
      "commit": "b0661656b85fde7e7e6fd81a1f9b27a40bdd5f03",
      "tree": "20804b0ea938ed172c6e75d2b5a3e4d968e0a686",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed May 08 13:01:36 2013 +0200"
      },
      "committer": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed May 08 13:01:36 2013 +0200"
      },
      "message": "Configurable fixed network name\n\nThe fixed network gets his name when you use the:\nnova-manage network create \"$PRIVATE_NETWORK_NAME\" $FIXED_RANGE 1 $FIXED_NETWORK_SIZE $NETWORK_CREATE_ARGS\ncommand.\n\nIt can be different in every deployment, so it must be configurable.\n\nChange-Id: I5c724565561b1a230372b8fc1693cb81fea3117e\n"
    },
    {
      "commit": "ae8fc5311a5ee5341b9438cbbc92ef01d86885a2",
      "tree": "b47bc7a942847e55845e7dae5743854813d22375",
      "parents": [
        "96e9e785b545de3e7fe740d9130d04fd37c25eb7"
      ],
      "author": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Mon Apr 22 11:17:35 2013 +0900"
      },
      "committer": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Wed May 08 19:39:25 2013 +0900"
      },
      "message": "Add Aggregate XML client and tests.\n\nAdd Aggregate XML client for create, delete, get, list,\nadd_host, and remove_host.\nThis also adds tests using the client.\n\nPartially Implements: blueprint missing-tempest-tests\n\nChange-Id: Id0cb160e5dacc7acbc2ea091dd1160ee999d3887\n"
    },
    {
      "commit": "96e9e785b545de3e7fe740d9130d04fd37c25eb7",
      "tree": "72c9865acc8a9f6672ddde7565b047dc37542835",
      "parents": [
        "574b0c4fe16bbcf139fb31d387a414ae879810d2",
        "a92dd7472b6a2470d2de37ab1dd3c6abc4577525"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue May 07 17:52:39 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 07 17:52:39 2013 +0000"
      },
      "message": "Merge \"Update service test case - V3\""
    },
    {
      "commit": "574b0c4fe16bbcf139fb31d387a414ae879810d2",
      "tree": "84b745ed3374726726c5b3985fd9bb4a7b9838ad",
      "parents": [
        "c7935e8882aad42ab5fab14df48394cefdb7091f",
        "8340199178d8113dc35273e0310596e99c8fa829"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue May 07 16:09:24 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 07 16:09:24 2013 +0000"
      },
      "message": "Merge \"change test_register_http_image to use explicit url\""
    },
    {
      "commit": "b9017e7c6a9dfa3daa25c372581216383182a943",
      "tree": "ae337bd0968d4a5b626f3a4846a1c2c76c9591f2",
      "parents": [
        "c7935e8882aad42ab5fab14df48394cefdb7091f"
      ],
      "author": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Tue May 07 11:16:29 2013 -0400"
      },
      "committer": {
        "name": "David Kranz",
        "email": "david.kranz@qrclab.com",
        "time": "Tue May 07 11:30:33 2013 -0400"
      },
      "message": "Make sure isolated tenants are not left behind.\n\nThe skip was being called after isloated creds were created. The manager is already\ncreated by the base class.\n\nChange-Id: I36fe83e665aab111f40db03cee52be0d7550d2d0\n"
    },
    {
      "commit": "c7935e8882aad42ab5fab14df48394cefdb7091f",
      "tree": "8990967748db2061e08061250e73ee0aacb4b204",
      "parents": [
        "ad979a97f064c93a28547491cb3b16b2ab0de181",
        "3a465e3cd377665c331af900930a8fcdc45cfd00"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue May 07 15:23:29 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 07 15:23:29 2013 +0000"
      },
      "message": "Merge \"Add setup failure logging in tearDown method.\""
    },
    {
      "commit": "ad979a97f064c93a28547491cb3b16b2ab0de181",
      "tree": "52f973e793bb1d5ec87a82f775757be8b5f6ae03",
      "parents": [
        "605dfd35c8b15d6463b995dbde60c79c1ab57c70",
        "86551cea1f835bcee4dba6c1c8e0456248070bc9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue May 07 12:22:14 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue May 07 12:22:14 2013 +0000"
      },
      "message": "Merge \"Adds Cinder Multi-Backend Test\""
    },
    {
      "commit": "3a465e3cd377665c331af900930a8fcdc45cfd00",
      "tree": "9cf3c97cc7a760925441271d00716206189cb09a",
      "parents": [
        "605dfd35c8b15d6463b995dbde60c79c1ab57c70"
      ],
      "author": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue May 07 13:38:18 2013 +0200"
      },
      "committer": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue May 07 13:38:18 2013 +0200"
      },
      "message": "Add setup failure logging in tearDown method.\n\nAlso improves the tearDown method by removing unneeded steps performed\nby the base class. Comments are also improved.\n\nChange-Id: I1fc0609844ff112c64b1f388ef1794b7db9b82ea\n"
    },
    {
      "commit": "8340199178d8113dc35273e0310596e99c8fa829",
      "tree": "2801b1dc82fa1bc0eb132239a48f54b33df3832f",
      "parents": [
        "66fb3fbc78be69d2d99b4fd52373746a266269dd"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon May 06 17:46:36 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon May 06 18:39:06 2013 -0400"
      },
      "message": "change test_register_http_image to use explicit url\n\npreviously test_register_http_image did some black magic with\nsending an image into swift then using swift as an http server\nfor the purposes of this test. However there is no other requirement\nin this test that swift is actually running, so it breaks under\na default devstack env (and possibly other enviroments).\n\nThe real test is whether an http image can be pulled into glance.\nUse the cirros image as a default, but allow people to specify\nanother value if they don\u0027t have internet access.\n\nattempt to fix pep8\n\nChange-Id: I3800f4bf7174b85aab747f0c7fe911acac033383\n"
    },
    {
      "commit": "605dfd35c8b15d6463b995dbde60c79c1ab57c70",
      "tree": "45ad5c5050d1177bd516a34e3516b2b163668cfb",
      "parents": [
        "66fb3fbc78be69d2d99b4fd52373746a266269dd"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Mon May 06 15:32:45 2013 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Tue May 07 09:13:02 2013 +1200"
      },
      "message": "Ignore .testrepository/\n\nChange-Id: Ib160fdc5af690e0c8faec9fa2489a04a8ae7010a\n"
    },
    {
      "commit": "66fb3fbc78be69d2d99b4fd52373746a266269dd",
      "tree": "760e2166d09cdc912374820dec44fa9eed334e53",
      "parents": [
        "7852c0d299f2dcd888713ed7a29ac6068ce06651",
        "7333293fb549cb88a26246ddcd2f0c6bc812ce74"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon May 06 14:17:00 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 06 14:17:00 2013 +0000"
      },
      "message": "Merge \"Add a test for creation of volumes\u0027 snapshots.\""
    },
    {
      "commit": "86551cea1f835bcee4dba6c1c8e0456248070bc9",
      "tree": "a457a87711ccea30e329d821d3162e24ef0cad3c",
      "parents": [
        "7852c0d299f2dcd888713ed7a29ac6068ce06651"
      ],
      "author": {
        "name": "Jérôme Gallard",
        "email": "jerome.david.gallard@gmail.com",
        "time": "Fri Mar 08 11:41:26 2013 +0100"
      },
      "committer": {
        "name": "Jérôme Gallard",
        "email": "jerome.david.gallard@gmail.com",
        "time": "Mon May 06 16:01:39 2013 +0200"
      },
      "message": "Adds Cinder Multi-Backend Test\n\nAdds a new file containing 1 test:\n- test if the multi backend feature is working: \"os-vol-attr:host\"\n  should return something like: \"host@backend_name\"\n- test if the creation of a volume with a specific volume type is\n  created in the good backend\n\n2 backend (configured in cinder.conf) are required to work properly.\nThis patch introduces new tempest configuration variables:\n- multi_backend_enabled: skip the tests if it\u0027s set to false\n- backend1_name: name of the first backend\n- backend2_name: name of a second backend\n(backend1_name and backend2_name must be different)\n\nChange-Id: I82d533e0737ffde54b3829f2a8b91c75641f2639\n"
    },
    {
      "commit": "a92dd7472b6a2470d2de37ab1dd3c6abc4577525",
      "tree": "d4aaa997300b09df25cc9d1e7c309450e5cbb327",
      "parents": [
        "7852c0d299f2dcd888713ed7a29ac6068ce06651"
      ],
      "author": {
        "name": "harika-vakadi",
        "email": "harika_vakadi@persistent.co.in",
        "time": "Tue Feb 19 20:41:22 2013 +0530"
      },
      "committer": {
        "name": "ravikumar-venkatesan",
        "email": "ravikumar.venkatesan@hp.com",
        "time": "Mon May 06 05:15:47 2013 +0000"
      },
      "message": "Update service test case - V3\n\nAdds a test_services.py test script so as to validate the update\nservice. And the rescpective support methods to \"service_client.py\"\nin both json and xml interfaces\n\nChange-Id: Ic088861049a2642076bbca166c84f234dfb6a290\nImplements: blueprint keystone-v3-service-api-test\n"
    },
    {
      "commit": "7333293fb549cb88a26246ddcd2f0c6bc812ce74",
      "tree": "2f3e8ab5cf0eb99369faec9903ad1f3eb9e58f59",
      "parents": [
        "b2ca5cad740e56c507664668952d471ecb8ca2f8"
      ],
      "author": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Fri May 03 18:04:09 2013 +0200"
      },
      "committer": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Fri May 03 23:55:20 2013 +0200"
      },
      "message": "Add a test for creation of volumes\u0027 snapshots.\n\nA new test called \u0027test_snapshot_create_get_delete\u0027 is added.\nAlso adds setUpClass and tearDownClass methods to create a\nshareable volume origin.\nFinally updates the existing \u0027test_volume_from_snapshot\u0027 which\nnow uses the create_* and clear_* wrappers from base class and\nthe shareable volume origin from setUpClass method.\n\nChange-Id: I3fb8edabaf4649736a43d6de5a9c4518d3caac62\nImplements: blueprint add-snapshot-tests\n"
    },
    {
      "commit": "7852c0d299f2dcd888713ed7a29ac6068ce06651",
      "tree": "dd905464406b8005af21a301049164accd2653fe",
      "parents": [
        "26c3443f3076f6f91e442e0a07e96382c0aaacd9"
      ],
      "author": {
        "name": "David Ripton",
        "email": "dripton@redhat.com",
        "time": "Fri May 03 14:11:04 2013 -0400"
      },
      "committer": {
        "name": "David Ripton",
        "email": "dripton@redhat.com",
        "time": "Fri May 03 14:13:15 2013 -0400"
      },
      "message": "Remove reference to dead script configure_tempest.sh\n\nThe script was removed from devstack in commit 6994296bf64f8\nas part of bug #1087203.\n\nChange-Id: I6b920be272ba9ed814e0cbc7fe8eb43a87df2e71\n"
    },
    {
      "commit": "26c3443f3076f6f91e442e0a07e96382c0aaacd9",
      "tree": "69738aaf0776dfaddadfd9b0be124dce756250e0",
      "parents": [
        "2c91a686e668ffb98bc9f6c887e44e85e95ddfba",
        "6437501c70a197198324095bd2798afefebd6046"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 03 14:31:49 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 03 14:31:49 2013 +0000"
      },
      "message": "Merge \"Migrate to pbr from openstack.common.setup.\""
    },
    {
      "commit": "2c91a686e668ffb98bc9f6c887e44e85e95ddfba",
      "tree": "a140015042b735cf12b7fd8c08afb98e1c0cad30",
      "parents": [
        "6d2b7a8b3b687115e333c64bece3f0c557d89b90",
        "0dca89755d200d9cce23b1e7ec9a91f9558249da"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 03 14:28:40 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 03 14:28:40 2013 +0000"
      },
      "message": "Merge \"Removed duplicate usage of TempestConfig()\""
    },
    {
      "commit": "6d2b7a8b3b687115e333c64bece3f0c557d89b90",
      "tree": "6ddaa87d3d2b54044fe17db41e295ae95ca9ef76",
      "parents": [
        "b2ca5cad740e56c507664668952d471ecb8ca2f8",
        "7312bb5804652387680586848f5689e7d883ff9d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri May 03 13:43:53 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 03 13:43:53 2013 +0000"
      },
      "message": "Merge \"Added 2 user related testcases for Keystone V3API\""
    },
    {
      "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": "b2ca5cad740e56c507664668952d471ecb8ca2f8",
      "tree": "f59e8db371d4da6bfd5c77f13e71fabb6d7f4136",
      "parents": [
        "76ca57c52df2ee4fd1ca59648087cfa8047a9002"
      ],
      "author": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Sun Apr 28 18:00:21 2013 -0700"
      },
      "committer": {
        "name": "Monty Taylor",
        "email": "mordred@inaugust.com",
        "time": "Wed May 01 14:04:07 2013 -0400"
      },
      "message": "Finish up flake8 conversion.\n\nChange-Id: I5034f19d5f9b20ad2b4569455273c730b1efec08\n"
    },
    {
      "commit": "76ca57c52df2ee4fd1ca59648087cfa8047a9002",
      "tree": "88aae9e486a441945819ff6a20bbe2c849aebe17",
      "parents": [
        "bd3927a5eb0120b0ce3979a16cbdb72fc5ce7283",
        "110a3b7ee8b704111910b6bcf8d135b701951d15"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 30 16:58:46 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 30 16:58:46 2013 +0000"
      },
      "message": "Merge \"Added tests to list instances by regexp\""
    },
    {
      "commit": "bd3927a5eb0120b0ce3979a16cbdb72fc5ce7283",
      "tree": "13dc8ebc4f1c87089ce5814fa8da52e19a076bfd",
      "parents": [
        "9528b9d7122bba3d5e328f5151623f275f44ffa3",
        "51ed3566a2e6c5d92f06ef5d9f28ce736cb41b0d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 30 16:57:37 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 30 16:57:37 2013 +0000"
      },
      "message": "Merge \"Fix status_timeout incorrectly referencing self\""
    },
    {
      "commit": "9528b9d7122bba3d5e328f5151623f275f44ffa3",
      "tree": "74c0ab0cf79c862649ccd1e9a8e1d897c4ff9103",
      "parents": [
        "da969fcec43046d6cc428c66decd246af8fb5f16",
        "26d16ed3808fc179490f6e81620dac18455d7af1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 30 16:49:54 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 30 16:49:54 2013 +0000"
      },
      "message": "Merge \"Fixes volumes cleanup in base class\""
    },
    {
      "commit": "da969fcec43046d6cc428c66decd246af8fb5f16",
      "tree": "ab500890665a48eb4676b683e8f22bf3e18395b2",
      "parents": [
        "62908cd5f25041dc6207ab481c681bda482937b8",
        "faca6ffea9de0014a0b6c2187858cb5a6d0fa0aa"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 30 16:42:45 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 30 16:42:45 2013 +0000"
      },
      "message": "Merge \"Add tests list actions on a specified instance\""
    },
    {
      "commit": "62908cd5f25041dc6207ab481c681bda482937b8",
      "tree": "f91a1b39298e5a47fb952a0551942adb2ba9f1a6",
      "parents": [
        "e0ba1580f90a7f713cffad34eea523e617fd7508",
        "efc1d752489b9fd99137290844772aacb16064ce"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 30 12:21:21 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 30 12:21:21 2013 +0000"
      },
      "message": "Merge \"Exclude etc/logging.conf from versioning\""
    },
    {
      "commit": "26d16ed3808fc179490f6e81620dac18455d7af1",
      "tree": "3ed126749ed23e66aa2f3d4afb0e6ebf5ad4ae2d",
      "parents": [
        "e0ba1580f90a7f713cffad34eea523e617fd7508"
      ],
      "author": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue Apr 30 12:05:56 2013 +0200"
      },
      "committer": {
        "name": "Giulio Fidente",
        "email": "gfidente@redhat.com",
        "time": "Tue Apr 30 12:05:56 2013 +0200"
      },
      "message": "Fixes volumes cleanup in base class\n\nThe tearDown method was not cleaning up the environment but failing\nsilently because of \u0027pass\u0027 statement\n\nChange-Id: I75dde195ff162d0be27d971a551d3618c852e688\nFixes: bug #1172497\n"
    },
    {
      "commit": "0dca89755d200d9cce23b1e7ec9a91f9558249da",
      "tree": "96264c6e3cca804e5b9a87660edcbfcd4c915ab4",
      "parents": [
        "1af0f4d0e6ad9330fbc93487d0960aad6b2da7f3"
      ],
      "author": {
        "name": "Bob Ball",
        "email": "bob.ball@citrix.com",
        "time": "Tue Apr 09 16:23:31 2013 +0100"
      },
      "committer": {
        "name": "Bob Ball",
        "email": "bob.ball@citrix.com",
        "time": "Fri Apr 26 15:23:08 2013 +0100"
      },
      "message": "Removed duplicate usage of TempestConfig()\n\nChange-Id: Iac50547d3f48ec12d2b7e82454581ca5d8fbcbc2\n"
    },
    {
      "commit": "e0ba1580f90a7f713cffad34eea523e617fd7508",
      "tree": "82ad776a52aafff562104a2b8acbf96d898da07c",
      "parents": [
        "b6498cb40271f4aa05d3c6dfddf9a2a0d2afde84",
        "325ed28d3505ded054505ea9f528a060198bdb9b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Apr 26 12:48:53 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 26 12:48:53 2013 +0000"
      },
      "message": "Merge \"Missing image-del func in test_create_delete_image\""
    },
    {
      "commit": "b6498cb40271f4aa05d3c6dfddf9a2a0d2afde84",
      "tree": "e146138f45804d0782530d49fd51792c3d7540ff",
      "parents": [
        "cf89e6d4bc9da81f5e6d06abdac78bc0eace4ed0",
        "1d6154132320721c5762fcb18c9e93eecd0e317f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Apr 26 12:38:38 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 26 12:38:38 2013 +0000"
      },
      "message": "Merge \"Clean up servers created in test_multiple_create.py\""
    },
    {
      "commit": "51ed3566a2e6c5d92f06ef5d9f28ce736cb41b0d",
      "tree": "042946cc220e84b9eeb14fcba45f62a5099917fa",
      "parents": [
        "cf89e6d4bc9da81f5e6d06abdac78bc0eace4ed0"
      ],
      "author": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Fri Apr 26 12:36:08 2013 +0200"
      },
      "committer": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Fri Apr 26 12:58:42 2013 +0200"
      },
      "message": "Fix status_timeout incorrectly referencing self\n\nAfter commit fbf40fdf status_timeout is not an class method anymore\nand so it can\u0027t reference self.\nTo properly report test failure it needs to call TestCase.fail so\nthis change adds that argument and changes all usages appropriately.\n\nChange-Id: Icab49794c8c52340e850d7574f633c99452ca7be\n"
    },
    {
      "commit": "7312bb5804652387680586848f5689e7d883ff9d",
      "tree": "0642e2a0ca2396e98bfcb3b34729db4d06ccfbcb",
      "parents": [
        "cf89e6d4bc9da81f5e6d06abdac78bc0eace4ed0"
      ],
      "author": {
        "name": "rajalakshmi-ganesan",
        "email": "rajalakshmi_ganesan@persistent.co.in",
        "time": "Tue Jan 29 20:03:42 2013 +0530"
      },
      "committer": {
        "name": "ravikumar-venkatesan",
        "email": "ravikumar.venkatesan@hp.com",
        "time": "Fri Apr 26 08:25:56 2013 +0000"
      },
      "message": "Added 2 user related testcases for Keystone V3API\n\nThis submission adds two test cases namely \u0027test_user_update\u0027 and\n\u0027test_list_user_projects\u0027 in script test_users.py. The suporting\nmethods are added to identity_client.py for JSON and XML calls.\n\nChange-Id: I0a66b0c40bc275f4c0da3f57ea9c9d33cdeea455\nImplements: blueprint keystone-v3-users-api-test\n"
    },
    {
      "commit": "cf89e6d4bc9da81f5e6d06abdac78bc0eace4ed0",
      "tree": "1b001c7e8451b5fb5b3ed865ea5c09d58c7d5bc1",
      "parents": [
        "7e50c6b747ad7a87a4c12d8478adc9c772c4d7cd",
        "a527891ee107c514775117c43ac8a809619a2f43"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 25 20:25:16 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 20:25:16 2013 +0000"
      },
      "message": "Merge \"Add tests list the availability zone\""
    },
    {
      "commit": "7e50c6b747ad7a87a4c12d8478adc9c772c4d7cd",
      "tree": "6d80f1c6ed35bfb01410485962c9f17b6fa9a11d",
      "parents": [
        "27f254a417a393ac44a991758c26852c6486a646",
        "01f210b6cd725b868aa1cf97e2daaac0082185ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 25 20:25:15 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 20:25:15 2013 +0000"
      },
      "message": "Merge \"Adding test_max_image_meta_exceed_limit\""
    },
    {
      "commit": "27f254a417a393ac44a991758c26852c6486a646",
      "tree": "b1bbd60b880749e9445d317dbb36590ee7540523",
      "parents": [
        "5f5b2a5d9e8a258f0e8e582b2c35e0cb2b153331",
        "fbe87a09067fa51cdcd376f688320dca326c7595"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 25 20:25:13 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 20:25:13 2013 +0000"
      },
      "message": "Merge \"Remove skips in test server rescue\""
    },
    {
      "commit": "5f5b2a5d9e8a258f0e8e582b2c35e0cb2b153331",
      "tree": "274464a15dd1f09f5dc7753456bf28d0a8d38415",
      "parents": [
        "de3c4ba5f25d37df712e80d62521ef39ec4f465a",
        "586136a4a8a9223d57715521547cbe33b0a59ae4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 25 19:42:09 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 19:42:09 2013 +0000"
      },
      "message": "Merge \"Fix to enable negative test image_invalid_metadata\""
    },
    {
      "commit": "de3c4ba5f25d37df712e80d62521ef39ec4f465a",
      "tree": "f3272bc81e658fa1267f3ffef2d47ec8643d5a1b",
      "parents": [
        "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b",
        "1053bd3deba39584e3fbe9abaeff8555c3c8286a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 25 19:21:28 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 19:21:28 2013 +0000"
      },
      "message": "Merge \"Make CLI tests python2.6 compatible\""
    },
    {
      "commit": "586136a4a8a9223d57715521547cbe33b0a59ae4",
      "tree": "aa0eb3460185c58ad4843b8b64e1c5361889c39d",
      "parents": [
        "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b"
      ],
      "author": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Thu Apr 25 17:03:48 2013 +0530"
      },
      "committer": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Thu Apr 25 17:07:59 2013 +0530"
      },
      "message": "Fix to enable negative test image_invalid_metadata\n\nRemove skips in test_images_oneserver\n\n* Remove skip test_create_image_specify_invalid_metadata\n* Fix assertRaises bug to match against exceptions.BadRequest instead\n  of exceptions.OverLimit which was causing this test case to fail.\n\nFixes bug 1005423\n\nChange-Id: I877122880085d1fd69abe1d6d5b730701084c4a9\n"
    },
    {
      "commit": "325ed28d3505ded054505ea9f528a060198bdb9b",
      "tree": "fffafdfbf48c278c02ed8a513568c0a632a717a8",
      "parents": [
        "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b"
      ],
      "author": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Wed Apr 24 23:57:24 2013 +0530"
      },
      "committer": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Wed Apr 24 23:57:30 2013 +0530"
      },
      "message": "Missing image-del func in test_create_delete_image\n\n* Test Case test_create_delete_image is missing image-delete\n  functionality and the image is left undeleted after running this\n  test. So adding image-delete functionality to test the delete\n  function.\n\n* This is a smoke test that tests create \u0026 delete image functionality.\n\nChange-Id: I14fa4e65b83791f3effc2ca5694d363e2b7f09bd\n"
    },
    {
      "commit": "1d6154132320721c5762fcb18c9e93eecd0e317f",
      "tree": "a3f9248b3f5ca22456ea1c0c3bd88e8492a4b8ca",
      "parents": [
        "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b"
      ],
      "author": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Tue Apr 23 12:05:59 2013 +0900"
      },
      "committer": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Tue Apr 23 13:17:22 2013 +0900"
      },
      "message": "Clean up servers created in test_multiple_create.py\n\nNow several servers are created in test_multiple_create.py but\nthe servers are not deleted when the test finishes.\nThis makes the servers be deleted by fixing the way of\nappending them to cls.servers.\n\nFixes bug: 1171697\n\nChange-Id: Ie6768a6ecafb16e277964ca82201be213f885f4e\n"
    },
    {
      "commit": "faca6ffea9de0014a0b6c2187858cb5a6d0fa0aa",
      "tree": "627eaaaf4e28c1eda39d9a3e1d0657451ca1f744",
      "parents": [
        "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b"
      ],
      "author": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Mon Apr 22 16:52:53 2013 +0900"
      },
      "committer": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Tue Apr 23 10:08:51 2013 +0900"
      },
      "message": "Add tests list actions on a specified instance\n\n* List the actions that were performed on the specified instance.\n* Get the details of the action in a specified instance.\n* Negative test to fail with an invalid value.\n\nPartially Implements: blueprint missing-tempest-tests\n\nChange-Id: Iadca953e2e9f2bda13a808f3c9fdcf0684ce7d34\n"
    },
    {
      "commit": "0dafd08ce90bdcd8073416e7cbb98d58fd969d4b",
      "tree": "bdf176eb6f9f75dc9d3fd113d160526abe0e0995",
      "parents": [
        "819db2fd6cbc115f099d3f529f5cfc00b8b45d73",
        "14c6818df70c757ce4f168edd0553ef2e32a8cc7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 22 16:16:48 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 22 16:16:48 2013 +0000"
      },
      "message": "Merge \"fix E122 and E126 flake8 issues\""
    },
    {
      "commit": "819db2fd6cbc115f099d3f529f5cfc00b8b45d73",
      "tree": "f7d747026da7d5238e35e21f9f06b6a57845c361",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475",
        "2416cf3257f73e3db401c61ebc4792364ff58ea4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 22 16:13:36 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 22 16:13:36 2013 +0000"
      },
      "message": "Merge \"attempt to get to flake8/hacking plugins\""
    },
    {
      "commit": "fbe87a09067fa51cdcd376f688320dca326c7595",
      "tree": "ef193af943bdfbad79f7471be364860c0b6ffd0e",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Mon Apr 22 21:22:06 2013 +0530"
      },
      "committer": {
        "name": "Prem Karat",
        "email": "prem.karat@linux.vnet.ibm.com",
        "time": "Mon Apr 22 21:22:12 2013 +0530"
      },
      "message": "Remove skips in test server rescue\n\n* Remove skips test_rescued_vm_add_remove_security_group\n* Fixes two issues\n    1. In remove_security_group pass self.sg_name instead of sg_id which was\n        failing earlier.\n    2. Before executing unrescue server operation, the server status seems to\n       be active hence the bug 1126257. So adding a rescue operation at the\n       start of the test to fix the bug\n\nFixes bug 1126257\n\nChange-Id: Ie79b94b9cde0f35bb4ea5955bc284139d85123cb\n"
    },
    {
      "commit": "110a3b7ee8b704111910b6bcf8d135b701951d15",
      "tree": "29632dd3679d00c8ba8151cfc2c0e057c85a5a60",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Vasyl Khomenko",
        "email": "vasiliyk@yahoo-inc.com",
        "time": "Fri Apr 19 09:28:15 2013 -0700"
      },
      "committer": {
        "name": "Vasyl Khomenko",
        "email": "vasiliyk@yahoo-inc.com",
        "time": "Fri Apr 19 10:16:42 2013 -0700"
      },
      "message": "Added tests to list instances by regexp\n\nChange-Id: Id9cf2a946bbd8a40173923fdc5c850622d148081\n"
    },
    {
      "commit": "01f210b6cd725b868aa1cf97e2daaac0082185ed",
      "tree": "552c21e028d28bf5c2b3b8882a6c555613bd4252",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Tatyana Leontovich",
        "email": "tleontov@yahoo-inc.com",
        "time": "Thu Apr 18 13:26:57 2013 +0300"
      },
      "committer": {
        "name": "Tatyana Leontovich",
        "email": "tleontov@yahoo-inc.com",
        "time": "Thu Apr 18 15:46:16 2013 +0300"
      },
      "message": "Adding test_max_image_meta_exceed_limit\n\nA negative test which verifies that server creation\nwith exceeding of absolute limit maxImageMeta is impossible\n\nChange-Id: Iac3604fcb12a77a41cf822eeee2b9cd0ce2a0178\n"
    },
    {
      "commit": "a527891ee107c514775117c43ac8a809619a2f43",
      "tree": "299b3db9a6c571d606f172886594629e54e70008",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Tue Apr 16 15:40:12 2013 +0900"
      },
      "committer": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Thu Apr 18 13:52:45 2013 +0900"
      },
      "message": "Add tests list the availability zone\n\n* Admin user is allowed to both list and list detail\n* Regular user is allowed to get list\n* Regular user is not allowed to get list detail\n\nPartially Implements: blueprint missing-tempest-tests\n\nChange-Id: I9d23c6677dcf4f4ba57e90097baeca374031604d\n"
    },
    {
      "commit": "1053bd3deba39584e3fbe9abaeff8555c3c8286a",
      "tree": "3608b4f2d1fe171859966b3032d76990b1150b95",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Tue Apr 16 16:47:40 2013 +0200"
      },
      "committer": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Tue Apr 16 17:45:52 2013 +0200"
      },
      "message": "Make CLI tests python2.6 compatible\n\n- adds setUpClass method to tempest.test.BaseTestCase\n  to provide it instead of unittest.TestCase\n- adds replacement for subprocess.check_output and CalledProcessError\n- also ensures closing of devnull provided to check_output\n\nChange-Id: I90382f8553baabc592a2bf7008d591d83f89f416\n"
    },
    {
      "commit": "efc1d752489b9fd99137290844772aacb16064ce",
      "tree": "a9bcb7ef2f54c627fb42bfd11d4af93a5a8735b5",
      "parents": [
        "0ad0a61dfa17d9d39478252f149817cefe87f475"
      ],
      "author": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Tue Apr 16 17:31:37 2013 +0200"
      },
      "committer": {
        "name": "Pavel Sedlák",
        "email": "psedlak@redhat.com",
        "time": "Tue Apr 16 17:33:32 2013 +0200"
      },
      "message": "Exclude etc/logging.conf from versioning\n\nChange-Id: I714b65a647d2f39057bcc664bce606373935dfe9\n"
    },
    {
      "commit": "0ad0a61dfa17d9d39478252f149817cefe87f475",
      "tree": "dad8c3fd51fb13c7101e5b066ac037bd42d2bfa3",
      "parents": [
        "0c9111b2e0d8de8c8080e9a8de740ea95047795b",
        "74f0707c7d533ba3f41f92a96f6eb372767450bf"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 16 13:57:47 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 16 13:57:47 2013 +0000"
      },
      "message": "Merge \"Add aggregate json client and tests.\""
    },
    {
      "commit": "0c9111b2e0d8de8c8080e9a8de740ea95047795b",
      "tree": "015f76dcd1e97b5790811a4821068d7c216ff8b1",
      "parents": [
        "8a4c10b71078e88f3936e72003ff450bd3985ded",
        "6ffa59c881ea737c3fae658a2fc982d43e769078"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 15 13:18:33 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 15 13:18:33 2013 +0000"
      },
      "message": "Merge \"Add logging configuration\""
    },
    {
      "commit": "14c6818df70c757ce4f168edd0553ef2e32a8cc7",
      "tree": "8c1f22124e24329545a8619a871f072669921c18",
      "parents": [
        "2416cf3257f73e3db401c61ebc4792364ff58ea4"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Sun Apr 14 15:34:30 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon Apr 15 08:33:06 2013 -0400"
      },
      "message": "fix E122 and E126 flake8 issues\n\nSimple indenting for clarity. E122 and E126 are generally pretty\nreasonable and not pathologic, so make these cleanups so we can\nstart enforcing them.\n\nPart of violetprint:travel-day-cleanups\n\nChange-Id: Ie1ff8d31aab83b943784a34702cc5668add68a21\n"
    },
    {
      "commit": "2416cf3257f73e3db401c61ebc4792364ff58ea4",
      "tree": "e39bbb3a1630c48b1004cd176159585c1a61cfe1",
      "parents": [
        "8a4c10b71078e88f3936e72003ff450bd3985ded"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Wed Apr 10 08:29:07 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon Apr 15 08:33:03 2013 -0400"
      },
      "message": "attempt to get to flake8/hacking plugins\n\nthis is the infrastructure changes, plus 1 fix, to get us towards\nflake8 and hacking plugins.\n\nWe need to remove an exit call in __init__ for config to get this\nto pass. I think long term this gets addressed by config becoming\na test resource, but it will take some time at summit to figure\nthat out.\n\nChange-Id: Iedd7931e85da5518cb2a8d58717e37b805267d2c\n"
    },
    {
      "commit": "8a4c10b71078e88f3936e72003ff450bd3985ded",
      "tree": "3eaadaa1ec1f3e663211bee9edb6e2baaeb77d34",
      "parents": [
        "70f4532b4e935f829c0c3bd347ba4eb47c411217",
        "ba9e909dfb8983fc9fd51f7d79b772d03abfe3b0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 15 03:57:59 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 15 03:57:59 2013 +0000"
      },
      "message": "Merge \"Fix AttachInterfacesTest error\""
    },
    {
      "commit": "70f4532b4e935f829c0c3bd347ba4eb47c411217",
      "tree": "57dca17f87c2502079b4818302c737fcd037371e",
      "parents": [
        "201ef66329831aadaf8c88d12c124e6430cd896f",
        "75a2030d4c1add1b605e82a9e338d6787b3edd1c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 15 03:57:14 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 15 03:57:14 2013 +0000"
      },
      "message": "Merge \"Fix to create an image with given  min_ram value.\""
    },
    {
      "commit": "201ef66329831aadaf8c88d12c124e6430cd896f",
      "tree": "3ea35d46fa41466b7862d31881be012d0abd7df3",
      "parents": [
        "4ca29f279551bd4d3a4a6d933f3b0b913ed40122",
        "87a52b7dc1bcd8c8d883b515e1fed8e901a92c04"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 15 03:13:15 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 15 03:13:15 2013 +0000"
      },
      "message": "Merge \"Fix to use an API to get the default quota set\""
    },
    {
      "commit": "4ca29f279551bd4d3a4a6d933f3b0b913ed40122",
      "tree": "22f0e52f4018957b86f4e82c71c3dc9d7a46f593",
      "parents": [
        "f30bc532ae69143a947768642e1081dbf45c58c4",
        "f51664021ab92d81138f3dca97ece9145ed0b477"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 15 02:44:03 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 15 02:44:03 2013 +0000"
      },
      "message": "Merge \"Add fixed ip client and tests\""
    },
    {
      "commit": "f30bc532ae69143a947768642e1081dbf45c58c4",
      "tree": "deb34ef4e252d8ee6d13b7ad32a84e88fe22439f",
      "parents": [
        "b410c9404043866c00ae07e1d6188fe3ba256775",
        "bd36022ea902a500d68b101fff27f04e251f8b4b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Apr 12 15:33:39 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 12 15:33:39 2013 +0000"
      },
      "message": "Merge \"Configure quantum basic ops tests as smoke.\""
    },
    {
      "commit": "f51664021ab92d81138f3dca97ece9145ed0b477",
      "tree": "b62b62b9b4c466464f6eaea16513db64d539f796",
      "parents": [
        "b410c9404043866c00ae07e1d6188fe3ba256775"
      ],
      "author": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Mon Apr 01 10:25:26 2013 -0400"
      },
      "committer": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Fri Apr 12 09:31:27 2013 -0400"
      },
      "message": "Add fixed ip client and tests\n\nThis adds fixed ip tests for nova fixed ips extension.\nPartially implements bp missing-tempest-tests\n\nChange-Id: Ie43875591938dbff7482389fe114123ece600e20\n"
    },
    {
      "commit": "75a2030d4c1add1b605e82a9e338d6787b3edd1c",
      "tree": "ff7a798379be4e28634852f891c4055d76ad4903",
      "parents": [
        "1af0f4d0e6ad9330fbc93487d0960aad6b2da7f3"
      ],
      "author": {
        "name": "hi2suresh",
        "email": "suresh.rao@hp.com",
        "time": "Tue Apr 09 09:17:06 2013 +0000"
      },
      "committer": {
        "name": "hi2suresh",
        "email": "suresh.rao@hp.com",
        "time": "Fri Apr 12 10:01:34 2013 +0000"
      },
      "message": "Fix to create an image with given  min_ram value.\n\nCurrently the create_image() method creates an image by setting\n\u0027min_ram\u0027 value to zero.When create_image() is asked to create\nan image with different \u0027min_ram\u0027 value say \u002740\u0027 it ignores this\nand still creates the image with \u0027min_ram\u0027 value set to zero.\nAlso adding a new test named \"test_register_image_with_min_ram\"\njust to make sure that create_image() indeed creates an image\nwith the given \u0027min_ram\u0027 value.\nThis fixes Bug #1166675\n\nChange-Id: Ie90ec93c04b538dc9cb991e6836727a507c9eb00\n"
    },
    {
      "commit": "6ffa59c881ea737c3fae658a2fc982d43e769078",
      "tree": "ec1ef96dc0bf95b82418ad4276f1bcb57d032c15",
      "parents": [
        "b410c9404043866c00ae07e1d6188fe3ba256775"
      ],
      "author": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Thu Apr 11 13:37:07 2013 +0900"
      },
      "committer": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Fri Apr 12 17:34:45 2013 +0900"
      },
      "message": "Add logging configuration\n\nThe tempest log can help developers analyze tests but\nthere is no option in run_tests.sh to enable logging output now.\nThis adds a logging configuration file and options in run_test.sh\nand enables developers to get the tempest log more easily.\n\nImplements: blueprint add-logging-configuration\nChange-Id: Iee68a34f5771f1bff88110d95538a5b43103ced9\n"
    },
    {
      "commit": "74f0707c7d533ba3f41f92a96f6eb372767450bf",
      "tree": "55923219549fb705a9c65782fd4c418d7c92dbd3",
      "parents": [
        "b410c9404043866c00ae07e1d6188fe3ba256775"
      ],
      "author": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Tue Apr 02 11:52:31 2013 +0900"
      },
      "committer": {
        "name": "Mitsuhiko Yamazaki",
        "email": "yamazaki-mitsuhiko@cnt.mxc.nes.nec.co.jp",
        "time": "Fri Apr 12 09:58:02 2013 +0900"
      },
      "message": "Add aggregate json client and tests.\n\nThis adds aggregate json client and tests for following functions.\n* Create an aggregate\n* Delete an aggregate\n* Get aggregate details\n* Get aggregate list\n* Add host to an aggregate\n* Remove host from an aggregate\n\nChange-Id: I2c18f1f40bd0dad0565d60946571df0eae321aaf\n"
    },
    {
      "commit": "b410c9404043866c00ae07e1d6188fe3ba256775",
      "tree": "151c43a08196417524a49d99458738c4ab79f0ab",
      "parents": [
        "acf039f42c77258593a9aaaa52cbfce148f107d7",
        "70eef03c095bf530f051992a8dc039fc5572e8d0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 11 19:53:33 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 11 19:53:33 2013 +0000"
      },
      "message": "Merge \"make stack traces tool find individual traces\""
    },
    {
      "commit": "acf039f42c77258593a9aaaa52cbfce148f107d7",
      "tree": "8a4d9d21b0f8303c21d3dcc6b5200ff95516d087",
      "parents": [
        "bc5934ef9266e4848f9c62e77c1bd7b5b89f6879",
        "c5da4f40154b509604c075d092cf5dd8c93e56f3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 11 19:53:31 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 11 19:53:31 2013 +0000"
      },
      "message": "Merge \"Create tests for multiple server creation\""
    },
    {
      "commit": "bd36022ea902a500d68b101fff27f04e251f8b4b",
      "tree": "a40d982509e4a2c160f676b8158d3357011a0561",
      "parents": [
        "bc5934ef9266e4848f9c62e77c1bd7b5b89f6879"
      ],
      "author": {
        "name": "Maru Newby",
        "email": "marun@redhat.com",
        "time": "Mon Apr 08 22:48:50 2013 +0000"
      },
      "committer": {
        "name": "Maru Newby",
        "email": "marun@redhat.com",
        "time": "Thu Apr 11 18:13:13 2013 +0000"
      },
      "message": "Configure quantum basic ops tests as smoke.\n\nChange-Id: I27fffdf3a6a4325879bed69df3fa73b4f19e65ec\n"
    },
    {
      "commit": "87a52b7dc1bcd8c8d883b515e1fed8e901a92c04",
      "tree": "356595d48bcd7b76cbc773707238a4ada75d7cdc",
      "parents": [
        "bc5934ef9266e4848f9c62e77c1bd7b5b89f6879"
      ],
      "author": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Tue Apr 09 10:34:40 2013 +0900"
      },
      "committer": {
        "name": "Leo Toyoda",
        "email": "toyoda-reo@cnt.mxw.nes.nec.co.jp",
        "time": "Thu Apr 11 10:32:18 2013 +0900"
      },
      "message": "Fix to use an API to get the default quota set\n\nCurrent test_get_default_quotas uses \u0027os-quota-sets/{tenant_id}\u0027\nAPI.\nNow each tenant quota value is tested, but default quata value\nhas not been tested.\n\nFixes bug 1167190\n\nChange-Id: I167d430ff923a7c1e54f371ec4b4afe5acca8b1d\n"
    },
    {
      "commit": "bc5934ef9266e4848f9c62e77c1bd7b5b89f6879",
      "tree": "78addce73693d0123d95ed0bed336a7723328828",
      "parents": [
        "9541868a8bfcb948eb7f8694c2476097e99ea51c",
        "e4f2b2ec7805275559def1a085b1ead0b565ef73"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 11 01:06:00 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 11 01:06:00 2013 +0000"
      },
      "message": "Merge \"Re-enable detach volume from unrescued VM\""
    },
    {
      "commit": "9541868a8bfcb948eb7f8694c2476097e99ea51c",
      "tree": "1d88dec507b1092982514fcde08416ed05fd51f6",
      "parents": [
        "bbed3179237cad9cae459666c12dd062e0cf0fdc",
        "36836c4f3ca0db7a0688284a26194b802a61c70f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 11 00:24:48 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 11 00:24:48 2013 +0000"
      },
      "message": "Merge \"Adds create volume from image test\""
    },
    {
      "commit": "bbed3179237cad9cae459666c12dd062e0cf0fdc",
      "tree": "7990d7243b1b014a055244d5f8456239b7bbaeb5",
      "parents": [
        "69d510939f41fc7e54d06899e726024fea9cf51b",
        "ab4267229fc837301c98ccc5d4f8af63b430d518"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Apr 10 14:49:39 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Apr 10 14:49:39 2013 +0000"
      },
      "message": "Merge \"Test cases for Endpoints V3 API\""
    }
  ],
  "next": "69d510939f41fc7e54d06899e726024fea9cf51b"
}
